public interface EscalationActions
getAvailableActions()
method for an escalation instance.Modifier and Type | Field and Description |
---|---|
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.
|
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