程序包 | 说明 |
---|---|
org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
org.opencms.ade.publish.client |
Client-side classes for the publish dialog.
|
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.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPublishGroupList |
CmsPublishService.getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsPublishDialog.onReceivePublishList(CmsPublishGroupList groups)
Method which is called after the publish list has been received from the server.
|
void |
CmsPublishSelectPanel.setGroupList(CmsPublishGroupList groups,
boolean newData)
Sets the publish groups used by this widget.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPublishGroupList |
CmsPublishData.getGroups()
Returns the publish groups.
|
构造器和说明 |
---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPublishGroupList |
I_CmsPublishService.getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options)
Retrieves the publish list, subdivided into groups based on the time of their last change.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsPublishServiceAsync.getResourceGroups(CmsWorkflow workflow,
CmsPublishOptions options,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPublishGroupList> callback)
Asynchronous version of
I_CmsPublishService.getResourceGroups(CmsWorkflow,CmsPublishOptions) . |