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
Constructors -
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.voidsetActivityId(String in) The unique identifier of the Activity that produced this change to the ApprovalWorkflow.voidThe complete ApprovalWorkflow state at this time.voidsetDeletedAt(Date in) If this ApprovalWorkflow was deleted, the time it was deleted.voidsetTimestamp(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.
-