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