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