|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EscalationActions
This interface defines symbolic constants for all actions that can be performed on
escalation instances. These constants are to be used when determining the actions
allowed in the current escalation state.
Currently allowed actions are returned
when calling the getAvailableActions()
method for an escalation instance.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
CREATEWORKITEM
Symbolic constant for escalation action create work item. |
static int |
DELETEWORKITEM
Symbolic constant for escalation action delete work item. |
static int |
GETCUSTOMPROPERTY
Symbolic constant for escalation action get custom property. |
static int |
GETDOCUMENTATION
Symbolic constant for escalation action get documentation. |
static int |
GETESCALATION
Symbolic constant for escalation action get escalation. |
static int |
GETESCALATIONTEMPLATE
Symbolic constant for escalation action get escalation template. |
static int |
GETROLEINFO
Symbolic constant for escalation action to retrieve role related information. |
static int |
SETCUSTOMPROPERTY
Symbolic constant for escalation action set custom property. |
static int |
TRANSFERWORKITEM
Symbolic constant for escalation action transfer work item. |
static int |
TRIGGERESCALATION
Symbolic constant for escalation action trigger escalation. |
static int |
UPDATE
Symbolic constant for escalation action update. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int CREATEWORKITEM
static final int GETDOCUMENTATION
static final int GETCUSTOMPROPERTY
static final int SETCUSTOMPROPERTY
static final int GETESCALATION
static final int UPDATE
static final int GETESCALATIONTEMPLATE
static final int DELETEWORKITEM
static final int TRANSFERWORKITEM
static final int GETROLEINFO
static final int TRIGGERESCALATION
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |