com.ibm.task.api

Interface EscalationInfo

All Superinterfaces:
java.io.Serializable

  1. public interface EscalationInfo
  2. extends java.io.Serializable
Returns information about all escalations of a task instance.
Since:
7.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getEscalationChains(int activationState)
Returns the escalation chains for the specified activation state.
  1. int
getTotalNumberOfChains()
Returns the total number of escalation chains, regardless of the activation state.

Field Detail

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

Method Detail

getEscalationChains

  1. java.util.List getEscalationChains( int activationState)
  2. throws InvalidParameterException
Returns the escalation chains for the specified activation state.
Parameters:
activationState - The activation state. Possible activation states are ready, running, claimed, and waiting-for-subtasks. Use the definitions on the escalation object.
Returns:
A list of EscalationChain objects.
Throws:

getTotalNumberOfChains

  1. int getTotalNumberOfChains()
Returns the total number of escalation chains, regardless of the activation state.
Returns:
The total number of chains.