Package com.strongdm.api
Class ApprovalWorkflowStep
java.lang.Object
com.strongdm.api.ApprovalWorkflowStep
ApprovalWorkflowStep links an approval workflow step to an ApprovalWorkflow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe approval flow id specified the approval workflow that this step belongs togetId()
Unique identifier of the ApprovalWorkflowStep.Whether "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.int
The position of the approval step in a sequence of approval steps for an approval workflow.void
The approval flow id specified the approval workflow that this step belongs tovoid
Unique identifier of the ApprovalWorkflowStep.void
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.void
setStepOrder
(int in) The position of the approval step in a sequence of approval steps for an approval workflow.
-
Constructor Details
-
ApprovalWorkflowStep
public ApprovalWorkflowStep()
-
-
Method Details
-
getApprovalFlowId
The approval flow id specified the approval workflow that this step belongs to -
setApprovalFlowId
The approval flow id specified the approval workflow that this step belongs to -
getId
Unique identifier of the ApprovalWorkflowStep. -
setId
Unique identifier of the ApprovalWorkflowStep. -
getQuantifier
Whether "any" or "all" approvers must approve for this approval step to pass. Read only field for history commands. -
setQuantifier
Whether "any" or "all" approvers must approve for this approval step to pass. Read only field for history commands. -
getSkipAfter
Duration after which this approval step will be skipped if no approval is given. Read only field for history commands. -
setSkipAfter
Duration after which this approval step will be skipped if no approval is given. Read only field for history commands. -
getStepOrder
public int getStepOrder()The position of the approval step in a sequence of approval steps for an approval workflow. Read only field for history commands. -
setStepOrder
public void setStepOrder(int in) The position of the approval step in a sequence of approval steps for an approval workflow. Read only field for history commands.
-