com.ibm.bpe.api

Interface CompleteAndClaimSuccessorResult

  • All Superinterfaces:
    java.io.Serializable


    public interface CompleteAndClaimSuccessorResult
    extends java.io.Serializable
    Returns the result of a completeAndClaimSuccessor() call, that is, a description of the claimed successor activity instance.

    Since:
    6.0.2
    • Field Summary

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

      Methods 
      Modifier and Type Method and Description
      java.lang.String getActivityName()
      Returns the name of the activity that has been claimed.
      AIID getAIID()
      Returns the object identifier of the activity that has been claimed.
      ATID getATID()
      Returns the object identifier of the activity template that is associated to the claimed activity.
      ClientObjectWrapper getInputMessage()
      Returns the input message of the claimed activity.
    • Method Detail

      • getAIID

        AIID getAIID()
        Returns the object identifier of the activity that has been claimed. If no activity has been claimed, null is returned.
      • getATID

        ATID getATID()
        Returns the object identifier of the activity template that is associated to the claimed activity. This object identifier may be used for correlating information in the client. If no activity has been claimed, null is returned.
      • getActivityName

        java.lang.String getActivityName()
        Returns the name of the activity that has been claimed. Returns null if no activity has been claimed or if there is no name.
      • getInputMessage

        ClientObjectWrapper getInputMessage()
        Returns the input message of the claimed activity. Returns null if no activity has been claimed or if there is no input message.
IBM Business Process ManagerTM
Release 8