| Package | Description |
|---|---|
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| org.opencms.ade.publish.shared |
Classes for the publish dialog which are used by both the client and the server.
|
| org.opencms.workflow |
Classes related to publishing and workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishResource |
CmsPublish.relationToBean(CmsRelation relation)
Creates a publish resource bean from the target information of a relation object.
|
protected CmsPublishResource |
CmsPublish.resourceToBean(CmsResource resource,
CmsPublishResourceInfo info,
boolean removable,
java.util.List<CmsPublishResource> related)
Creates a publish resource bean instance from the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsPublishResource> |
CmsPublish.getBrokenResources(java.util.List<CmsResource> pubResources)
Checks for possible broken links when the given list of resources would be published.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
CmsSinglePublishGroupHelper.getDateLastModified(CmsPublishResource res) |
protected long |
CmsDefaultPublishGroupHelper.getDateLastModified(CmsPublishResource res) |
protected java.lang.String |
CmsSinglePublishGroupHelper.getRootPath(CmsPublishResource res) |
protected java.lang.String |
CmsDefaultPublishGroupHelper.getRootPath(CmsPublishResource res) |
| Modifier and Type | Method and Description |
|---|---|
protected CmsPublishGroup |
CmsSinglePublishGroupHelper.createGroup(java.lang.String name,
java.util.List<CmsPublishResource> resources) |
protected CmsPublishGroup |
CmsDefaultPublishGroupHelper.createGroup(java.lang.String name,
java.util.List<CmsPublishResource> resources) |
java.util.List<CmsPublishGroup> |
CmsSinglePublishGroupHelper.getGroups(java.util.List<CmsPublishResource> resources) |
protected CmsPublishResource |
CmsPublish.resourceToBean(CmsResource resource,
CmsPublishResourceInfo info,
boolean removable,
java.util.List<CmsPublishResource> related)
Creates a publish resource bean instance from the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsPublishResource> |
CmsPublishResource.getRelated()
Returns the related resources.
|
java.util.List<CmsPublishResource> |
CmsWorkflowResponse.getResources()
Gets the list of resources which should be presented to the user in case of failure.
|
java.util.List<CmsPublishResource> |
CmsPublishGroup.getResources()
Returns the resources.
|
| Constructor and Description |
|---|
CmsPublishGroup(java.lang.String name,
java.util.List<CmsPublishResource> resources)
Creates a new publish group bean.
|
CmsPublishResource(CmsUUID id,
java.lang.String name,
java.lang.String title,
java.lang.String resourceType,
CmsResourceState state,
CmsPermissionInfo permissionInfo,
long dateLastModified,
java.lang.String userLastModified,
java.lang.String dateLastModifiedStr,
boolean removable,
CmsPublishResourceInfo info,
java.util.List<CmsPublishResource> related)
Creates a new publish group bean.
|
CmsWorkflowResponse(boolean isSuccess,
java.lang.String message,
java.util.List<CmsPublishResource> resources,
java.util.List<CmsWorkflowAction> availableActions,
CmsUUID workflowId)
Creates a new workflow response object.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsPublishResource |
CmsDefaultPublishResourceFormatter.createPublishResource(CmsResource resource)
Creates a publish resource bean from a resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsPublishResource> |
CmsDefaultPublishResourceFormatter.getPublishResources() |
java.util.List<CmsPublishResource> |
I_CmsPublishResourceFormatter.getPublishResources()
Gets the publish resource beans created by this formatter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmsDefaultPublishResourceFormatter.DefaultComparator.compare(CmsPublishResource first,
CmsPublishResource second) |
| Modifier and Type | Method and Description |
|---|---|
protected CmsWorkflowResponse |
CmsExtendedWorkflowManager.getPublishBrokenRelationsResponse(CmsObject userCms,
java.util.List<CmsPublishResource> publishResources)
Helper method for generating the workflow response which should be sent when publishing the resources would break relations.
|
protected void |
CmsDefaultPublishResourceFormatter.sortResult(java.util.List<CmsPublishResource> publishResources)
Sorts the result publish resource list.
|