Package com.strongdm.api
Class WorkflowAssignments
java.lang.Object
com.strongdm.api.WorkflowAssignments
- All Implemented Interfaces:
SnapshotWorkflowAssignments
WorkflowAssignments links a Resource to a Workflow. The assigned resources are those that a user can request
access to via the workflow.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLists existing workflow assignments.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the WorkflowAssignments service which has the given deadline set for all method calls.
-
Constructor Details
-
WorkflowAssignments
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the WorkflowAssignments service which has the given deadline set for all method calls. -
list
Lists existing workflow assignments.- Specified by:
list
in interfaceSnapshotWorkflowAssignments
- Throws:
RpcException
-