| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CmsResourceStatusRelationBean> |
CmsDefaultResourceStatusProvider.getSiblings(CmsObject cms,
java.lang.String locale,
CmsResource resource)
Gets beans which represents the siblings of a resource.
|
protected java.util.List<CmsResourceStatusRelationBean> |
CmsDefaultResourceStatusProvider.getTargets(CmsObject cms,
java.lang.String locale,
CmsResource resource,
java.util.List<CmsUUID> additionalStructureIds)
Gets the list of relation targets for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<CmsResourceStatusRelationBean> |
CmsResourceStatusBean.getOtherSiteRelationSources()
Gets relation sources for other sites.
|
java.util.ArrayList<CmsResourceStatusRelationBean> |
CmsResourceStatusBean.getRelationSources()
Gets the list info beans for the source resources of relations pointing to this resource.
|
java.util.ArrayList<CmsResourceStatusRelationBean> |
CmsResourceStatusBean.getRelationTargets()
Gets the list info beans for the targets of relations pointing away from this resource.
|
java.util.ArrayList<CmsResourceStatusRelationBean> |
CmsResourceStatusBean.getSiblings()
Gets the sibling information.
|