| Package | Description |
|---|---|
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| org.opencms.ade.publish.shared |
Classes for the publish dialog which are used by both the client and the server.
|
| org.opencms.ade.publish.shared.rpc |
Classes to handle client-side GWT-RPC services.
|
| org.opencms.workflow |
Classes related to publishing and workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishGroupList |
CmsPublishService.getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options,
boolean projectChanged) |
| Modifier and Type | Method and Description |
|---|---|
CmsWorkflow |
CmsPublishListToken.getWorkflow()
Gets the selected workflow.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsWorkflow> |
CmsPublishData.getWorkflows()
Returns the available work flow actions.
|
| Constructor and Description |
|---|
CmsPublishListToken(CmsWorkflow workflow,
CmsPublishOptions options)
Creates a new instance.
|
| Constructor and Description |
|---|
CmsPublishData(CmsPublishOptions options,
java.util.List<CmsProjectBean> projects,
CmsPublishGroupList groups,
java.util.Map<java.lang.String,CmsWorkflow> workflows,
java.lang.String selectedWorkflowId)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishGroupList |
I_CmsPublishService.getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options,
boolean projectChanged)
Retrieves the publish list, subdivided into groups based on the time of their last change.
|
void |
I_CmsPublishServiceAsync.getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options,
boolean projectChanged,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPublishGroupList> callback)
Asynchronous version of
I_CmsPublishService.getResourceGroups(CmsWorkflow,CmsPublishOptions,boolean). |
| Modifier and Type | Method and Description |
|---|---|
CmsWorkflow |
CmsWorkflowResources.getOverrideWorkflow()
Gets the override workflow, or null.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsWorkflow> |
CmsDefaultWorkflowManager.getWorkflows(CmsObject cms) |
java.util.Map<java.lang.String,CmsWorkflow> |
I_CmsWorkflowManager.getWorkflows(CmsObject cms)
Returns the available workflows for the current user.
|
java.util.Map<java.lang.String,CmsWorkflow> |
CmsExtendedWorkflowManager.getWorkflows(CmsObject cms) |
| Modifier and Type | Method and Description |
|---|---|
I_CmsPublishResourceFormatter |
CmsDefaultWorkflowManager.createFormatter(CmsObject cms,
CmsWorkflow workflow,
CmsPublishOptions options) |
I_CmsPublishResourceFormatter |
I_CmsWorkflowManager.createFormatter(CmsObject cms,
CmsWorkflow workflow,
CmsPublishOptions options)
Creates the formatter for formatting the resources to be displayed to the user.
|
I_CmsPublishResourceFormatter |
CmsExtendedWorkflowManager.createFormatter(CmsObject cms,
CmsWorkflow workflow,
CmsPublishOptions options) |
CmsPublishListToken |
CmsDefaultWorkflowManager.getPublishListToken(CmsObject cms,
CmsWorkflow workflow,
CmsPublishOptions options) |
CmsPublishListToken |
I_CmsWorkflowManager.getPublishListToken(CmsObject cms,
CmsWorkflow workflow,
CmsPublishOptions options)
Gets a publish list token for the given parameters which can be used later to reconstruct the publish list.
|
CmsWorkflowResources |
CmsDefaultWorkflowManager.getWorkflowResources(CmsObject cms,
CmsWorkflow workflow,
CmsPublishOptions options,
boolean canOverride,
boolean ignoreLimit) |
CmsWorkflowResources |
I_CmsWorkflowManager.getWorkflowResources(CmsObject cms,
CmsWorkflow workflow,
CmsPublishOptions options,
boolean canOverride,
boolean ignoreLimit)
Returns the resources for the given workflow and project.
|
CmsWorkflowResources |
CmsExtendedWorkflowManager.getWorkflowResources(CmsObject cms,
CmsWorkflow workflow,
CmsPublishOptions options,
boolean canOverrideWorkflow,
boolean ignoreLimit) |
| Constructor and Description |
|---|
CmsWorkflowResources(java.util.List<CmsResource> workflowResources,
CmsWorkflow overrideWorkflow,
java.lang.Integer tooManyCount)
Creates new instance.
|