public interface HistoricTaskInstanceQuery extends TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
HistoricTaskInstance
s.Modifier and Type | Method and Description |
---|---|
HistoricTaskInstanceQuery |
finished()
Only select historic task instances which are finished.
|
HistoricTaskInstanceQuery |
orderByDeleteReason()
Order by task delete reason (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricTaskInstanceQuery |
orderByHistoricActivityInstanceId()
Order by the historic activity instance id this task was used in
(needs to be followed by
Query.asc() or Query.desc() ). |
HistoricTaskInstanceQuery |
orderByHistoricActivityInstanceStartTime()
Deprecated.
|
HistoricTaskInstanceQuery |
orderByHistoricTaskInstanceDuration()
Order by duration (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricTaskInstanceQuery |
orderByHistoricTaskInstanceEndTime()
Order by end time (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricTaskInstanceQuery |
orderByHistoricTaskInstanceStartTime()
Deprecated.
|
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 select historic task instances which are completed after the given date
|
HistoricTaskInstanceQuery |
taskCompletedBefore(Date endDate)
Only select select historic task instances which are completed before the given date
|
HistoricTaskInstanceQuery |
taskCompletedOn(Date endDate)
Only select select historic task instances which are completed on the given date
|
HistoricTaskInstanceQuery |
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 task
|
HistoricTaskInstanceQuery |
unfinished()
Only select historic task instances which aren't finished yet.
|
deploymentId, deploymentIdIn, dueAfter, dueBefore, dueDate, endOr, executionId, includeProcessVariables, includeTaskLocalVariables, limitTaskVariables, locale, or, orderByDueDateNullsFirst, orderByDueDateNullsLast, orderByExecutionId, orderByProcessDefinitionId, orderByProcessInstanceId, orderByTaskAssignee, orderByTaskCreateTime, orderByTaskDefinitionKey, orderByTaskDescription, orderByTaskDueDate, orderByTaskId, orderByTaskName, orderByTaskOwner, orderByTaskPriority, orderByTenantId, processCategoryIn, processCategoryNotIn, processDefinitionId, processDefinitionKey, processDefinitionKeyIn, processDefinitionKeyLike, processDefinitionKeyLikeIgnoreCase, processDefinitionName, processDefinitionNameLike, processInstanceBusinessKey, processInstanceBusinessKeyLike, processInstanceBusinessKeyLikeIgnoreCase, processInstanceId, processInstanceIdIn, processVariableValueEquals, processVariableValueEquals, processVariableValueEqualsIgnoreCase, processVariableValueGreaterThan, processVariableValueGreaterThanOrEqual, processVariableValueLessThan, processVariableValueLessThanOrEqual, processVariableValueLike, processVariableValueLikeIgnoreCase, processVariableValueNotEquals, processVariableValueNotEqualsIgnoreCase, taskAssignee, taskAssigneeLike, taskAssigneeLikeIgnoreCase, taskCandidateGroup, taskCandidateGroupIn, taskCandidateUser, taskCategory, taskCreatedAfter, taskCreatedBefore, taskCreatedOn, taskDefinitionKey, taskDefinitionKeyLike, taskDescription, taskDescriptionLike, taskDescriptionLikeIgnoreCase, taskDueAfter, taskDueBefore, taskDueDate, taskId, taskInvolvedUser, taskMaxPriority, taskMinPriority, taskName, taskNameIn, taskNameInIgnoreCase, taskNameLike, taskNameLikeIgnoreCase, taskOwner, taskOwnerLike, taskOwnerLikeIgnoreCase, taskPriority, taskTenantId, taskTenantIdLike, taskVariableValueEquals, taskVariableValueEquals, taskVariableValueEqualsIgnoreCase, taskVariableValueGreaterThan, taskVariableValueGreaterThanOrEqual, taskVariableValueLessThan, taskVariableValueLessThanOrEqual, taskVariableValueLike, taskVariableValueLikeIgnoreCase, taskVariableValueNotEquals, taskVariableValueNotEqualsIgnoreCase, taskWithoutTenantId, withLocalizationFallback, withoutDueDate, withoutTaskDueDate
HistoricTaskInstanceQuery taskDeleteReason(String taskDeleteReason)
HistoricTaskInstanceQuery taskDeleteReasonLike(String taskDeleteReasonLike)
HistoricTaskInstanceQuery finished()
HistoricTaskInstanceQuery unfinished()
HistoricTaskInstanceQuery processFinished()
HistoricTaskInstanceQuery processUnfinished()
HistoricTaskInstanceQuery taskParentTaskId(String parentTaskId)
HistoricTaskInstanceQuery taskCompletedOn(Date endDate)
HistoricTaskInstanceQuery taskCompletedBefore(Date endDate)
HistoricTaskInstanceQuery taskCompletedAfter(Date endDate)
HistoricTaskInstanceQuery orderByHistoricActivityInstanceId()
Query.asc()
or Query.desc()
).HistoricTaskInstanceQuery orderByHistoricTaskInstanceDuration()
Query.asc()
or Query.desc()
).HistoricTaskInstanceQuery orderByHistoricTaskInstanceEndTime()
Query.asc()
or Query.desc()
).@Deprecated HistoricTaskInstanceQuery orderByHistoricActivityInstanceStartTime()
orderByHistoricTaskInstanceStartTime()
Query.asc()
or Query.desc()
).HistoricTaskInstanceQuery orderByHistoricTaskInstanceStartTime()
TaskInfoQuery.orderByTaskCreateTime()
Query.asc()
or Query.desc()
).HistoricTaskInstanceQuery orderByDeleteReason()
Query.asc()
or Query.desc()
).Copyright © 2016 Alfresco. All rights reserved.