Package com.strongdm.api
Class WorkflowRole
java.lang.Object
com.strongdm.api.WorkflowRole
WorkflowRole links a role to a workflow. The linked roles indicate which roles a user must be a part of
to request access to a resource via the workflow.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Unique identifier of the WorkflowRole.The role id.The workflow id.void
Unique identifier of the WorkflowRole.void
The role id.void
setWorkflowId
(String in) The workflow id.
-
Constructor Details
-
WorkflowRole
public WorkflowRole()
-
-
Method Details
-
getId
Unique identifier of the WorkflowRole. -
setId
Unique identifier of the WorkflowRole. -
getRoleId
The role id. -
setRoleId
The role id. -
getWorkflowId
The workflow id. -
setWorkflowId
The workflow id.
-