|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.publish.shared.CmsWorkflowAction
public class CmsWorkflowAction
Work flow action information.
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_CANCEL
The cancel workflow action. |
| Constructor Summary | |
|---|---|
protected |
CmsWorkflowAction()
Constructor. |
|
CmsWorkflowAction(java.lang.String actionKey,
java.lang.String label,
boolean isEnabled)
Constructor. |
|
CmsWorkflowAction(java.lang.String actionKey,
java.lang.String label,
boolean isEnabled,
boolean isPublish)
Constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Returns the action key. |
java.lang.String |
getLabel()
Returns the action label. |
boolean |
isEnabled()
Returns if the action is enabled. |
boolean |
isPublish()
Check whether this action is a publish action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ACTION_CANCEL
| Constructor Detail |
|---|
public CmsWorkflowAction(java.lang.String actionKey,
java.lang.String label,
boolean isEnabled)
actionKey - the action keylabel - the action labelisEnabled - true if the action is enabled
public CmsWorkflowAction(java.lang.String actionKey,
java.lang.String label,
boolean isEnabled,
boolean isPublish)
actionKey - the action keylabel - the action labelisEnabled - true if the action is enabledisPublish - a flag to distinguish publish actions from other workflow actionsprotected CmsWorkflowAction()
| Method Detail |
|---|
public java.lang.String getAction()
public java.lang.String getLabel()
public boolean isEnabled()
true if the action is enabledpublic boolean isPublish()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||