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