程序包 | 说明 |
---|---|
org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
org.opencms.workflow |
限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsExtendedRealProjectWrapper
Project wrapper which specially handles the 'release' workflow by reading resources of a project regardless of publish permissions.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Map<CmsUUID,I_CmsVirtualProject> |
CmsDefaultWorkflowManager.m_virtualProjects
The map of registered virtual projects.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsVirtualProject |
I_CmsWorkflowManager.getRealOrVirtualProject(CmsUUID projectId)
Gets the virtual project object identified by the given id.
|
I_CmsVirtualProject |
CmsExtendedWorkflowManager.getRealOrVirtualProject(CmsUUID projectId) |
I_CmsVirtualProject |
CmsDefaultWorkflowManager.getRealOrVirtualProject(CmsUUID projectId) |