Package com.strongdm.api
Class WorkflowRoleHistory
java.lang.Object
com.strongdm.api.WorkflowRoleHistory
WorkflowRolesHistory provides records of all changes to the state of a WorkflowRole
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the Activity that produced this change to the WorkflowRole.If this WorkflowRole was deleted, the time it was deleted.The time at which the WorkflowRole state was recorded.The complete WorkflowRole state at this time.voidsetActivityId(String in) The unique identifier of the Activity that produced this change to the WorkflowRole.voidsetDeletedAt(Date in) If this WorkflowRole was deleted, the time it was deleted.voidsetTimestamp(Date in) The time at which the WorkflowRole state was recorded.voidThe complete WorkflowRole state at this time.
-
Constructor Details
-
WorkflowRoleHistory
public WorkflowRoleHistory()
-
-
Method Details
-
getActivityId
The unique identifier of the Activity that produced this change to the WorkflowRole. May be empty for some system-initiated updates. -
setActivityId
The unique identifier of the Activity that produced this change to the WorkflowRole. May be empty for some system-initiated updates. -
getDeletedAt
If this WorkflowRole was deleted, the time it was deleted. -
setDeletedAt
If this WorkflowRole was deleted, the time it was deleted. -
getTimestamp
The time at which the WorkflowRole state was recorded. -
setTimestamp
The time at which the WorkflowRole state was recorded. -
getWorkflowRole
The complete WorkflowRole state at this time. -
setWorkflowRole
The complete WorkflowRole state at this time.
-