Package com.strongdm.api
Class ApprovalWorkflowApproversHistory
java.lang.Object
com.strongdm.api.ApprovalWorkflowApproversHistory
ApprovalWorkflowApproversHistory records all changes to the state of an ApprovalWorkflowApprover.
-
Constructor Summary
ConstructorDescriptionApprovalWorkflowApproversHistory
(io.grpc.ManagedChannel channel, Client client) -
Method Summary
Modifier and TypeMethodDescriptionList gets a list of ApprovalWorkflowApproverHistory records matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the ApprovalWorkflowApproversHistory service which has the given deadline set for all method calls.
-
Constructor Details
-
ApprovalWorkflowApproversHistory
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the ApprovalWorkflowApproversHistory service which has the given deadline set for all method calls. -
list
public Iterable<ApprovalWorkflowApproverHistory> list(String filter, Object... args) throws RpcException List gets a list of ApprovalWorkflowApproverHistory records matching a given set of criteria.- Throws:
RpcException
-