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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      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.
    • 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:
        InvalidParameterException
      • getTotalNumberOfChains

        int getTotalNumberOfChains()
        Returns the total number of escalation chains, regardless of the activation state.
        Returns:
        The total number of chains.
IBM Business Process ManagerTM
Release 8