Interface Approval

    • Method Detail

      • getName

        String getName()
        The name of the approval given
        Returns:
        the name of the approval
      • isApproved

        boolean isApproved()
        Returns true if this is an approve activity, false if it is a reject activity.
        Returns:
        Since:
        1.11
      • getSignatureType

        SignatureType getSignatureType()
        Returns the signature type used for this approval. Can return null if the signature type is not known for old approvals.
        Returns:
        SignatureType