| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishGroupList |
CmsPublishService.getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options,
boolean projectChanged) |
| Modifier and Type | Method and Description |
|---|---|
CmsPublishGroupList |
CmsPublishData.getGroups()
Returns the publish groups.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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). |