Package com.strongdm.api
Class ApprovalWorkflowSteps
java.lang.Object
com.strongdm.api.ApprovalWorkflowSteps
- All Implemented Interfaces:
 SnapshotApprovalWorkflowSteps
@Deprecated
public class ApprovalWorkflowSteps
extends Object
implements SnapshotApprovalWorkflowSteps
Deprecated.
ApprovalWorkflowSteps link approval workflow steps to an ApprovalWorkflow
- 
Constructor Summary
ConstructorsConstructorDescriptionApprovalWorkflowSteps(io.grpc.ManagedChannel channel, Client client) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptioncreate(ApprovalWorkflowStep approvalWorkflowStep) Deprecated.Deprecated: Create creates a new approval workflow step.Deprecated.Deprecated: Delete deletes an existing approval workflow step.Deprecated.Deprecated: Get reads one approval workflow step by ID.Deprecated.Deprecated: Lists existing approval workflow steps.withDeadlineAfter(long duration, TimeUnit units) Deprecated.This function returns a copy of the ApprovalWorkflowSteps service which has the given deadline set for all method calls. 
- 
Constructor Details
- 
ApprovalWorkflowSteps
Deprecated. 
 - 
 - 
Method Details
- 
withDeadlineAfter
Deprecated.This function returns a copy of the ApprovalWorkflowSteps service which has the given deadline set for all method calls. - 
create
public ApprovalWorkflowStepCreateResponse create(ApprovalWorkflowStep approvalWorkflowStep) throws RpcException Deprecated.Deprecated: Create creates a new approval workflow step.- Throws:
 RpcException
 - 
get
Deprecated.Deprecated: Get reads one approval workflow step by ID.- Specified by:
 getin interfaceSnapshotApprovalWorkflowSteps- Throws:
 RpcException
 - 
delete
Deprecated.Deprecated: Delete deletes an existing approval workflow step.- Throws:
 RpcException
 - 
list
Deprecated.Deprecated: Lists existing approval workflow steps.- Specified by:
 listin interfaceSnapshotApprovalWorkflowSteps- Throws:
 RpcException
 
 -