Uses of Interface
org.flowable.task.api.history.HistoricTaskInstanceQuery
Packages that use HistoricTaskInstanceQuery
-
Uses of HistoricTaskInstanceQuery in org.flowable.task.api.history
Methods in org.flowable.task.api.history that return HistoricTaskInstanceQueryModifier and TypeMethodDescriptionHistoricTaskInstanceQuery.finished()Only select historic task instances which are finished.HistoricTaskInstanceQuery.orderByDeleteReason()Order by task delete reason (needs to be followed byQuery.asc()orQuery.desc()).HistoricTaskInstanceQuery.orderByHistoricActivityInstanceId()Order by the historic activity instance id this task was used in (needs to be followed byQuery.asc()orQuery.desc()).HistoricTaskInstanceQuery.orderByHistoricTaskInstanceDuration()Order by duration (needs to be followed byQuery.asc()orQuery.desc()).HistoricTaskInstanceQuery.orderByHistoricTaskInstanceEndTime()Order by end time (needs to be followed byQuery.asc()orQuery.desc()).HistoricTaskInstanceQuery.orderByHistoricTaskInstanceStartTime()Order by start time (needs to be followed byQuery.asc()orQuery.desc()).HistoricTaskInstanceQuery.processFinished()Only select historic task instances which are part of a process instance which is already finished.HistoricTaskInstanceQuery.processUnfinished()Only select historic task instances which are part of a process instance which is not finished yet.HistoricTaskInstanceQuery.taskCompletedAfter(Date endDate) Only select historic task instances which are completed after the given dateHistoricTaskInstanceQuery.taskCompletedBefore(Date endDate) Only select historic task instances which are completed before the given dateHistoricTaskInstanceQuery.taskCompletedBy(String userId) Only select historic task instances which are completed by the given userHistoricTaskInstanceQuery.taskCompletedOn(Date endDate) Only select historic task instances which are completed on the given dateHistoricTaskInstanceQuery.taskDeleteReason(String taskDeleteReason) Only select historic task instances with the given task delete reason.HistoricTaskInstanceQuery.taskDeleteReasonLike(String taskDeleteReasonLike) Only select historic task instances with a task description like the given value.HistoricTaskInstanceQuery.taskParentTaskId(String parentTaskId) Only select subtasks of the given parent taskHistoricTaskInstanceQuery.taskWithoutDeleteReason()Only select historic tasks without a delete reason (completed normally)HistoricTaskInstanceQuery.unfinished()Only select historic task instances which aren't finished yet.Methods in org.flowable.task.api.history with parameters of type HistoricTaskInstanceQueryModifier and TypeMethodDescriptionvoidHistoricTaskQueryInterceptor.afterHistoricTaskQueryExecute(HistoricTaskInstanceQuery taskQuery, List<HistoricTaskInstance> historicTasks) voidHistoricTaskQueryInterceptor.beforeHistoricTaskQueryExecute(HistoricTaskInstanceQuery taskQuery)