Package com.strongdm.api
Class ApprovalWorkflowHistory
java.lang.Object
com.strongdm.api.ApprovalWorkflowHistory
ApprovalWorkflowHistory records the state of an ApprovalWorkflow at a given point in time,
where every change (create, update and delete) to an ApprovalWorkflow produces an
ApprovalWorkflowHistory record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the Activity that produced this change to the ApprovalWorkflow.The complete ApprovalWorkflow state at this time.If this ApprovalWorkflow was deleted, the time it was deleted.The time at which the ApprovalWorkflow state was recorded.void
setActivityId
(String in) The unique identifier of the Activity that produced this change to the ApprovalWorkflow.void
The complete ApprovalWorkflow state at this time.void
setDeletedAt
(Date in) If this ApprovalWorkflow was deleted, the time it was deleted.void
setTimestamp
(Date in) The time at which the ApprovalWorkflow state was recorded.
-
Constructor Details
-
ApprovalWorkflowHistory
public ApprovalWorkflowHistory()
-
-
Method Details
-
getActivityId
The unique identifier of the Activity that produced this change to the ApprovalWorkflow. May be empty for some system-initiated updates. -
setActivityId
The unique identifier of the Activity that produced this change to the ApprovalWorkflow. May be empty for some system-initiated updates. -
getApprovalWorkflow
The complete ApprovalWorkflow state at this time. -
setApprovalWorkflow
The complete ApprovalWorkflow state at this time. -
getDeletedAt
If this ApprovalWorkflow was deleted, the time it was deleted. -
setDeletedAt
If this ApprovalWorkflow was deleted, the time it was deleted. -
getTimestamp
The time at which the ApprovalWorkflow state was recorded. -
setTimestamp
The time at which the ApprovalWorkflow state was recorded.
-