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