Package com.strongdm.api
Class ApprovalWorkflow
java.lang.Object
com.strongdm.api.ApprovalWorkflow
ApprovalWorkflows are the mechanism by which requests for access can be viewed by authorized
approvers and be approved or denied.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionApproval mode of the ApprovalWorkflowThe approval steps of this approval workflowOptional description of the ApprovalWorkflow.getId()Unique identifier of the ApprovalWorkflow.getName()Unique human-readable name of the ApprovalWorkflow.voidApproval mode of the ApprovalWorkflowvoidThe approval steps of this approval workflowvoidsetDescription(String in) Optional description of the ApprovalWorkflow.voidUnique identifier of the ApprovalWorkflow.voidUnique human-readable name of the ApprovalWorkflow.
-
Constructor Details
-
ApprovalWorkflow
public ApprovalWorkflow()
-
-
Method Details
-
getApprovalMode
Approval mode of the ApprovalWorkflow -
setApprovalMode
Approval mode of the ApprovalWorkflow -
getApprovalWorkflowSteps
The approval steps of this approval workflow -
setApprovalWorkflowSteps
The approval steps of this approval workflow -
getDescription
Optional description of the ApprovalWorkflow. -
setDescription
Optional description of the ApprovalWorkflow. -
getId
Unique identifier of the ApprovalWorkflow. -
setId
Unique identifier of the ApprovalWorkflow. -
getName
Unique human-readable name of the ApprovalWorkflow. -
setName
Unique human-readable name of the ApprovalWorkflow.
-