Class HistoricTaskInstanceQueryImpl
- All Implemented Interfaces:
Serializable,HistoricTaskInstanceQuery,Command<Object>,Query<HistoricTaskInstanceQuery,,HistoricTaskInstance> TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.activiti.engine.impl.AbstractQuery
AbstractQuery.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected Dateprotected Dateprotected Dateprotected HistoricTaskInstanceQueryImplprotected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected booleanprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected List<HistoricTaskInstanceQueryImpl> protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Stringprotected Stringprotected booleanprotected booleanprotected booleanprotected booleanFields inherited from class org.activiti.engine.impl.AbstractVariableQueryImpl
queryVariableValuesFields inherited from class org.activiti.engine.impl.AbstractQuery
commandContext, commandExecutor, databaseType, nullHandlingOnOrder, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESCFields inherited from class org.activiti.engine.impl.db.ListQueryParameterObject
firstResult, maxResults, parameter -
Constructor Summary
ConstructorsConstructorDescriptionHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor) HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor, String databaseType) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeploymentId(String deploymentId) Only select tasks which are part of a process instance which has the given deployment id.deploymentIdIn(List<String> deploymentIds) Only select tasks which are part of a process instance which has the given deployment id.endOr()protected voidlongexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext, Page page) Executes the actual query to retrieve the list of results.executionId(String executionId) Only select tasks for the given execution.finished()Only select historic task instances which are finished.getGroupsForCandidateUser(String candidateUser) Include global task variables in the task query resultInclude local task variables in the task query resultbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanlimitTaskVariables(Integer taskVariablesLimit) Limit task variablesLocalize task name and description to specified locale.protected voidlocalize(HistoricTaskInstance task) or()All query clauses called will be added to a single or-statement.Order by task delete reason (needs to be followed byQuery.asc()orQuery.desc()).Order by due date (needs to be followed byQuery.asc()orQuery.desc()).Order by due date (needs to be followed byQuery.asc()orQuery.desc()).Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).Order by the historic activity instance id this task was used in (needs to be followed byQuery.asc()orQuery.desc()).Order by duration (needs to be followed byQuery.asc()orQuery.desc()).Order by end time (needs to be followed byQuery.asc()orQuery.desc()).Order by start time (needs to be followed byQuery.asc()orQuery.desc()).Order by process definition id (needs to be followed byQuery.asc()orQuery.desc()).Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).Order by assignee (needs to be followed byQuery.asc()orQuery.desc()).Order by the time on which the tasks were created (needs to be followed byQuery.asc()orQuery.desc()).Order by task definition key (needs to be followed byQuery.asc()orQuery.desc()).Order by description (needs to be followed byQuery.asc()orQuery.desc()).Order by task due date (needs to be followed byQuery.asc()orQuery.desc()).Order by task id (needs to be followed byQuery.asc()orQuery.desc()).Order by task name (needs to be followed byQuery.asc()orQuery.desc()).Order by task owner (needs to be followed byQuery.asc()orQuery.desc()).Order by priority (needs to be followed byQuery.asc()orQuery.desc()).Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).processCategoryIn(List<String> processCategoryInList) Only select tasks which are part of a process instance whose definition belongs to the category which is present in the given list.processCategoryNotIn(List<String> processCategoryNotInList) Only select tasks which are part of a process instance whose definition does not belong to the category which is present in the given list.processDefinitionId(String processDefinitionId) Only select tasks which are part of a process instance which has the given process definition id.processDefinitionKey(String processDefinitionKey) Only select tasks which are part of a process instance which has the given process definition key.processDefinitionKeyIn(List<String> processDefinitionKeys) Only select tasks that have a process definition for which the key is present in the given listprocessDefinitionKeyLike(String processDefinitionKeyLike) Only select tasks which are part of a process instance which has a process definition key like the given value.processDefinitionKeyLikeIgnoreCase(String processDefinitionKeyLikeIgnoreCase) Only select tasks which are part of a process instance which has a process definition key like the given value.processDefinitionName(String processDefinitionName) Only select tasks which are part of a process instance which has the given process definition name.processDefinitionNameLike(String processDefinitionNameLike) Only select tasks which are part of a process instance which has a process definition name like the given value.Only select historic task instances which are part of a process instance which is already finished.processInstanceBusinessKey(String processInstanceBusinessKey) Only select tasks foe the given business keyprocessInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").processInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase) Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").processInstanceId(String processInstanceId) Only select tasks for the given process instance id.processInstanceIdIn(List<String> processInstanceIds) Only select tasks for the given process ids.Only select historic task instances which are part of a process instance which is not finished yet.processVariableValueEquals(Object variableValue) Only select tasks which are part of a process that has at least one variable with the given value.processVariableValueEquals(String variableName, Object variableValue) Only select tasks which are part of a process that has a variable with the given name set to the given value.processVariableValueEqualsIgnoreCase(String name, String value) Only select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.processVariableValueGreaterThan(String name, Object value) Only select tasks which have a global variable value greater than the passed value when they ended.processVariableValueGreaterThanOrEqual(String name, Object value) Only select tasks which have a global variable value greater than or equal to the passed value when they ended.processVariableValueLessThan(String name, Object value) Only select tasks which have a global variable value less than the passed value when the ended.Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.processVariableValueLessThanOrEqual(String name, Object value) Only select tasks which have a global variable value less than or equal to the passed value when they ended.processVariableValueLike(String name, String value) Only select tasks which have a global variable value like the given value when they ended.processVariableValueLikeIgnoreCase(String name, String value) Only select tasks which have a global variable value like the given value (case insensitive) when they ended.processVariableValueNotEquals(String variableName, Object variableValue) Only select tasks which have a variable with the given name, but with a different value than the passed value.processVariableValueNotEqualsIgnoreCase(String name, String value) Only select tasks which are part of a process that has a string variable with the given value, case insensitive.taskAssignee(String taskAssignee) Only select tasks which are assigned to the given user.taskAssigneeIds(List<String> assigneeIds) Only select tasks with an assignee that is in the given listtaskAssigneeLike(String taskAssigneeLike) Only select tasks which were last assigned to an assignee like the given value.taskAssigneeLikeIgnoreCase(String taskAssigneeLikeIgnoreCase) Only select tasks which were last assigned to an assignee like the given value.taskCandidateGroup(String candidateGroup) Only select tasks for which users in the given group are candidates.taskCandidateGroupIn(List<String> candidateGroups) Only select tasks for which the 'candidateGroup' is one of the given groups.taskCandidateUser(String candidateUser) Only select tasks for which the given user is a candidate.taskCandidateUser(String candidateUser, List<String> usersGroups) Only select tasks for which the given user is a candidate.taskCategory(String category) Only select tasks with the given category.taskCompletedAfter(Date completedAfterDate) Only select historic task instances which are completed after the given datetaskCompletedBefore(Date completedBeforeDate) Only select historic task instances which are completed before the given datetaskCompletedOn(Date completedDate) Only select historic task instances which are completed on the given datetaskCreatedAfter(Date creationAfterDate) Only select tasks that are created after the given date.taskCreatedBefore(Date creationBeforeDate) Only select tasks that are created before the given date.taskCreatedOn(Date creationDate) Only select tasks that are created on the given date.taskDefinitionKey(String taskDefinitionKey) Only select tasks with the given taskDefinitionKey.taskDefinitionKeyLike(String taskDefinitionKeyLike) Only select tasks with a taskDefinitionKey that match the given parameter.taskDeleteReason(String taskDeleteReason) Only select historic task instances with the given task delete reason.taskDeleteReasonLike(String taskDeleteReasonLike) Only select historic task instances with a task description like the given value.taskDescription(String taskDescription) Only select tasks with the given description.taskDescriptionLike(String taskDescriptionLike) Only select tasks with a description matching the parameter .taskDescriptionLikeIgnoreCase(String taskDescriptionLikeIgnoreCase) Only select tasks with a description matching the parameter .taskDueAfter(Date dueAfter) Only select tasks which have a due date after the given date.taskDueBefore(Date dueBefore) Only select tasks which have a due date before the given date.taskDueDate(Date dueDate) Only select tasks with the given due date.Only select tasks with the given task id (in practice, there will be maximum one of this kind)taskInvolvedGroupsIn(List<String> involvedGroups) Only select tasks for users involved in the given groupstaskInvolvedUser(String involvedUser) Only select tasks for which there exist anIdentityLinkwith the given user, including tasks which have been assigned to the given user (assignee) or owned by the given user (owner).taskMaxPriority(Integer taskMaxPriority) Only select tasks with the given priority or lower.taskMinPriority(Integer taskMinPriority) Only select tasks with the given priority or higher.Only select tasks with the given nametaskNameIn(List<String> taskNameList) Only select tasks with a name that is in the given listtaskNameInIgnoreCase(List<String> taskNameList) Only select tasks with a name that is in the given list This method, unlike theTaskInfoQuery.taskNameIn(List)method will not take in account the upper/lower case: both the input parameters as the column value are lowercased when the query is executed.taskNameLike(String taskNameLike) Only select tasks with a name matching the parameter.taskNameLikeIgnoreCase(String taskNameLikeIgnoreCase) Only select tasks with a name matching the parameter.Only select tasks for which the given user is the owner.taskOwnerLike(String taskOwnerLike) Only select tasks which were last assigned to an owner like the given value.taskOwnerLikeIgnoreCase(String taskOwnerLikeIgnoreCase) Only select tasks which were last assigned to an owner like the given value.taskParentTaskId(String parentTaskId) taskPriority(Integer taskPriority) Only select tasks with the given priority.taskTenantId(String tenantId) Only select tasks that have the given tenant id.taskTenantIdLike(String tenantIdLike) Only select tasks with a tenant id like the given one.taskVariableValueEquals(Object variableValue) Only select tasks which have at least one local task variable with the given value.taskVariableValueEquals(String variableName, Object variableValue) Only select tasks which have a local task variable with the given name set to the given value.taskVariableValueEqualsIgnoreCase(String name, String value) Only select tasks which have a local string variable with the given value, case insensitive.taskVariableValueGreaterThan(String name, Object value) Only select tasks which have a local variable value greater than the passed value when they ended.taskVariableValueGreaterThanOrEqual(String name, Object value) Only select tasks which have a local variable value greater than or equal to the passed value when they ended.taskVariableValueLessThan(String name, Object value) Only select tasks which have a local variable value less than the passed value when the ended.Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.taskVariableValueLessThanOrEqual(String name, Object value) Only select tasks which have a local variable value less than or equal to the passed value when they ended.taskVariableValueLike(String name, String value) Only select tasks which have a local variable value like the given value when they ended.taskVariableValueLikeIgnoreCase(String name, String value) Only select tasks which have a local variable value like the given value (case insensitive) when they ended.taskVariableValueNotEquals(String variableName, Object variableValue) Only select tasks which have a local task variable with the given name, but with a different value than the passed value.taskVariableValueNotEqualsIgnoreCase(String name, String value) Only select tasks which have a local string variable with is not the given value, case insensitive.Only select tasks that do not have a tenant id.Only select historic task instances which aren't finished yet.Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.Only select tasks with no due date.Methods inherited from class org.activiti.engine.impl.AbstractVariableQueryImpl
addVariable, getQueryVariableValues, hasLocalQueryVariableValue, hasNonLocalQueryVariableValue, isBoolean, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEqualsIgnoreCase, variableValueEqualsIgnoreCase, variableValueGreaterThan, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThan, variableValueLessThanOrEqual, variableValueLessThanOrEqual, variableValueLike, variableValueLike, variableValueLikeIgnoreCase, variableValueLikeIgnoreCase, variableValueNotEquals, variableValueNotEquals, variableValueNotEqualsIgnoreCase, variableValueNotEqualsIgnoreCaseMethods inherited from class org.activiti.engine.impl.AbstractQuery
addOrder, asc, count, desc, direction, execute, executeSingleResult, getDatabaseType, getOrderBy, getOrderByColumns, list, listPage, orderBy, orderBy, setCommandExecutor, setDatabaseType, singleResultMethods inherited from class org.activiti.engine.impl.db.ListQueryParameterObject
getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setFirstResult, setMaxResults, setParameter
-
Field Details
-
processDefinitionId
-
processDefinitionKey
-
processDefinitionKeyLike
-
processDefinitionKeyLikeIgnoreCase
-
processDefinitionKeys
-
processDefinitionName
-
processDefinitionNameLike
-
processCategoryInList
-
processCategoryNotInList
-
deploymentId
-
deploymentIds
-
processInstanceId
-
processInstanceIds
-
processInstanceBusinessKey
-
processInstanceBusinessKeyLike
-
processInstanceBusinessKeyLikeIgnoreCase
-
executionId
-
taskId
-
taskName
-
taskNameLike
-
taskNameLikeIgnoreCase
-
taskNameList
-
taskNameListIgnoreCase
-
taskParentTaskId
-
taskDescription
-
taskDescriptionLike
-
taskDescriptionLikeIgnoreCase
-
taskDeleteReason
-
taskDeleteReasonLike
-
taskOwner
-
taskOwnerLike
-
taskOwnerLikeIgnoreCase
-
taskAssignee
-
taskAssigneeLike
-
taskAssigneeLikeIgnoreCase
-
taskAssigneeIds
-
taskDefinitionKey
-
taskDefinitionKeyLike
-
candidateUser
-
candidateGroup
-
involvedUser
-
involvedGroups
-
taskPriority
-
taskMinPriority
-
taskMaxPriority
-
finished
protected boolean finished -
unfinished
protected boolean unfinished -
processFinished
protected boolean processFinished -
processUnfinished
protected boolean processUnfinished -
dueDate
-
dueAfter
-
dueBefore
-
withoutDueDate
protected boolean withoutDueDate -
creationDate
-
creationAfterDate
-
creationBeforeDate
-
completedDate
-
completedAfterDate
-
completedBeforeDate
-
category
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
locale
-
withLocalizationFallback
protected boolean withLocalizationFallback -
includeTaskLocalVariables
protected boolean includeTaskLocalVariables -
includeProcessVariables
protected boolean includeProcessVariables -
taskVariablesLimit
-
orQueryObjects
-
currentOrQueryObject
-
inOrStatement
protected boolean inOrStatement
-
-
Constructor Details
-
HistoricTaskInstanceQueryImpl
public HistoricTaskInstanceQueryImpl() -
HistoricTaskInstanceQueryImpl
-
HistoricTaskInstanceQueryImpl
-
-
Method Details
-
executeCount
- Specified by:
executeCountin classAbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
page- used if the results must be paged. If null, no paging will be applied.
-
processInstanceId
Description copied from interface:TaskInfoQueryOnly select tasks for the given process instance id.- Specified by:
processInstanceIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processInstanceIdIn
Description copied from interface:TaskInfoQueryOnly select tasks for the given process ids.- Specified by:
processInstanceIdInin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processInstanceBusinessKey
Description copied from interface:TaskInfoQueryOnly select tasks foe the given business key- Specified by:
processInstanceBusinessKeyin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processInstanceBusinessKeyLike
public HistoricTaskInstanceQueryImpl processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) Description copied from interface:TaskInfoQueryOnly select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").- Specified by:
processInstanceBusinessKeyLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processInstanceBusinessKeyLikeIgnoreCase
public HistoricTaskInstanceQuery processInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase) Description copied from interface:TaskInfoQueryOnly select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%"). This method, unlike theTaskInfoQuery.processInstanceBusinessKeyLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed.- Specified by:
processInstanceBusinessKeyLikeIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
executionId
Description copied from interface:TaskInfoQueryOnly select tasks for the given execution.- Specified by:
executionIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processDefinitionId
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance which has the given process definition id.- Specified by:
processDefinitionIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processDefinitionKey
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance which has the given process definition key.- Specified by:
processDefinitionKeyin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processDefinitionKeyLike
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance which has a process definition key like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.- Specified by:
processDefinitionKeyLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processDefinitionKeyLikeIgnoreCase
public HistoricTaskInstanceQuery processDefinitionKeyLikeIgnoreCase(String processDefinitionKeyLikeIgnoreCase) Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance which has a process definition key like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. This method, unlike theTaskInfoQuery.processDefinitionKeyLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed.- Specified by:
processDefinitionKeyLikeIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processDefinitionKeyIn
Description copied from interface:TaskInfoQueryOnly select tasks that have a process definition for which the key is present in the given list- Specified by:
processDefinitionKeyInin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processDefinitionName
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance which has the given process definition name.- Specified by:
processDefinitionNamein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processDefinitionNameLike
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance which has a process definition name like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.- Specified by:
processDefinitionNameLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processCategoryIn
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance whose definition belongs to the category which is present in the given list.- Specified by:
processCategoryInin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
processCategoryInList-
-
processCategoryNotIn
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance whose definition does not belong to the category which is present in the given list.- Specified by:
processCategoryNotInin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
processCategoryNotInList-
-
deploymentId
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance which has the given deployment id.- Specified by:
deploymentIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
deploymentIdIn
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process instance which has the given deployment id.- Specified by:
deploymentIdInin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskId
Description copied from interface:TaskInfoQueryOnly select tasks with the given task id (in practice, there will be maximum one of this kind)- Specified by:
taskIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskName
Description copied from interface:TaskInfoQueryOnly select tasks with the given name- Specified by:
taskNamein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskNameIn
Description copied from interface:TaskInfoQueryOnly select tasks with a name that is in the given list- Specified by:
taskNameInin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskNameInIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks with a name that is in the given list This method, unlike theTaskInfoQuery.taskNameIn(List)method will not take in account the upper/lower case: both the input parameters as the column value are lowercased when the query is executed.- Specified by:
taskNameInIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskNameLike
Description copied from interface:TaskInfoQueryOnly select tasks with a name matching the parameter. The syntax is that of SQL: for example usage: nameLike(%activiti%)- Specified by:
taskNameLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskNameLikeIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks with a name matching the parameter. The syntax is that of SQL: for example usage: nameLike(%activiti%) This method, unlike theTaskInfoQuery.taskNameLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed.- Specified by:
taskNameLikeIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskParentTaskId
- Specified by:
taskParentTaskIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskDescription
Description copied from interface:TaskInfoQueryOnly select tasks with the given description.- Specified by:
taskDescriptionin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskDescriptionLike
Description copied from interface:TaskInfoQueryOnly select tasks with a description matching the parameter . The syntax is that of SQL: for example usage: descriptionLike(%activiti%)- Specified by:
taskDescriptionLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskDescriptionLikeIgnoreCase
public HistoricTaskInstanceQuery taskDescriptionLikeIgnoreCase(String taskDescriptionLikeIgnoreCase) Description copied from interface:TaskInfoQueryOnly select tasks with a description matching the parameter . The syntax is that of SQL: for example usage: descriptionLike(%activiti%) This method, unlike theTaskInfoQuery.taskDescriptionLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed.- Specified by:
taskDescriptionLikeIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskDeleteReason
Description copied from interface:HistoricTaskInstanceQueryOnly select historic task instances with the given task delete reason.- Specified by:
taskDeleteReasonin interfaceHistoricTaskInstanceQuery
-
taskDeleteReasonLike
Description copied from interface:HistoricTaskInstanceQueryOnly 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%.- Specified by:
taskDeleteReasonLikein interfaceHistoricTaskInstanceQuery
-
taskAssignee
Description copied from interface:TaskInfoQueryOnly select tasks which are assigned to the given user.- Specified by:
taskAssigneein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskAssigneeLike
Description copied from interface:TaskInfoQueryOnly select tasks which were last assigned to an assignee like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.- Specified by:
taskAssigneeLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskAssigneeLikeIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks which were last assigned to an assignee like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. This method, unlike theTaskInfoQuery.taskAssigneeLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed.- Specified by:
taskAssigneeLikeIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskAssigneeIds
Description copied from interface:TaskInfoQueryOnly select tasks with an assignee that is in the given list- Specified by:
taskAssigneeIdsin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskOwner
Description copied from interface:TaskInfoQueryOnly select tasks for which the given user is the owner.- Specified by:
taskOwnerin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskOwnerLike
Description copied from interface:TaskInfoQueryOnly select tasks which were last assigned to an owner like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.- Specified by:
taskOwnerLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskOwnerLikeIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks which were last assigned to an owner like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%. This method, unlike theTaskInfoQuery.taskOwnerLike(String)method will not take in account the upper/lower case: both the input parameter as the column value are lowercased when the query is executed.- Specified by:
taskOwnerLikeIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
finished
Description copied from interface:HistoricTaskInstanceQueryOnly select historic task instances which are finished.- Specified by:
finishedin interfaceHistoricTaskInstanceQuery
-
unfinished
Description copied from interface:HistoricTaskInstanceQueryOnly select historic task instances which aren't finished yet.- Specified by:
unfinishedin interfaceHistoricTaskInstanceQuery
-
taskVariableValueEquals
Description copied from interface:TaskInfoQueryOnly select tasks which have a local task variable with the given name set to the given value.- Specified by:
taskVariableValueEqualsin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskVariableValueEquals
Description copied from interface:TaskInfoQueryOnly select tasks which have at least one local task variable with the given value.- Specified by:
taskVariableValueEqualsin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskVariableValueEqualsIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks which have a local string variable with the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
- Specified by:
taskVariableValueEqualsIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskVariableValueNotEqualsIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks which have a local string variable with is not the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
- Specified by:
taskVariableValueNotEqualsIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskVariableValueNotEquals
public HistoricTaskInstanceQuery taskVariableValueNotEquals(String variableName, Object variableValue) Description copied from interface:TaskInfoQueryOnly select tasks which have a local task variable with the given name, but with a different value than the passed value. Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
taskVariableValueNotEqualsin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskVariableValueGreaterThan
Description copied from interface:TaskInfoQueryOnly select tasks which have a local variable value greater than the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
taskVariableValueGreaterThanin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null.
-
taskVariableValueGreaterThanOrEqual
Description copied from interface:TaskInfoQueryOnly select tasks which have a local variable value greater than or equal to the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
taskVariableValueGreaterThanOrEqualin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null.
-
taskVariableValueLessThan
Description copied from interface:TaskInfoQueryOnly select tasks which have a local variable value less than the passed value when the ended.Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
taskVariableValueLessThanin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null.
-
taskVariableValueLessThanOrEqual
Description copied from interface:TaskInfoQueryOnly select tasks which have a local variable value less than or equal to the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
taskVariableValueLessThanOrEqualin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null.
-
taskVariableValueLike
Description copied from interface:TaskInfoQueryOnly select tasks which have a local variable value like the given value when they ended. This can be used on string variables only.- Specified by:
taskVariableValueLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
taskVariableValueLikeIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks which have a local variable value like the given value (case insensitive) when they ended. This can be used on string variables only.- Specified by:
taskVariableValueLikeIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
processVariableValueEquals
public HistoricTaskInstanceQuery processVariableValueEquals(String variableName, Object variableValue) Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process that has a variable with the given name set to the given value.- Specified by:
processVariableValueEqualsin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processVariableValueNotEquals
public HistoricTaskInstanceQuery processVariableValueNotEquals(String variableName, Object variableValue) Description copied from interface:TaskInfoQueryOnly select tasks which have a variable with the given name, but with a different value than the passed value. Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
processVariableValueNotEqualsin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processVariableValueEquals
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process that has at least one variable with the given value.- Specified by:
processVariableValueEqualsin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processVariableValueEqualsIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
- Specified by:
processVariableValueEqualsIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processVariableValueNotEqualsIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks which are part of a process that has a string variable with the given value, case insensitive.This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).
- Specified by:
processVariableValueNotEqualsIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processVariableValueGreaterThan
Description copied from interface:TaskInfoQueryOnly select tasks which have a global variable value greater than the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
processVariableValueGreaterThanin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null.
-
processVariableValueGreaterThanOrEqual
Description copied from interface:TaskInfoQueryOnly select tasks which have a global variable value greater than or equal to the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
processVariableValueGreaterThanOrEqualin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null.
-
processVariableValueLessThan
Description copied from interface:TaskInfoQueryOnly select tasks which have a global variable value less than the passed value when the ended.Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
processVariableValueLessThanin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null.
-
processVariableValueLessThanOrEqual
Description copied from interface:TaskInfoQueryOnly select tasks which have a global variable value less than or equal to the passed value when they ended. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Specified by:
processVariableValueLessThanOrEqualin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null.
-
processVariableValueLike
Description copied from interface:TaskInfoQueryOnly select tasks which have a global variable value like the given value when they ended. This can be used on string variables only.- Specified by:
processVariableValueLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
processVariableValueLikeIgnoreCase
Description copied from interface:TaskInfoQueryOnly select tasks which have a global variable value like the given value (case insensitive) when they ended. This can be used on string variables only.- Specified by:
processVariableValueLikeIgnoreCasein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance> - Parameters:
name- cannot be null.value- cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
taskDefinitionKey
Description copied from interface:TaskInfoQueryOnly select tasks with the given taskDefinitionKey. The task definition key is the id of the userTask: <userTask id="xxx" .../>- Specified by:
taskDefinitionKeyin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskDefinitionKeyLike
Description copied from interface:TaskInfoQueryOnly select tasks with a taskDefinitionKey that match the given parameter. The syntax is that of SQL: for example usage: taskDefinitionKeyLike("%activiti%"). The task definition key is the id of the userTask: <userTask id="xxx" .../>- Specified by:
taskDefinitionKeyLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskPriority
Description copied from interface:TaskInfoQueryOnly select tasks with the given priority.- Specified by:
taskPriorityin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskMinPriority
Description copied from interface:TaskInfoQueryOnly select tasks with the given priority or higher.- Specified by:
taskMinPriorityin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskMaxPriority
Description copied from interface:TaskInfoQueryOnly select tasks with the given priority or lower.- Specified by:
taskMaxPriorityin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
processFinished
Description copied from interface:HistoricTaskInstanceQueryOnly select historic task instances which are part of a process instance which is already finished.- Specified by:
processFinishedin interfaceHistoricTaskInstanceQuery
-
processUnfinished
Description copied from interface:HistoricTaskInstanceQueryOnly select historic task instances which are part of a process instance which is not finished yet.- Specified by:
processUnfinishedin interfaceHistoricTaskInstanceQuery
-
ensureVariablesInitialized
protected void ensureVariablesInitialized()- Overrides:
ensureVariablesInitializedin classAbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskDueDate
Description copied from interface:TaskInfoQueryOnly select tasks with the given due date.- Specified by:
taskDueDatein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskDueAfter
Description copied from interface:TaskInfoQueryOnly select tasks which have a due date after the given date.- Specified by:
taskDueAfterin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskDueBefore
Description copied from interface:TaskInfoQueryOnly select tasks which have a due date before the given date.- Specified by:
taskDueBeforein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCreatedOn
Description copied from interface:TaskInfoQueryOnly select tasks that are created on the given date.- Specified by:
taskCreatedOnin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCreatedBefore
Description copied from interface:TaskInfoQueryOnly select tasks that are created before the given date.- Specified by:
taskCreatedBeforein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCreatedAfter
Description copied from interface:TaskInfoQueryOnly select tasks that are created after the given date.- Specified by:
taskCreatedAfterin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCompletedOn
Description copied from interface:HistoricTaskInstanceQueryOnly select historic task instances which are completed on the given date- Specified by:
taskCompletedOnin interfaceHistoricTaskInstanceQuery
-
taskCompletedBefore
Description copied from interface:HistoricTaskInstanceQueryOnly select historic task instances which are completed before the given date- Specified by:
taskCompletedBeforein interfaceHistoricTaskInstanceQuery
-
taskCompletedAfter
Description copied from interface:HistoricTaskInstanceQueryOnly select historic task instances which are completed after the given date- Specified by:
taskCompletedAfterin interfaceHistoricTaskInstanceQuery
-
withoutTaskDueDate
Description copied from interface:TaskInfoQueryOnly select tasks with no due date.- Specified by:
withoutTaskDueDatein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCategory
Description copied from interface:TaskInfoQueryOnly select tasks with the given category.- Specified by:
taskCategoryin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCandidateUser
Description copied from interface:TaskInfoQueryOnly select tasks for which the given user is a candidate. If identity service is available then also through user's groups.- Specified by:
taskCandidateUserin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCandidateUser
Description copied from interface:TaskInfoQueryOnly select tasks for which the given user is a candidate.- Specified by:
taskCandidateUserin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCandidateGroup
Description copied from interface:TaskInfoQueryOnly select tasks for which users in the given group are candidates.- Specified by:
taskCandidateGroupin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskCandidateGroupIn
Description copied from interface:TaskInfoQueryOnly select tasks for which the 'candidateGroup' is one of the given groups.- Specified by:
taskCandidateGroupInin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskInvolvedUser
Description copied from interface:TaskInfoQueryOnly select tasks for which there exist anIdentityLinkwith the given user, including tasks which have been assigned to the given user (assignee) or owned by the given user (owner).- Specified by:
taskInvolvedUserin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskInvolvedGroupsIn
Description copied from interface:TaskInfoQueryOnly select tasks for users involved in the given groups- Specified by:
taskInvolvedGroupsInin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskTenantId
Description copied from interface:TaskInfoQueryOnly select tasks that have the given tenant id.- Specified by:
taskTenantIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskTenantIdLike
Description copied from interface:TaskInfoQueryOnly select tasks with a tenant id like the given one.- Specified by:
taskTenantIdLikein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
taskWithoutTenantId
Description copied from interface:TaskInfoQueryOnly select tasks that do not have a tenant id.- Specified by:
taskWithoutTenantIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
locale
Description copied from interface:TaskInfoQueryLocalize task name and description to specified locale.- Specified by:
localein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
withLocalizationFallback
Description copied from interface:TaskInfoQueryInstruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.- Specified by:
withLocalizationFallbackin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
includeTaskLocalVariables
Description copied from interface:TaskInfoQueryInclude local task variables in the task query result- Specified by:
includeTaskLocalVariablesin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
includeProcessVariables
Description copied from interface:TaskInfoQueryInclude global task variables in the task query result- Specified by:
includeProcessVariablesin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
limitTaskVariables
Description copied from interface:TaskInfoQueryLimit task variables- Specified by:
limitTaskVariablesin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
getTaskVariablesLimit
-
or
Description copied from interface:TaskInfoQueryAll query clauses called will be added to a single or-statement. This or-statement will be included with the other already existing clauses in the query, joined by an 'and'. Calling endOr() will add all clauses to the regular query again. Calling or() after endOr() has been called will result in an exception.- Specified by:
orin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
endOr
- Specified by:
endOrin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
localize
-
orderByTaskId
Description copied from interface:TaskInfoQueryOrder by task id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByHistoricActivityInstanceId
Description copied from interface:HistoricTaskInstanceQueryOrder by the historic activity instance id this task was used in (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByHistoricActivityInstanceIdin interfaceHistoricTaskInstanceQuery
-
orderByProcessDefinitionId
Description copied from interface:TaskInfoQueryOrder by process definition id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByProcessDefinitionIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByProcessInstanceId
Description copied from interface:TaskInfoQueryOrder by process instance id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByProcessInstanceIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByExecutionId
Description copied from interface:TaskInfoQueryOrder by execution id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByExecutionIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByHistoricTaskInstanceDuration
Description copied from interface:HistoricTaskInstanceQueryOrder by duration (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByHistoricTaskInstanceDurationin interfaceHistoricTaskInstanceQuery
-
orderByHistoricTaskInstanceEndTime
Description copied from interface:HistoricTaskInstanceQueryOrder by end time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByHistoricTaskInstanceEndTimein interfaceHistoricTaskInstanceQuery
-
orderByHistoricActivityInstanceStartTime
-
orderByHistoricTaskInstanceStartTime
Description copied from interface:HistoricTaskInstanceQueryOrder by start time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByHistoricTaskInstanceStartTimein interfaceHistoricTaskInstanceQuery
-
orderByTaskCreateTime
Description copied from interface:TaskInfoQueryOrder by the time on which the tasks were created (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskCreateTimein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByTaskName
Description copied from interface:TaskInfoQueryOrder by task name (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskNamein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByTaskDescription
Description copied from interface:TaskInfoQueryOrder by description (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskDescriptionin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByTaskAssignee
Description copied from interface:TaskInfoQueryOrder by assignee (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskAssigneein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByTaskOwner
Description copied from interface:TaskInfoQueryOrder by task owner (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskOwnerin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByTaskDueDate
Description copied from interface:TaskInfoQueryOrder by task due date (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskDueDatein interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByDueDateNullsFirst
Description copied from interface:TaskInfoQueryOrder by due date (needs to be followed byQuery.asc()orQuery.desc()). If any of the tasks have null for the due date, these will be first in the result.- Specified by:
orderByDueDateNullsFirstin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByDueDateNullsLast
Description copied from interface:TaskInfoQueryOrder by due date (needs to be followed byQuery.asc()orQuery.desc()). If any of the tasks have null for the due date, these will be last in the result.- Specified by:
orderByDueDateNullsLastin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByDeleteReason
Description copied from interface:HistoricTaskInstanceQueryOrder by task delete reason (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeleteReasonin interfaceHistoricTaskInstanceQuery
-
orderByTaskDefinitionKey
Description copied from interface:TaskInfoQueryOrder by task definition key (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskDefinitionKeyin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByTaskPriority
Description copied from interface:TaskInfoQueryOrder by priority (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTaskPriorityin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
orderByTenantId
Description copied from interface:TaskInfoQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceTaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
checkQueryOk
protected void checkQueryOk()- Overrides:
checkQueryOkin classAbstractQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
-
getMssqlOrDB2OrderBy
-
getCandidateGroups
-
getGroupsForCandidateUser
-
getProcessInstanceId
-
getProcessInstanceIds
-
getProcessInstanceBusinessKey
-
getExecutionId
-
getProcessDefinitionId
-
getProcessDefinitionKey
-
getProcessDefinitionKeyLike
-
getProcessDefinitionKeys
-
getProcessDefinitionName
-
getProcessDefinitionNameLike
-
getProcessCategoryInList
-
getProcessCategoryNotInList
-
getDeploymentId
-
getDeploymentIds
-
getProcessInstanceBusinessKeyLike
-
getTaskDefinitionKeyLike
-
getTaskPriority
-
getTaskMinPriority
-
getTaskMaxPriority
-
isProcessFinished
public boolean isProcessFinished() -
isProcessUnfinished
public boolean isProcessUnfinished() -
getDueDate
-
getDueAfter
-
getDueBefore
-
isWithoutDueDate
public boolean isWithoutDueDate() -
getCreationAfterDate
-
getCreationBeforeDate
-
getCompletedDate
-
getCompletedAfterDate
-
getCompletedBeforeDate
-
getCategory
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
isIncludeTaskLocalVariables
public boolean isIncludeTaskLocalVariables() -
isIncludeProcessVariables
public boolean isIncludeProcessVariables() -
isInOrStatement
public boolean isInOrStatement() -
isFinished
public boolean isFinished() -
isUnfinished
public boolean isUnfinished() -
getTaskName
-
getTaskNameLike
-
getTaskNameList
-
getTaskNameListIgnoreCase
-
getTaskDescription
-
getTaskDescriptionLike
-
getTaskDeleteReason
-
getTaskDeleteReasonLike
-
getTaskAssigneeIds
-
getTaskAssignee
-
getTaskAssigneeLike
-
getTaskId
-
getTaskDefinitionKey
-
getTaskOwnerLike
-
getTaskOwner
-
getTaskParentTaskId
-
getCreationDate
-
getCandidateUser
-
getCandidateGroup
-
getInvolvedUser
-
getInvolvedGroups
-
getProcessDefinitionKeyLikeIgnoreCase
-
getProcessInstanceBusinessKeyLikeIgnoreCase
-
getTaskNameLikeIgnoreCase
-
getTaskDescriptionLikeIgnoreCase
-
getTaskOwnerLikeIgnoreCase
-
getTaskAssigneeLikeIgnoreCase
-
getLocale
-
getOrQueryObjects
-