Interface HistoricTaskInstanceQuery

    • Method Detail

      • taskDeleteReason

        HistoricTaskInstanceQuery taskDeleteReason​(java.lang.String taskDeleteReason)
        Only select historic task instances with the given task delete reason.
      • taskDeleteReasonLike

        HistoricTaskInstanceQuery taskDeleteReasonLike​(java.lang.String taskDeleteReasonLike)
        Only select historic task instances with a task description like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.
      • processFinished

        HistoricTaskInstanceQuery processFinished()
        Only select historic task instances which are part of a process instance which is already finished.
      • processUnfinished

        HistoricTaskInstanceQuery processUnfinished()
        Only select historic task instances which are part of a process instance which is not finished yet.
      • taskCompletedOn

        HistoricTaskInstanceQuery taskCompletedOn​(java.util.Date endDate)
        Only select select historic task instances which are completed on the given date
      • taskCompletedBefore

        HistoricTaskInstanceQuery taskCompletedBefore​(java.util.Date endDate)
        Only select select historic task instances which are completed before the given date
      • taskCompletedAfter

        HistoricTaskInstanceQuery taskCompletedAfter​(java.util.Date endDate)
        Only select select historic task instances which are completed after the given date