Uses of Class
org.opencms.ade.publish.shared.CmsPublishResource
Package
Description
This package contains the server-side classes for the publish module.
Classes for the publish dialog which are used by both the client and the server.
Classes related to publishing and workflow.
-
Uses of CmsPublishResource in org.opencms.ade.publish
Modifier and TypeMethodDescriptionCmsPublish.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, List<CmsPublishResource> related) Creates a publish resource bean instance from the given parameters.Modifier and TypeMethodDescriptionCmsPublish.getBrokenResources
(List<CmsResource> pubResources) Checks for possible broken links when the given list of resources would be published.Modifier and TypeMethodDescriptionprotected long
CmsDefaultPublishGroupHelper.getDateLastModified
(CmsPublishResource res) protected long
CmsSinglePublishGroupHelper.getDateLastModified
(CmsPublishResource res) protected String
CmsDefaultPublishGroupHelper.getRootPath
(CmsPublishResource res) protected String
CmsSinglePublishGroupHelper.getRootPath
(CmsPublishResource res) Modifier and TypeMethodDescriptionprotected CmsPublishGroup
CmsDefaultPublishGroupHelper.createGroup
(String name, List<CmsPublishResource> resources) protected CmsPublishGroup
CmsSinglePublishGroupHelper.createGroup
(String name, List<CmsPublishResource> resources) CmsSinglePublishGroupHelper.getGroups
(List<CmsPublishResource> resources) protected CmsPublishResource
CmsPublish.resourceToBean
(CmsResource resource, CmsPublishResourceInfo info, boolean removable, List<CmsPublishResource> related) Creates a publish resource bean instance from the given parameters. -
Uses of CmsPublishResource in org.opencms.workflow
Modifier and TypeMethodDescriptionprotected CmsPublishResource
CmsDefaultPublishResourceFormatter.createPublishResource
(CmsResource resource) Creates a publish resource bean from a resource.Modifier and TypeMethodDescriptionCmsDefaultPublishResourceFormatter.getPublishResources()
I_CmsPublishResourceFormatter.getPublishResources()
Gets the publish resource beans created by this formatter.Modifier and TypeMethodDescriptionint
CmsDefaultPublishResourceFormatter.DefaultComparator.compare
(CmsPublishResource first, CmsPublishResource second) Modifier and TypeMethodDescriptionprotected CmsWorkflowResponse
CmsExtendedWorkflowManager.getPublishBrokenRelationsResponse
(CmsObject userCms, 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
(List<CmsPublishResource> publishResources) Sorts the result publish resource list.