com.ibm.task.api
Interface EscalationActions
- public interface EscalationActions
getAvailableActions()
method for an escalation instance.
Since:
6.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
CREATEWORKITEM
Symbolic constant for escalation action create work item.
|
|
DELETEWORKITEM
Symbolic constant for escalation action delete work item.
|
|
GETCUSTOMPROPERTY
Symbolic constant for escalation action get custom property.
|
|
GETDOCUMENTATION
Symbolic constant for escalation action get documentation.
|
|
GETESCALATION
Symbolic constant for escalation action get escalation.
|
|
GETESCALATIONTEMPLATE
Symbolic constant for escalation action get escalation template.
|
|
GETROLEINFO
Symbolic constant for escalation action to retrieve role related information.
|
|
SETCUSTOMPROPERTY
Symbolic constant for escalation action set custom property.
|
|
TRANSFERWORKITEM
Symbolic constant for escalation action transfer work item.
|
|
TRIGGERESCALATION
Symbolic constant for escalation action trigger escalation.
|
|
UPDATE
Symbolic constant for escalation action update.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
CREATEWORKITEM
- static final int CREATEWORKITEM
Symbolic constant for escalation action create work item.
See Also:
GETDOCUMENTATION
- static final int GETDOCUMENTATION
Symbolic constant for escalation action get documentation.
See Also:
GETCUSTOMPROPERTY
- static final int GETCUSTOMPROPERTY
Symbolic constant for escalation action get custom property.
See Also:
SETCUSTOMPROPERTY
- static final int SETCUSTOMPROPERTY
Symbolic constant for escalation action set custom property.
See Also:
GETESCALATION
- static final int GETESCALATION
Symbolic constant for escalation action get escalation.
See Also:
UPDATE
- static final int UPDATE
Symbolic constant for escalation action update.
GETESCALATIONTEMPLATE
- static final int GETESCALATIONTEMPLATE
Symbolic constant for escalation action get escalation template.
See Also:
DELETEWORKITEM
- static final int DELETEWORKITEM
Symbolic constant for escalation action delete work item.
See Also:
TRANSFERWORKITEM
- static final int TRANSFERWORKITEM
Symbolic constant for escalation action transfer work item.
See Also:
GETROLEINFO
- static final int GETROLEINFO
Symbolic constant for escalation action to retrieve role related information.
See Also:
TRIGGERESCALATION
- static final int TRIGGERESCALATION
Symbolic constant for escalation action trigger escalation.