| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| org.opencms.workflow |
Classes related to publishing and workflow.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsWorkflowManager |
CmsSystemConfiguration.getWorkflowManager()
Gets the configured workflow manager instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSystemConfiguration.setWorkflowManager(I_CmsWorkflowManager workflowManager)
Sets the configured workflow manager instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected I_CmsWorkflowManager |
OpenCmsCore.getWorkflowManager()
Returns the workflow manager instance.
|
static I_CmsWorkflowManager |
OpenCms.getWorkflowManager()
Gets the initialized workflow manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsWorkflowManager
Abstract class which provides common functionality for workflow managers, like initialization of
the configuration parameters.
|
class |
CmsDefaultWorkflowManager
The default implementation of the workflow manager interface, which offers only publish functionality.
|
class |
CmsExtendedWorkflowManager
The default workflow manager implementation, which supports 2 basic actions, Release and Publish.
|