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