com.ibm.task.api
Interface EscalationInfo
All Superinterfaces:
java.io.Serializable
- public interface EscalationInfo
- extends java.io.Serializable
Since:
7.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getEscalationChains(int activationState)
Returns the escalation chains for the specified activation state.
|
|
getTotalNumberOfChains()
Returns the total number of escalation chains, regardless of the activation state.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getEscalationChains
- java.util.List getEscalationChains( int activationState)
- 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
- int getTotalNumberOfChains()
Returns the total number of escalation chains, regardless of the activation state.
Returns:
The total number of chains.