Interface HistoricDetail

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getActivityInstanceId()
      The activity reference in case this detail is related to an activity instance.
      java.lang.String getExecutionId()
      The identifier for the path of execution.
      java.lang.String getId()
      The unique DB id for this historic detail
      java.lang.String getProcessInstanceId()
      The process instance reference.
      java.lang.String getTaskId()
      The identifier for the task.
      java.util.Date getTime()
      The time when this detail occurred
    • Method Detail

      • getId

        java.lang.String getId()
        The unique DB id for this historic detail
      • getProcessInstanceId

        java.lang.String getProcessInstanceId()
        The process instance reference.
      • getActivityInstanceId

        java.lang.String getActivityInstanceId()
        The activity reference in case this detail is related to an activity instance.
      • getExecutionId

        java.lang.String getExecutionId()
        The identifier for the path of execution.
      • getTaskId

        java.lang.String getTaskId()
        The identifier for the task.
      • getTime

        java.util.Date getTime()
        The time when this detail occurred
        Specified by:
        getTime in interface HistoricData