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