Package org.opencms.ade.publish.shared
Class CmsPublishListToken
java.lang.Object
org.opencms.ade.publish.shared.CmsPublishListToken
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsPublishListToken
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
A bean which can be used to reconstruct a publish list.
This is used instead of sending the whole resource list to the client when it becomes too big.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor used for serialization.CmsPublishListToken
(CmsWorkflow workflow, CmsPublishOptions options) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the publish options.Gets the selected workflow.
-
Constructor Details
-
CmsPublishListToken
protected CmsPublishListToken()Default constructor used for serialization.
-
Method Details
-
getOptions
Gets the publish options.- Returns:
- the publish options
-
getWorkflow
Gets the selected workflow.- Returns:
- the selected workflow
-