Interface ApprovalDecision
@PublicApi
@ReturnValuesAreNonnullByDefault
public interface ApprovalDecision
Represent a final decision of an
Approval
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getDecision
ApprovalDecisionType getDecision()- Returns:
- the final decision of
Approval
-
getCompletedDate
Instant getCompletedDate()- Returns:
- the completion date of
Approval
when the decision is set.
-
isSystemDecided
boolean isSystemDecided()- Returns:
- whether the
Approval
is decided by system (ie automation)
-