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