public interface EscalationInfo
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String COPYRIGHT
java.util.List getEscalationChains(int activationState) throws InvalidParameterException
activationState
- The activation state. Possible activation states are ready, running, claimed, and
waiting-for-subtasks. Use the definitions on the escalation
object.EscalationChain
objects.InvalidParameterException
int getTotalNumberOfChains()