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