public class CmsWorkflow
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
| 限定符 | 构造器和说明 |
|---|---|
protected |
CmsWorkflow()
Constructor.
|
|
CmsWorkflow(java.lang.String id,
java.lang.String niceName,
java.util.List<CmsWorkflowAction> actions)
Creates a new workflow bean instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CmsWorkflowAction> |
getActions()
Returns the list of actions which are possible in this workflow.
|
java.lang.String |
getId()
Gets the workflow identifier.
|
java.lang.String |
getNiceName()
Gets the user-readable nice name for the workflow.
|
int |
hashCode() |
public CmsWorkflow(java.lang.String id,
java.lang.String niceName,
java.util.List<CmsWorkflowAction> actions)
id - the identifier for the workflow typeniceName - the nice name for the workflow which is displayed to the useractions - the actions which are possible in this workflowprotected CmsWorkflow()
public boolean equals(java.lang.Object obj)
equals 在类中 java.lang.ObjectObject.equals(java.lang.Object)public java.util.List<CmsWorkflowAction> getActions()
public java.lang.String getId()
public java.lang.String getNiceName()
public int hashCode()
hashCode 在类中 java.lang.ObjectObject.hashCode()