public interface EscalationChain
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
int |
getActivationState()
Returns the activation state of the escalation chain.
|
Escalation |
getEscalation(java.lang.String escalationName)
Returns the named escalation instance in the escalation chain.
|
java.util.List |
getEscalations()
Returns the ordered list of escalations in the escalation chain.
|
static final java.lang.String COPYRIGHT
int getActivationState()
escalation
object.java.util.List getEscalations()
escalation
s in the chain. The list may be empty, but not null.Escalation getEscalation(java.lang.String escalationName)
escalationName
- The name of the requested escalation.escalation
instance or null if not found.