|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EscalationInfo
Returns information about all escalations of a task instance.
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. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |