Uses of Interface
org.opencms.ade.publish.I_CmsVirtualProject
Package
Description
This package contains the server-side classes for the publish module.
Classes related to publishing and workflow.
-
Uses of I_CmsVirtualProject in org.opencms.ade.publish
Modifier and TypeClassDescriptionclass
Virtual project which includes the currently edited resource and all its related resources.class
Virtual project for 'direct publishing' of resources.class
Virtual project for the "My changes" mode in the publish dialog.class
Wrapper to use real OpenCms projects through the I_CmsVirtualProject interface. -
Uses of I_CmsVirtualProject in org.opencms.workflow
Modifier and TypeClassDescriptionclass
Project wrapper which specially handles the 'release' workflow by reading resources of a project regardless of publish permissions.Modifier and TypeFieldDescriptionprotected Map<CmsUUID,
I_CmsVirtualProject> CmsDefaultWorkflowManager.m_virtualProjects
The map of registered virtual projects.Modifier and TypeMethodDescriptionCmsDefaultWorkflowManager.getRealOrVirtualProject
(CmsUUID projectId) CmsExtendedWorkflowManager.getRealOrVirtualProject
(CmsUUID projectId) I_CmsWorkflowManager.getRealOrVirtualProject
(CmsUUID projectId) Gets the virtual project object identified by the given id.