Interface Approval

All Superinterfaces:
Activity, Completion
All Known Subinterfaces:
PartialApproval

public interface Approval extends Completion
Represents an approve or reject activity by a user on an approval.
  • Method Details

    • 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