Uses of Class
org.opencms.ade.publish.shared.CmsPublishResource
Packages that use 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
Methods in org.opencms.ade.publish that return CmsPublishResourceModifier 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.Methods in org.opencms.ade.publish that return types with arguments of type CmsPublishResourceModifier and TypeMethodDescriptionCmsPublish.getBrokenResources
(List<CmsResource> pubResources) Checks for possible broken links when the given list of resources would be published.Methods in org.opencms.ade.publish with parameters of type CmsPublishResourceModifier 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) Method parameters in org.opencms.ade.publish with type arguments of type CmsPublishResourceModifier 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
Methods in org.opencms.workflow that return CmsPublishResourceModifier and TypeMethodDescriptionprotected CmsPublishResource
CmsDefaultPublishResourceFormatter.createPublishResource
(CmsResource resource) Creates a publish resource bean from a resource.Methods in org.opencms.workflow that return types with arguments of type CmsPublishResourceModifier and TypeMethodDescriptionCmsDefaultPublishResourceFormatter.getPublishResources()
I_CmsPublishResourceFormatter.getPublishResources()
Gets the publish resource beans created by this formatter.Methods in org.opencms.workflow with parameters of type CmsPublishResourceModifier and TypeMethodDescriptionint
CmsDefaultPublishResourceFormatter.DefaultComparator.compare
(CmsPublishResource first, CmsPublishResource second) Method parameters in org.opencms.workflow with type arguments of type CmsPublishResourceModifier 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.