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