Class WorkflowAssignmentHistory

java.lang.Object
com.strongdm.api.WorkflowAssignmentHistory

public class WorkflowAssignmentHistory extends Object
WorkflowAssignmentsHistory provides records of all changes to the state of a WorkflowAssignment.
  • Constructor Details

    • WorkflowAssignmentHistory

      public WorkflowAssignmentHistory()
  • Method Details

    • getActivityId

      public String getActivityId()
      The unique identifier of the Activity that produced this change to the WorkflowAssignment. May be empty for some system-initiated updates.
    • setActivityId

      public void setActivityId(String in)
      The unique identifier of the Activity that produced this change to the WorkflowAssignment. May be empty for some system-initiated updates.
    • getDeletedAt

      public Date getDeletedAt()
      If this WorkflowAssignment was deleted, the time it was deleted.
    • setDeletedAt

      public void setDeletedAt(Date in)
      If this WorkflowAssignment was deleted, the time it was deleted.
    • getTimestamp

      public Date getTimestamp()
      The time at which the WorkflowAssignment state was recorded.
    • setTimestamp

      public void setTimestamp(Date in)
      The time at which the WorkflowAssignment state was recorded.
    • getWorkflowAssignment

      public WorkflowAssignment getWorkflowAssignment()
      The complete WorkflowAssignment state at this time.
    • setWorkflowAssignment

      public void setWorkflowAssignment(WorkflowAssignment in)
      The complete WorkflowAssignment state at this time.