Interface Approval
@PublicApi
@ReturnValuesAreNonnullByDefault
public interface Approval
Representation of an approval
-
Method Summary
Modifier and TypeMethodDescriptionGets condition object which encapsulate type of condition and level of accomplishmentCreation date ofApprovalGets the final decision (including the core outcome and associated details).intgetId()Id ofApprovallongIssue Id theApprovalassociated withgetName()Name ofApprovalThe workflow status Id associated withApproval
-
Method Details
-
getId
int getId()Id ofApproval -
getIssueId
long getIssueId()Issue Id theApprovalassociated with -
getName
String getName()Name ofApproval -
getDecision
Optional<ApprovalDecision> getDecision()Gets the final decision (including the core outcome and associated details). -
getCreatedDate
Instant getCreatedDate()Creation date ofApproval -
getStatusId
String getStatusId()The workflow status Id associated withApproval -
getApprovalCondition
ApprovalCondition getApprovalCondition()Gets condition object which encapsulate type of condition and level of accomplishment
-