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 CmsPublishResourceCmsPublish.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 longCmsDefaultPublishGroupHelper.getDateLastModified(CmsPublishResource res) protected longCmsSinglePublishGroupHelper.getDateLastModified(CmsPublishResource res) protected StringCmsDefaultPublishGroupHelper.getRootPath(CmsPublishResource res) protected StringCmsSinglePublishGroupHelper.getRootPath(CmsPublishResource res) Method parameters in org.opencms.ade.publish with type arguments of type CmsPublishResourceModifier and TypeMethodDescriptionprotected CmsPublishGroupCmsDefaultPublishGroupHelper.createGroup(String name, List<CmsPublishResource> resources) protected CmsPublishGroupCmsSinglePublishGroupHelper.createGroup(String name, List<CmsPublishResource> resources) CmsSinglePublishGroupHelper.getGroups(List<CmsPublishResource> resources) protected CmsPublishResourceCmsPublish.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 CmsPublishResourceCmsDefaultPublishResourceFormatter.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 TypeMethodDescriptionintCmsDefaultPublishResourceFormatter.DefaultComparator.compare(CmsPublishResource first, CmsPublishResource second) Method parameters in org.opencms.workflow with type arguments of type CmsPublishResourceModifier and TypeMethodDescriptionprotected CmsWorkflowResponseCmsExtendedWorkflowManager.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 voidCmsDefaultPublishResourceFormatter.sortResult(List<CmsPublishResource> publishResources) Sorts the result publish resource list.