|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.shared.CmsWorkflow
public class CmsWorkflow
A bean which represents a possible workflow, containing an identifier, a user-readable name and a list of workflow actions.
| Constructor Summary | |
|---|---|
protected |
CmsWorkflow()
Constructor. |
|
CmsWorkflow(java.lang.String id,
java.lang.String niceName,
java.util.List<CmsWorkflowAction> actions)
Creates a new workflow bean instance. |
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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()
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class 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 in class java.lang.ObjectObject.hashCode()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||