public static enum SaWFConstants.CommandId extends Enum<SaWFConstants.CommandId>
Enum Constant and Description |
---|
WF_APPROVE
Approve.
|
WF_ASSIGNTOME
AssignToMe.
|
WF_CHANGEOWNER
Change owner.
|
WF_COMMENTS
Get Comments.
|
WF_EDITDOCUMENT
Edit document.
|
WF_EDITDOCUMENTINDEX
Edit document index.
|
WF_EDITWORKFLOWINDEX
Edit workflow index.
|
WF_ESCALATION
Escalation.
|
WF_FORWARD
Forward.
|
WF_HISTORY
Get history.
|
WF_HOLD
Hold.
|
WF_NOTRESPONSIBLE
Nor responsible.
|
WF_PAUSE
Pause.
|
WF_PUTBACK
Put back.
|
WF_REASSIGN
Reassign.
|
WF_REJECT
Reject.
|
WF_REMOVE
Remove.
|
WF_REMOVENOTICE
RemoveNotice.
|
WF_RESETHOLD
ResetHold.
|
WF_REWORK
Rework.
|
WF_RUN
Run.
|
WF_SETNODE
Set node.
|
WF_SETUSER
Set user.
|
WF_START
Start.
|
WF_TAKE
Take.
|
WF_TERMINATE
Terminate.
|
Modifier and Type | Method and Description |
---|---|
static SaWFConstants.CommandId |
fromInt(int reqId)
Converts from int.
|
int |
getId() |
int |
getMsgId() |
static SaWFConstants.CommandId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaWFConstants.CommandId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaWFConstants.CommandId WF_START
public static final SaWFConstants.CommandId WF_FORWARD
public static final SaWFConstants.CommandId WF_APPROVE
public static final SaWFConstants.CommandId WF_REJECT
public static final SaWFConstants.CommandId WF_REWORK
public static final SaWFConstants.CommandId WF_NOTRESPONSIBLE
public static final SaWFConstants.CommandId WF_TAKE
public static final SaWFConstants.CommandId WF_REMOVE
public static final SaWFConstants.CommandId WF_REMOVENOTICE
public static final SaWFConstants.CommandId WF_HOLD
public static final SaWFConstants.CommandId WF_ESCALATION
public static final SaWFConstants.CommandId WF_PAUSE
public static final SaWFConstants.CommandId WF_RUN
public static final SaWFConstants.CommandId WF_TERMINATE
public static final SaWFConstants.CommandId WF_CHANGEOWNER
public static final SaWFConstants.CommandId WF_SETNODE
public static final SaWFConstants.CommandId WF_SETUSER
public static final SaWFConstants.CommandId WF_HISTORY
public static final SaWFConstants.CommandId WF_PUTBACK
public static final SaWFConstants.CommandId WF_REASSIGN
public static final SaWFConstants.CommandId WF_ASSIGNTOME
public static final SaWFConstants.CommandId WF_RESETHOLD
public static final SaWFConstants.CommandId WF_EDITWORKFLOWINDEX
public static final SaWFConstants.CommandId WF_EDITDOCUMENTINDEX
public static final SaWFConstants.CommandId WF_EDITDOCUMENT
public static final SaWFConstants.CommandId WF_COMMENTS
public static SaWFConstants.CommandId[] values()
for (SaWFConstants.CommandId c : SaWFConstants.CommandId.values()) System.out.println(c);
public static SaWFConstants.CommandId valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getId()
public int getMsgId()
public static SaWFConstants.CommandId fromInt(int reqId)
reqId
- Integer valueCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.