Uses of Class
org.opencms.ade.publish.shared.CmsPublishData
Package
Description
This package contains the server-side classes for the publish module.
Classes to handle client-side GWT-RPC services.
Contains Vaadin UI extensions.
-
Uses of CmsPublishData in org.opencms.ade.publish
Modifier and TypeMethodDescriptionCmsPublishService.getInitData
(HashMap<String, String> params) CmsPublishService.getPublishData
(CmsObject cms, HashMap<String, String> params, String workflowId, String projectParam, List<String> pathList, String closeLink, boolean confirm) Gets the publish data for the given parameters.static CmsPublishData
CmsPublishService.prefetch
(javax.servlet.http.HttpServletRequest request) Fetches the publish data. -
Uses of CmsPublishData in org.opencms.ui.components.extensions
Modifier and TypeMethodDescriptionprotected CmsPublishData
CmsGwtDialogExtension.getPublishData
(CmsProject project, List<CmsResource> directPublishResources) Gets the publish data for the given resources.Modifier and TypeMethodDescriptionprotected String
CmsGwtDialogExtension.getSerializedPublishData
(CmsPublishData data) Serializes a CmsPublishData object into string form using the GWT serialization.