Class ApprovalWorkflowStep

java.lang.Object
com.strongdm.api.ApprovalWorkflowStep

@Deprecated public class ApprovalWorkflowStep extends Object
Deprecated.
ApprovalWorkflowStep links an approval workflow step to an ApprovalWorkflow
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    The approval flow id specified the approval workflow that this step belongs to
    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 to
    void
    Deprecated.
    Unique identifier of the ApprovalWorkflowStep.
    void
    Deprecated.
    Whether "any" or "all" approvers must approve for this approval step to pass.
    void
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApprovalWorkflowStep

      public ApprovalWorkflowStep()
      Deprecated.
  • Method Details

    • getApprovalFlowId

      public String getApprovalFlowId()
      Deprecated.
      The approval flow id specified the approval workflow that this step belongs to
    • setApprovalFlowId

      public void setApprovalFlowId(String in)
      Deprecated.
      The approval flow id specified the approval workflow that this step belongs to
    • getId

      public String getId()
      Deprecated.
      Unique identifier of the ApprovalWorkflowStep.
    • setId

      public void setId(String in)
      Deprecated.
      Unique identifier of the ApprovalWorkflowStep.
    • getQuantifier

      public String getQuantifier()
      Deprecated.
      Whether "any" or "all" approvers must approve for this approval step to pass. Read only field for history commands.
    • setQuantifier

      public void setQuantifier(String in)
      Deprecated.
      Whether "any" or "all" approvers must approve for this approval step to pass. Read only field for history commands.
    • getSkipAfter

      public Duration getSkipAfter()
      Deprecated.
      Duration after which this approval step will be skipped if no approval is given. Read only field for history commands.
    • setSkipAfter

      public void setSkipAfter(Duration in)
      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.