com.ibm.task.api

Interface EscalationActions


  1. 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.
Since:
6.1

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CREATEWORKITEM
Symbolic constant for escalation action create work item.
  1. static
  2. int
DELETEWORKITEM
Symbolic constant for escalation action delete work item.
  1. static
  2. int
GETCUSTOMPROPERTY
Symbolic constant for escalation action get custom property.
  1. static
  2. int
GETDOCUMENTATION
Symbolic constant for escalation action get documentation.
  1. static
  2. int
GETESCALATION
Symbolic constant for escalation action get escalation.
  1. static
  2. int
GETESCALATIONTEMPLATE
Symbolic constant for escalation action get escalation template.
  1. static
  2. int
GETROLEINFO
Symbolic constant for escalation action to retrieve role related information.
  1. static
  2. int
SETCUSTOMPROPERTY
Symbolic constant for escalation action set custom property.
  1. static
  2. int
TRANSFERWORKITEM
Symbolic constant for escalation action transfer work item.
  1. static
  2. int
TRIGGERESCALATION
Symbolic constant for escalation action trigger escalation.
  1. static
  2. int
UPDATE
Symbolic constant for escalation action update.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

CREATEWORKITEM

  1. static final int CREATEWORKITEM
Symbolic constant for escalation action create work item.
See Also:

GETDOCUMENTATION

  1. static final int GETDOCUMENTATION
Symbolic constant for escalation action get documentation.
See Also:

GETCUSTOMPROPERTY

  1. static final int GETCUSTOMPROPERTY
Symbolic constant for escalation action get custom property.
See Also:

SETCUSTOMPROPERTY

  1. static final int SETCUSTOMPROPERTY
Symbolic constant for escalation action set custom property.
See Also:

GETESCALATION

  1. static final int GETESCALATION
Symbolic constant for escalation action get escalation.
See Also:

UPDATE

  1. static final int UPDATE
Symbolic constant for escalation action update.
Since:
7.0
See Also:

GETESCALATIONTEMPLATE

  1. static final int GETESCALATIONTEMPLATE
Symbolic constant for escalation action get escalation template.
See Also:

DELETEWORKITEM

  1. static final int DELETEWORKITEM
Symbolic constant for escalation action delete work item.
See Also:

TRANSFERWORKITEM

  1. static final int TRANSFERWORKITEM
Symbolic constant for escalation action transfer work item.
See Also:

GETROLEINFO

  1. static final int GETROLEINFO
Symbolic constant for escalation action to retrieve role related information.
See Also:

TRIGGERESCALATION

  1. static final int TRIGGERESCALATION
Symbolic constant for escalation action trigger escalation.
Since:
7.0
See Also: