Package com.strongdm.api
Class ApprovalFlowStep
java.lang.Object
com.strongdm.api.ApprovalFlowStep
An approval step for an approval workflow. Specifies approvers and conditions for approval to be granted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe approvers for this approval stepWhether "any" or "all" approvers must approve for this approval step to pass.Duration after which this approval step will be skipped if no approval is given.void
The approvers for this approval stepvoid
setQuantifier
(String in) Whether "any" or "all" approvers must approve for this approval step to pass.void
setSkipAfter
(Duration in) Duration after which this approval step will be skipped if no approval is given.
-
Constructor Details
-
ApprovalFlowStep
public ApprovalFlowStep()
-
-
Method Details
-
getApprovers
The approvers for this approval step -
setApprovers
The approvers for this approval step -
getQuantifier
Whether "any" or "all" approvers must approve for this approval step to pass. Optional, defaults to "any". -
setQuantifier
Whether "any" or "all" approvers must approve for this approval step to pass. Optional, defaults to "any". -
getSkipAfter
Duration after which this approval step will be skipped if no approval is given. Optional, if not provided an approver must approve before the step passes. -
setSkipAfter
Duration after which this approval step will be skipped if no approval is given. Optional, if not provided an approver must approve before the step passes.
-