| Package | Description |
|---|---|
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| org.opencms.workflow |
Classes related to publishing and workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishRelationFinder.ResourceMap |
CmsPublishRelationFinder.ResourceMap.filter(com.google.common.base.Predicate<CmsResource> pred)
Creates a new resource map based on this instance while filtering some elements out.
|
CmsPublishRelationFinder.ResourceMap |
CmsPublishRelationFinder.getPublishRelatedResources()
Gets the related resources in the form of a ResourceMap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPublishRelationFinder.removeUnchangedTopLevelResources(CmsPublishRelationFinder.ResourceMap publishRelatedResources,
CmsPublishRelationFinder.ResourceMap reachability)
Removes unchanged resources from the top level, and if they have children which do not occur anywhere else,
moves these children to the top level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDefaultPublishResourceFormatter.initialize(CmsPublishOptions options,
CmsPublishRelationFinder.ResourceMap resources) |
void |
I_CmsPublishResourceFormatter.initialize(CmsPublishOptions options,
CmsPublishRelationFinder.ResourceMap resources)
Initializes the formatter.
|