Interface TaskQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TaskQueryactive()Only select tasks which are active (ie.TaskQueryactivityInstanceIdIn(String... activityInstanceIds)Only select task which have one of the activity instance ids.TaskQuerycaseDefinitionId(String caseDefinitionId)Only select tasks which are part of a case instance which has the given case definition id.TaskQuerycaseDefinitionKey(String caseDefinitionKey)Only select tasks which are part of a case instance which has the given case definition key.TaskQuerycaseDefinitionName(String caseDefinitionName)Only select tasks which are part of a case instance which has the given case definition name.TaskQuerycaseDefinitionNameLike(String caseDefinitionNameLike)Only select tasks which are part of a case instance which case definition name is like the given parameter.TaskQuerycaseExecutionId(String caseExecutionId)Only select tasks for the given case execution.TaskQuerycaseInstanceBusinessKey(String caseInstanceBusinessKey)Only select tasks for the given case instance business keyTaskQuerycaseInstanceBusinessKeyLike(String caseInstanceBusinessKeyLike)Only select tasks matching the given case instance business key.TaskQuerycaseInstanceId(String caseInstanceId)Only select tasks for the given case instance id.TaskQuerycaseInstanceVariableValueEquals(String variableName, Object variableValue)Only select tasks which are part of a case instance that have a variable with the given name set to the given value.TaskQuerycaseInstanceVariableValueGreaterThan(String variableName, Object variableValue)Only select tasks which are part of a case instance that have a variable with the given name and a variable value greater than the passed value.TaskQuerycaseInstanceVariableValueGreaterThanOrEquals(String variableName, Object variableValue)Only select tasks which are part of a case instance that have a variable value greater than or equal to the passed value.TaskQuerycaseInstanceVariableValueLessThan(String variableName, Object variableValue)Only select tasks which are part of a case instance that have a variable value less than the passed value.TaskQuerycaseInstanceVariableValueLessThanOrEquals(String variableName, Object variableValue)Only select tasks which are part of a case instance that have a variable value less than or equal to the passed value.TaskQuerycaseInstanceVariableValueLike(String variableName, String variableValue)Only select tasks which are part of a case instance that have a variable value like the given value.TaskQuerycaseInstanceVariableValueNotEquals(String variableName, Object variableValue)Only select tasks which are part of a case instance that have a variable with the given name, but with a different value than the passed value.TaskQuerycaseInstanceVariableValueNotLike(String variableName, String variableValue)Only select tasks which are part of a case instance that have a variable value not like the given value.TaskQuerydueAfter(Date dueDate)Only select tasks which have a due date after the given date.TaskQuerydueAfterExpression(String dueDateExpression)Only select tasks which have a due date after the described date by the given expression.TaskQuerydueBefore(Date dueDate)Only select tasks which have a due date before the given date.TaskQuerydueBeforeExpression(String dueDateExpression)Only select tasks which have a due date before the described date by the given expression.TaskQuerydueDate(Date dueDate)Only select tasks with the given due date.TaskQuerydueDateExpression(String dueDateExpression)Only select tasks with the described due date by the given expression.TaskQueryendOr()endOr() terminates an OR query on which an arbitrary amount of filter criteria were applied.TaskQueryexcludeSubtasks()Only select tasks that have no parent (i.e.TaskQueryexecutionId(String executionId)Only select tasks for the given execution.TaskQueryfollowUpAfter(Date followUpDate)Only select tasks which have a follow-up date after the given date.TaskQueryfollowUpAfterExpression(String followUpDateExpression)Only select tasks which have a follow-up date after the described date by the given expression.TaskQueryfollowUpBefore(Date followUpDate)Only select tasks which have a follow-up date before the given date.TaskQueryfollowUpBeforeExpression(String followUpDateExpression)Only select tasks which have a follow-up date before the described date by the given expression.TaskQueryfollowUpBeforeOrNotExistent(Date followUpDate)Only select tasks which have no follow-up date or a follow-up date before the given date.TaskQueryfollowUpBeforeOrNotExistentExpression(String followUpDateExpression)Only select tasks which have no follow-up date or a follow-up date before the described date by the given expression.TaskQueryfollowUpDate(Date followUpDate)Only select tasks with the given follow-up date.TaskQueryfollowUpDateExpression(String followUpDateExpression)Only select tasks with the described follow-up date by the given expression.TaskQueryincludeAssignedTasks()Select both assigned and not assigned tasks for candidate user or group queries.TaskQueryinitializeFormKeys()If called, the form keys and form references of the fetched tasks are initialized andTask.getFormKey()andTask.getCamundaFormRef()will return a value (in case the task has is linked to a form).TaskQuerymatchVariableNamesIgnoreCase()All queries for task-, process- and case-variables will match the variable names in a case-insensitive way.TaskQuerymatchVariableValuesIgnoreCase()All queries for task-, process- and case-variables will match the variable values in a case-insensitive way.TaskQueryor()After calling or(), a chain of several filter criteria could follow.TaskQueryorderByCaseExecutionId()Order by case execution id (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByCaseExecutionVariable(String variableName, ValueType valueType)Order by a task variable value of a certain type.TaskQueryorderByCaseInstanceId()Order by case instance id (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByCaseInstanceVariable(String variableName, ValueType valueType)Order by a task variable value of a certain type.TaskQueryorderByDueDate()Order by due date (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByExecutionId()Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByExecutionVariable(String variableName, ValueType valueType)Order by an execution variable value of a certain type.TaskQueryorderByFollowUpDate()Order by follow-up date (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByLastUpdated()Order by the time the task was updated last (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByProcessInstanceId()Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByProcessVariable(String variableName, ValueType valueType)Order by a process instance variable value of a certain type.TaskQueryorderByTaskAssignee()Order by assignee (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByTaskCreateTime()Order by the time on which the tasks were created (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByTaskDescription()Order by description (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByTaskId()Order by task id (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByTaskName()Order by task name (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByTaskNameCaseInsensitive()Order by task name case insensitive (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByTaskPriority()Order by priority (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryorderByTaskVariable(String variableName, ValueType valueType)Order by a task variable value of a certain type.TaskQueryorderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).TaskQueryprocessDefinitionId(String processDefinitionId)Only select tasks which are part of a process instance which has the given process definition id.TaskQueryprocessDefinitionKey(String processDefinitionKey)Only select tasks which are part of a process instance which has the given process definition key.TaskQueryprocessDefinitionKeyIn(String... processDefinitionKeys)Only select tasks which are part of a process instance which has one of the given process definition keys.TaskQueryprocessDefinitionName(String processDefinitionName)Only select tasks which are part of a process instance which has the given process definition name.TaskQueryprocessDefinitionNameLike(String processDefinitionName)Only select tasks which are part of a process instance which process definition name is like the given parameter.TaskQueryprocessInstanceBusinessKey(String processInstanceBusinessKey)Only select tasks for the given process instance business keyTaskQueryprocessInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression)Only select tasks for the given process instance business key described by the given expressionTaskQueryprocessInstanceBusinessKeyIn(String... processInstanceBusinessKeys)Only select tasks for any of the given the given process instance business keys.TaskQueryprocessInstanceBusinessKeyLike(String processInstanceBusinessKey)Only select tasks matching the given process instance business key.TaskQueryprocessInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyExpression)Only select tasks matching the given process instance business key described by the given expression.TaskQueryprocessInstanceId(String processInstanceId)Only select tasks for the given process instance id.TaskQueryprocessInstanceIdIn(String... processInstanceIds)Only select tasks for the given process instance ids.TaskQueryprocessVariableValueEquals(String variableName, Object variableValue)Only select tasks which have are part of a process that have a variable with the given name set to the given value.TaskQueryprocessVariableValueGreaterThan(String variableName, Object variableValue)Only select tasks which are part of a process that have a variable with the given name and a value greater than the given one.TaskQueryprocessVariableValueGreaterThanOrEquals(String variableName, Object variableValue)Only select tasks which are part of a process that have a variable with the given name and a value greater than or equal to the given one.TaskQueryprocessVariableValueLessThan(String variableName, Object variableValue)Only select tasks which are part of a process that have a variable with the given name and a value less than the given one.TaskQueryprocessVariableValueLessThanOrEquals(String variableName, Object variableValue)Only select tasks which are part of a process that have a variable with the given name and a value greater than or equal to the given one.TaskQueryprocessVariableValueLike(String variableName, String variableValue)Only select tasks which are part of a process that have a variable with the given name and matching the given value.TaskQueryprocessVariableValueNotEquals(String variableName, Object variableValue)Only select tasks which have a variable with the given name, but with a different value than the passed value.TaskQueryprocessVariableValueNotLike(String variableName, String variableValue)Only select tasks which are part of a process that have a variable with the given name and not matching the given value.TaskQuerysuspended()Only select tasks which are suspended, because its process instance was suspended.TaskQuerytaskAssigned()Only select tasks which have an assignee.TaskQuerytaskAssignee(String assignee)Only select tasks which are assigned to the given user.TaskQuerytaskAssigneeExpression(String assigneeExpression)Only select tasks which are assigned to the user described by the given expression.TaskQuerytaskAssigneeIn(String... assignees)Only select tasks which are assigned to one of the given users.TaskQuerytaskAssigneeLike(String assignee)Only select tasks which are matching the given user.TaskQuerytaskAssigneeLikeExpression(String assigneeLikeExpression)Only select tasks which are assigned to the user described by the given expression.TaskQuerytaskAssigneeNotIn(String... assignees)Only select tasks which are not assigned to any of the given users.TaskQuerytaskCandidateGroup(String candidateGroup)Only select tasks for which users in the given group are candidates.TaskQuerytaskCandidateGroupExpression(String candidateGroupExpression)Only select tasks for which users in the described group by the given expression are candidates.TaskQuerytaskCandidateGroupIn(List<String> candidateGroups)Only select tasks for which the 'candidateGroup' is one of the given groups.TaskQuerytaskCandidateGroupInExpression(String candidateGroupsExpression)Only select tasks for which the 'candidateGroup' is one of the described groups of the given expression.TaskQuerytaskCandidateUser(String candidateUser)Only select tasks for which the given user or one of his groups is a candidate.TaskQuerytaskCandidateUserExpression(String candidateUserExpression)Only select tasks for which the described user by the given expression is a candidate.TaskQuerytaskCreatedAfter(Date after)Only select tasks that are created after the given date.TaskQuerytaskCreatedAfterExpression(String afterExpression)Only select tasks that are created after the date resolved from the given expression.TaskQuerytaskCreatedBefore(Date before)Only select tasks that are created before the given date.TaskQuerytaskCreatedBeforeExpression(String beforeExpression)Only select tasks that are created before the date resolved from the given expression.TaskQuerytaskCreatedOn(Date createTime)Only select tasks that are created on the given date.TaskQuerytaskCreatedOnExpression(String createTimeExpression)Only select tasks that are created on the date resolved from the given expression.TaskQuerytaskDefinitionKey(String key)Only select tasks with the given taskDefinitionKey.TaskQuerytaskDefinitionKeyIn(String... taskDefinitionKeys)Only select tasks which have one of the taskDefinitionKeys.TaskQuerytaskDefinitionKeyLike(String keyLike)Only select tasks with a taskDefinitionKey that match the given parameter.TaskQuerytaskDelegationState(DelegationState delegationState)Only select tasks with the givenDelegationState.TaskQuerytaskDescription(String description)Only select tasks with the given description.TaskQuerytaskDescriptionLike(String descriptionLike)Only select tasks with a description matching the parameter .TaskQuerytaskId(String taskId)Only select tasks with the given task id (in practice, there will be maximum one of this kind)TaskQuerytaskIdIn(String... taskIds)Only select tasks with the given task ids.TaskQuerytaskInvolvedUser(String involvedUser)Only select tasks for which there exist anIdentityLinkwith the given userTaskQuerytaskInvolvedUserExpression(String involvedUserExpression)Only select tasks for which there exist anIdentityLinkwith the described user by the given expressionTaskQuerytaskMaxPriority(Integer maxPriority)Only select tasks with the given priority or lower.TaskQuerytaskMinPriority(Integer minPriority)Only select tasks with the given priority or higher.TaskQuerytaskName(String name)Only select tasks with the given name.TaskQuerytaskNameLike(String nameLike)Only select tasks with a name matching the parameter.TaskQuerytaskNameNotEqual(String name)Only select tasks with a name not matching the given name/ The query will match the names of tasks in a case-insensitive way.TaskQuerytaskNameNotLike(String nameNotLike)Only select tasks with a name not matching the parameter.TaskQuerytaskOwner(String owner)Only select tasks for which the given user is the owner.TaskQuerytaskOwnerExpression(String ownerExpression)Only select tasks for which the described user by the given expression is the owner.TaskQuerytaskParentTaskId(String parentTaskId)Select the tasks which are sub tasks of the given parent task.TaskQuerytaskPriority(Integer priority)Only select tasks with the given priority.TaskQuerytaskUnassigned()Only select tasks which don't have an assignee.TaskQuerytaskUnnassigned()Deprecated.TaskQuerytaskUpdatedAfter(Date after)Only select tasks that were updated after the given date.TaskQuerytaskUpdatedAfterExpression(String afterExpression)Only select tasks that were updated after the date resolved from the given expression.TaskQuerytaskVariableValueEquals(String variableName, Object variableValue)Only select tasks which have a local task variable with the given name set to the given value.TaskQuerytaskVariableValueGreaterThan(String variableName, Object variableValue)Only select tasks which have a local task variable with the given name and a value greater than the given one.TaskQuerytaskVariableValueGreaterThanOrEquals(String variableName, Object variableValue)Only select tasks which have a local task variable with the given name and a value greater than or equal to the given one.TaskQuerytaskVariableValueLessThan(String variableName, Object variableValue)Only select tasks which have a local task variable with the given name and a value less than the given one.TaskQuerytaskVariableValueLessThanOrEquals(String variableName, Object variableValue)Only select tasks which have a local task variable with the given name and a value less than or equal to the given one.TaskQuerytaskVariableValueLike(String variableName, String variableValue)Only select tasks which have a local task variable with the given name matching the given value.TaskQuerytaskVariableValueNotEquals(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.TaskQuerytenantIdIn(String... tenantIds)Only select tasks with one of the given tenant ids.TaskQuerywithCandidateGroups()Only select tasks which have a candidate groupTaskQuerywithCandidateUsers()Only select tasks which have a candidate userTaskQuerywithoutCandidateGroups()Only select tasks which have no candidate groupTaskQuerywithoutCandidateUsers()Only select tasks which have no candidate userTaskQuerywithoutDueDate()Only select tasks which have no due date.TaskQuerywithoutTenantId()Only select tasks which have no tenant id.-
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
-
-
-
Method Detail
-
taskId
TaskQuery taskId(String taskId)
Only select tasks with the given task id (in practice, there will be maximum one of this kind)
-
taskName
TaskQuery taskName(String name)
Only select tasks with the given name. The query will match the names of tasks in a case-insensitive way.
-
taskNameNotEqual
TaskQuery taskNameNotEqual(String name)
Only select tasks with a name not matching the given name/ The query will match the names of tasks in a case-insensitive way.
-
taskNameLike
TaskQuery taskNameLike(String nameLike)
Only select tasks with a name matching the parameter. The syntax is that of SQL: for example usage: nameLike(%camunda%). The query will match the names of tasks in a case-insensitive way.
-
taskNameNotLike
TaskQuery taskNameNotLike(String nameNotLike)
Only select tasks with a name not matching the parameter. The syntax is that of SQL: for example usage: nameNotLike(%camunda%) The query will match the names of tasks in a case-insensitive way.
-
taskDescription
TaskQuery taskDescription(String description)
Only select tasks with the given description. The query will match the descriptions of tasks in a case-insensitive way.
-
taskDescriptionLike
TaskQuery taskDescriptionLike(String descriptionLike)
Only select tasks with a description matching the parameter . The syntax is that of SQL: for example usage: descriptionLike(%camunda%) The query will match the descriptions of tasks in a case-insensitive way.
-
taskMinPriority
TaskQuery taskMinPriority(Integer minPriority)
Only select tasks with the given priority or higher.
-
taskMaxPriority
TaskQuery taskMaxPriority(Integer maxPriority)
Only select tasks with the given priority or lower.
-
taskAssignee
TaskQuery taskAssignee(String assignee)
Only select tasks which are assigned to the given user.
-
taskAssigneeExpression
TaskQuery taskAssigneeExpression(String assigneeExpression)
Only select tasks which are assigned to the user described by the given expression.
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
taskAssigneeLike
TaskQuery taskAssigneeLike(String assignee)
Only select tasks which are matching the given user. The syntax is that of SQL: for example usage: nameLike(%camunda%)
-
taskAssigneeLikeExpression
TaskQuery taskAssigneeLikeExpression(String assigneeLikeExpression)
Only select tasks which are assigned to the user described by the given expression. The syntax is that of SQL: for example usage: taskAssigneeLikeExpression("${'%test%'}")
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
taskAssigneeIn
TaskQuery taskAssigneeIn(String... assignees)
Only select tasks which are assigned to one of the given users.
-
taskAssigneeNotIn
TaskQuery taskAssigneeNotIn(String... assignees)
Only select tasks which are not assigned to any of the given users.
-
taskOwner
TaskQuery taskOwner(String owner)
Only select tasks for which the given user is the owner.
-
taskOwnerExpression
TaskQuery taskOwnerExpression(String ownerExpression)
Only select tasks for which the described user by the given expression is the owner.
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
taskUnassigned
TaskQuery taskUnassigned()
Only select tasks which don't have an assignee.
-
taskUnnassigned
@Deprecated TaskQuery taskUnnassigned()
Deprecated.
-
taskAssigned
TaskQuery taskAssigned()
Only select tasks which have an assignee.
-
taskDelegationState
TaskQuery taskDelegationState(DelegationState delegationState)
Only select tasks with the givenDelegationState.
-
taskCandidateUser
TaskQuery taskCandidateUser(String candidateUser)
Only select tasks for which the given user or one of his groups is a candidate.Per default it only selects tasks which are not already assigned to a user. To also include assigned task in the result specify
includeAssignedTasks()in your query.- Throws:
ProcessEngineException-- When query is executed and
taskCandidateGroup(String)ortaskCandidateGroupIn(List)has been executed on the "and query" instance. No exception is thrown when query is executed andtaskCandidateGroup(String)ortaskCandidateGroupIn(List)has been executed on the "or query" instance. - When passed user is
null.
- When query is executed and
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
taskCandidateUserExpression
TaskQuery taskCandidateUserExpression(String candidateUserExpression)
Only select tasks for which the described user by the given expression is a candidate.Per default it only selects tasks which are not already assigned to a user. To also include assigned task in the result specify
includeAssignedTasks()in your query.- Throws:
ProcessEngineException-- When query is executed and
taskCandidateGroup(String)ortaskCandidateGroupIn(List)has been executed on the query instance. - When passed user is
null.
- When query is executed and
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
taskInvolvedUser
TaskQuery taskInvolvedUser(String involvedUser)
Only select tasks for which there exist anIdentityLinkwith the given user
-
taskInvolvedUserExpression
TaskQuery taskInvolvedUserExpression(String involvedUserExpression)
Only select tasks for which there exist an
IdentityLinkwith the described user by the given expression- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
withCandidateGroups
TaskQuery withCandidateGroups()
Only select tasks which have a candidate group- Throws:
ProcessEngineException- When method has been executed within "or query".
-
withoutCandidateGroups
TaskQuery withoutCandidateGroups()
Only select tasks which have no candidate group- Throws:
ProcessEngineException- When method has been executed within "or query".
-
withCandidateUsers
TaskQuery withCandidateUsers()
Only select tasks which have a candidate user- Throws:
ProcessEngineException- When method has been executed within "or query".
-
withoutCandidateUsers
TaskQuery withoutCandidateUsers()
Only select tasks which have no candidate user- Throws:
ProcessEngineException- When method has been executed within "or query".
-
taskCandidateGroup
TaskQuery taskCandidateGroup(String candidateGroup)
Only select tasks for which users in the given group are candidates.Per default it only selects tasks which are not already assigned to a user. To also include assigned task in the result specify
includeAssignedTasks()in your query.- Throws:
ProcessEngineException-- When query is executed and
taskCandidateUser(String)ortaskCandidateGroupIn(List)has been executed on the "and query" instance.
No exception is thrown when query is executed and
taskCandidateUser(String)ortaskCandidateGroupIn(List)has been executed on the "or query" instance.- When query is executed and
- When passed group is
null.
-
-
taskCandidateGroupExpression
TaskQuery taskCandidateGroupExpression(String candidateGroupExpression)
Only select tasks for which users in the described group by the given expression are candidates.Per default it only selects tasks which are not already assigned to a user. To also include assigned task in the result specify
includeAssignedTasks()in your query.- Throws:
ProcessEngineException-- When query is executed and
taskCandidateUser(String)ortaskCandidateGroupIn(List)has been executed on the query instance. - When passed group is
null.
- When query is executed and
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
taskCandidateGroupIn
TaskQuery taskCandidateGroupIn(List<String> candidateGroups)
Only select tasks for which the 'candidateGroup' is one of the given groups.Per default it only selects tasks which are not already assigned to a user. To also include assigned task in the result specify
includeAssignedTasks()in your query.- Throws:
ProcessEngineException-- When query is executed and
taskCandidateGroup(String)ortaskCandidateUser(String)has been executed on the "and query" instance.
No exception is thrown when query is executed and
taskCandidateGroup(String)ortaskCandidateUser(String)has been executed on the "or query" instance.- When query is executed and
- When passed group list is empty or
null.
-
-
taskCandidateGroupInExpression
TaskQuery taskCandidateGroupInExpression(String candidateGroupsExpression)
Only select tasks for which the 'candidateGroup' is one of the described groups of the given expression.Per default it only selects tasks which are not already assigned to a user. To also include assigned task in the result specify
includeAssignedTasks()in your query.- Throws:
ProcessEngineException-- When query is executed and
taskCandidateGroup(String)ortaskCandidateUser(String)has been executed on the query instance. - When passed group list is empty or
null.
- When query is executed and
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
includeAssignedTasks
TaskQuery includeAssignedTasks()
Select both assigned and not assigned tasks for candidate user or group queries.By default
taskCandidateUser(String),taskCandidateGroup(String)andtaskCandidateGroupIn(List)queries only select not assigned tasks.- Throws:
ProcessEngineException- When no candidate user or group(s) are specified beforehand
-
processInstanceId
TaskQuery processInstanceId(String processInstanceId)
Only select tasks for the given process instance id.
-
processInstanceIdIn
TaskQuery processInstanceIdIn(String... processInstanceIds)
Only select tasks for the given process instance ids.
-
processInstanceBusinessKey
TaskQuery processInstanceBusinessKey(String processInstanceBusinessKey)
Only select tasks for the given process instance business key
-
processInstanceBusinessKeyExpression
TaskQuery processInstanceBusinessKeyExpression(String processInstanceBusinessKeyExpression)
Only select tasks for the given process instance business key described by the given expression
-
processInstanceBusinessKeyIn
TaskQuery processInstanceBusinessKeyIn(String... processInstanceBusinessKeys)
Only select tasks for any of the given the given process instance business keys.
-
processInstanceBusinessKeyLike
TaskQuery processInstanceBusinessKeyLike(String processInstanceBusinessKey)
Only select tasks matching the given process instance business key. The syntax is that of SQL: for example usage: nameLike(%camunda%)
-
processInstanceBusinessKeyLikeExpression
TaskQuery processInstanceBusinessKeyLikeExpression(String processInstanceBusinessKeyExpression)
Only select tasks matching the given process instance business key described by the given expression. The syntax is that of SQL: for example usage: processInstanceBusinessKeyLikeExpression("${ '%camunda%' }")
-
activityInstanceIdIn
TaskQuery activityInstanceIdIn(String... activityInstanceIds)
Only select task which have one of the activity instance ids.
-
taskCreatedOn
TaskQuery taskCreatedOn(Date createTime)
Only select tasks that are created on the given date.
-
taskCreatedOnExpression
TaskQuery taskCreatedOnExpression(String createTimeExpression)
Only select tasks that are created on the date resolved from the given expression.
-
taskCreatedBefore
TaskQuery taskCreatedBefore(Date before)
Only select tasks that are created before the given date.
-
taskCreatedBeforeExpression
TaskQuery taskCreatedBeforeExpression(String beforeExpression)
Only select tasks that are created before the date resolved from the given expression.
-
taskCreatedAfter
TaskQuery taskCreatedAfter(Date after)
Only select tasks that are created after the given date.
-
taskCreatedAfterExpression
TaskQuery taskCreatedAfterExpression(String afterExpression)
Only select tasks that are created after the date resolved from the given expression.
-
taskUpdatedAfter
TaskQuery taskUpdatedAfter(Date after)
Only select tasks that were updated after the given date.
-
taskUpdatedAfterExpression
TaskQuery taskUpdatedAfterExpression(String afterExpression)
Only select tasks that were updated after the date resolved from the given expression.
-
excludeSubtasks
TaskQuery excludeSubtasks()
Only select tasks that have no parent (i.e. do not select subtasks).
-
taskDefinitionKey
TaskQuery taskDefinitionKey(String key)
Only select tasks with the given taskDefinitionKey. The task definition key is the id of the userTask: <userTask id="xxx" .../>
-
taskDefinitionKeyLike
TaskQuery taskDefinitionKeyLike(String keyLike)
Only select tasks with a taskDefinitionKey that match the given parameter. The syntax is that of SQL: for example usage: taskDefinitionKeyLike("%camunda%"). The task definition key is the id of the userTask: <userTask id="xxx" .../>
-
taskDefinitionKeyIn
TaskQuery taskDefinitionKeyIn(String... taskDefinitionKeys)
Only select tasks which have one of the taskDefinitionKeys.
-
taskParentTaskId
TaskQuery taskParentTaskId(String parentTaskId)
Select the tasks which are sub tasks of the given parent task.
-
caseInstanceId
TaskQuery caseInstanceId(String caseInstanceId)
Only select tasks for the given case instance id.
-
caseInstanceBusinessKey
TaskQuery caseInstanceBusinessKey(String caseInstanceBusinessKey)
Only select tasks for the given case instance business key
-
caseInstanceBusinessKeyLike
TaskQuery caseInstanceBusinessKeyLike(String caseInstanceBusinessKeyLike)
Only select tasks matching the given case instance business key. The syntax is that of SQL: for example usage: nameLike(%aBusinessKey%)
-
caseExecutionId
TaskQuery caseExecutionId(String caseExecutionId)
Only select tasks for the given case execution.
-
caseDefinitionKey
TaskQuery caseDefinitionKey(String caseDefinitionKey)
Only select tasks which are part of a case instance which has the given case definition key.
-
caseDefinitionId
TaskQuery caseDefinitionId(String caseDefinitionId)
Only select tasks which are part of a case instance which has the given case definition id.
-
caseDefinitionName
TaskQuery caseDefinitionName(String caseDefinitionName)
Only select tasks which are part of a case instance which has the given case definition name.
-
caseDefinitionNameLike
TaskQuery caseDefinitionNameLike(String caseDefinitionNameLike)
Only select tasks which are part of a case instance which case definition name is like the given parameter. The syntax is that of SQL: for example usage: nameLike(%processDefinitionName%)
-
matchVariableNamesIgnoreCase
TaskQuery matchVariableNamesIgnoreCase()
All queries for task-, process- and case-variables will match the variable names in a case-insensitive way.
-
matchVariableValuesIgnoreCase
TaskQuery matchVariableValuesIgnoreCase()
All queries for task-, process- and case-variables will match the variable values in a case-insensitive way.
-
taskVariableValueEquals
TaskQuery taskVariableValueEquals(String variableName, Object variableValue)
Only select tasks which have a local task variable with the given name set to the given value.
-
taskVariableValueNotEquals
TaskQuery 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. Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.
-
taskVariableValueLike
TaskQuery taskVariableValueLike(String variableName, String variableValue)
Only select tasks which have a local task variable with the given name matching the given value. The syntax is that of SQL: for example usage: valueLike(%value%)
-
taskVariableValueGreaterThan
TaskQuery taskVariableValueGreaterThan(String variableName, Object variableValue)
Only select tasks which have a local task variable with the given name and a value greater than the given one.
-
taskVariableValueGreaterThanOrEquals
TaskQuery taskVariableValueGreaterThanOrEquals(String variableName, Object variableValue)
Only select tasks which have a local task variable with the given name and a value greater than or equal to the given one.
-
taskVariableValueLessThan
TaskQuery taskVariableValueLessThan(String variableName, Object variableValue)
Only select tasks which have a local task variable with the given name and a value less than the given one.
-
taskVariableValueLessThanOrEquals
TaskQuery taskVariableValueLessThanOrEquals(String variableName, Object variableValue)
Only select tasks which have a local task variable with the given name and a value less than or equal to the given one.
-
processVariableValueEquals
TaskQuery processVariableValueEquals(String variableName, Object variableValue)
Only select tasks which have are part of a process that have a variable with the given name set to the given value.
-
processVariableValueNotEquals
TaskQuery 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. Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.
-
processVariableValueLike
TaskQuery processVariableValueLike(String variableName, String variableValue)
Only select tasks which are part of a process that have a variable with the given name and matching the given value. The syntax is that of SQL: for example usage: valueLike(%value%)
-
processVariableValueNotLike
TaskQuery processVariableValueNotLike(String variableName, String variableValue)
Only select tasks which are part of a process that have a variable with the given name and not matching the given value. The syntax is that of SQL: for example usage: valueNotLike(%value%)
-
processVariableValueGreaterThan
TaskQuery processVariableValueGreaterThan(String variableName, Object variableValue)
Only select tasks which are part of a process that have a variable with the given name and a value greater than the given one.
-
processVariableValueGreaterThanOrEquals
TaskQuery processVariableValueGreaterThanOrEquals(String variableName, Object variableValue)
Only select tasks which are part of a process that have a variable with the given name and a value greater than or equal to the given one.
-
processVariableValueLessThan
TaskQuery processVariableValueLessThan(String variableName, Object variableValue)
Only select tasks which are part of a process that have a variable with the given name and a value less than the given one.
-
processVariableValueLessThanOrEquals
TaskQuery processVariableValueLessThanOrEquals(String variableName, Object variableValue)
Only select tasks which are part of a process that have a variable with the given name and a value greater than or equal to the given one.
-
caseInstanceVariableValueEquals
TaskQuery caseInstanceVariableValueEquals(String variableName, Object variableValue)
Only select tasks which are part of a case instance that have a variable with the given name set to the given value. The type of variable is determined based on the value, using types configured inProcessEngineConfiguration#getVariableSerializers(). Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- name of the variable, cannot be null.
-
caseInstanceVariableValueNotEquals
TaskQuery caseInstanceVariableValueNotEquals(String variableName, Object variableValue)
Only select tasks which are part of a case instance that have a variable with the given name, but with a different value than the passed value. The type of variable is determined based on the value, using types configured inProcessEngineConfiguration#getVariableSerializers(). Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- name of the variable, cannot be null.
-
caseInstanceVariableValueLike
TaskQuery caseInstanceVariableValueLike(String variableName, String variableValue)
Only select tasks which are part of a case instance that have a variable value like the given value. This be used on string variables only.- Parameters:
name- variable name, cannot be null.value- variable value. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
caseInstanceVariableValueNotLike
TaskQuery caseInstanceVariableValueNotLike(String variableName, String variableValue)
Only select tasks which are part of a case instance that have a variable value not like the given value. This be used on string variables only.- Parameters:
name- variable name, cannot be null.value- variable value. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
caseInstanceVariableValueGreaterThan
TaskQuery caseInstanceVariableValueGreaterThan(String variableName, Object variableValue)
Only select tasks which are part of a case instance that have a variable with the given name and a variable value greater than the passed value. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- variable name, cannot be null.
-
caseInstanceVariableValueGreaterThanOrEquals
TaskQuery caseInstanceVariableValueGreaterThanOrEquals(String variableName, Object variableValue)
Only select tasks which are part of a case instance that have a variable value greater than or equal to the passed value. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- variable name, cannot be null.
-
caseInstanceVariableValueLessThan
TaskQuery caseInstanceVariableValueLessThan(String variableName, Object variableValue)
Only select tasks which are part of a case instance that have a variable value less than the passed value. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- variable name, cannot be null.
-
caseInstanceVariableValueLessThanOrEquals
TaskQuery caseInstanceVariableValueLessThanOrEquals(String variableName, Object variableValue)
Only select tasks which are part of a case instance that have a variable value less than or equal to the passed value. Booleans, Byte-arrays andSerializableobjects (which are not primitive type wrappers) are not supported.- Parameters:
name- variable name, cannot be null.
-
processDefinitionKey
TaskQuery processDefinitionKey(String processDefinitionKey)
Only select tasks which are part of a process instance which has the given process definition key.
-
processDefinitionKeyIn
TaskQuery processDefinitionKeyIn(String... processDefinitionKeys)
Only select tasks which are part of a process instance which has one of the given process definition keys.
-
processDefinitionId
TaskQuery processDefinitionId(String processDefinitionId)
Only select tasks which are part of a process instance which has the given process definition id.
-
processDefinitionName
TaskQuery processDefinitionName(String processDefinitionName)
Only select tasks which are part of a process instance which has the given process definition name.
-
processDefinitionNameLike
TaskQuery processDefinitionNameLike(String processDefinitionName)
Only select tasks which are part of a process instance which process definition name is like the given parameter. The syntax is that of SQL: for example usage: nameLike(%processDefinitionName%)
-
dueDateExpression
TaskQuery dueDateExpression(String dueDateExpression)
Only select tasks with the described due date by the given expression.
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
dueBefore
TaskQuery dueBefore(Date dueDate)
Only select tasks which have a due date before the given date.
-
dueBeforeExpression
TaskQuery dueBeforeExpression(String dueDateExpression)
Only select tasks which have a due date before the described date by the given expression.
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
dueAfter
TaskQuery dueAfter(Date dueDate)
Only select tasks which have a due date after the given date.
-
dueAfterExpression
TaskQuery dueAfterExpression(String dueDateExpression)
Only select tasks which have a due date after the described date by the given expression.
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
followUpDate
TaskQuery followUpDate(Date followUpDate)
Only select tasks with the given follow-up date.
-
followUpDateExpression
TaskQuery followUpDateExpression(String followUpDateExpression)
Only select tasks with the described follow-up date by the given expression.
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
followUpBefore
TaskQuery followUpBefore(Date followUpDate)
Only select tasks which have a follow-up date before the given date.
-
followUpBeforeExpression
TaskQuery followUpBeforeExpression(String followUpDateExpression)
Only select tasks which have a follow-up date before the described date by the given expression.
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
followUpBeforeOrNotExistent
TaskQuery followUpBeforeOrNotExistent(Date followUpDate)
Only select tasks which have no follow-up date or a follow-up date before the given date. Serves the typical use case "give me all tasks without follow-up or follow-up date which is already due"
-
followUpBeforeOrNotExistentExpression
TaskQuery followUpBeforeOrNotExistentExpression(String followUpDateExpression)
Only select tasks which have no follow-up date or a follow-up date before the described date by the given expression. Serves the typical use case "give me all tasks without follow-up or follow-up date which is already due"
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
followUpAfter
TaskQuery followUpAfter(Date followUpDate)
Only select tasks which have a follow-up date after the given date.
-
followUpAfterExpression
TaskQuery followUpAfterExpression(String followUpDateExpression)
Only select tasks which have a follow-up date after the described date by the given expression.
- Throws:
BadUserRequestException-- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
Query.list(),Query.listPage(int, int),Query.singleResult(), orQuery.count()) or stored queries (in case the query is stored along with a filter). Expression evaluation can be activated by setting the process engine configuration propertiesenableExpressionsInAdhocQueries(defaultfalse) andenableExpressionsInStoredQueries(defaulttrue) totrue.
- When the query is executed and expressions are disabled for adhoc queries
(in case the query is executed via
-
suspended
TaskQuery suspended()
Only select tasks which are suspended, because its process instance was suspended.
-
active
TaskQuery active()
Only select tasks which are active (ie. not suspended)
-
initializeFormKeys
TaskQuery initializeFormKeys()
If called, the form keys and form references of the fetched tasks are initialized andTask.getFormKey()andTask.getCamundaFormRef()will return a value (in case the task has is linked to a form).- Returns:
- the query itself
- Throws:
ProcessEngineException- When method has been executed within "or query". Method must be executed on the base query.
-
tenantIdIn
TaskQuery tenantIdIn(String... tenantIds)
Only select tasks with one of the given tenant ids.- Throws:
ProcessEngineException-- When a query is executed and
withoutTenantId()has been executed on the "and query" instance. No exception is thrown when a query is executed andwithoutTenantId()has been executed on the "or query" instance. - When a
nulltenant id is passed.
- When a query is executed and
-
withoutTenantId
TaskQuery withoutTenantId()
Only select tasks which have no tenant id.- Throws:
ProcessEngineException- When query is executed andtenantIdIn(String...)has been executed on the "and query" instance. No exception is thrown when query is executed andtenantIdIn(String...)has been executed on the "or query" instance.
-
withoutDueDate
TaskQuery withoutDueDate()
Only select tasks which have no due date.
-
orderByTaskId
TaskQuery orderByTaskId()
Order by task id (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByTaskName
TaskQuery orderByTaskName()
Order by task name (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByTaskNameCaseInsensitive
TaskQuery orderByTaskNameCaseInsensitive()
Order by task name case insensitive (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByTaskDescription
TaskQuery orderByTaskDescription()
Order by description (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByTaskPriority
TaskQuery orderByTaskPriority()
Order by priority (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByTaskAssignee
TaskQuery orderByTaskAssignee()
Order by assignee (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByTaskCreateTime
TaskQuery orderByTaskCreateTime()
Order by the time on which the tasks were created (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByLastUpdated
TaskQuery orderByLastUpdated()
Order by the time the task was updated last (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByProcessInstanceId
TaskQuery orderByProcessInstanceId()
Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByCaseInstanceId
TaskQuery orderByCaseInstanceId()
Order by case instance id (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByExecutionId
TaskQuery orderByExecutionId()
Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByCaseExecutionId
TaskQuery orderByCaseExecutionId()
Order by case execution id (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByDueDate
TaskQuery orderByDueDate()
Order by due date (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByFollowUpDate
TaskQuery orderByFollowUpDate()
Order by follow-up date (needs to be followed byQuery.asc()orQuery.desc()).- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByProcessVariable
TaskQuery orderByProcessVariable(String variableName, ValueType valueType)
Order by a process instance variable value of a certain type. Calling this method multiple times specifies secondary, tertiary orderings, etc. The ordering of variables withnullvalues is database-specific.- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByExecutionVariable
TaskQuery orderByExecutionVariable(String variableName, ValueType valueType)
Order by an execution variable value of a certain type. Calling this method multiple times specifies secondary, tertiary orderings, etc. The ordering of variables withnullvalues is database-specific.- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByTaskVariable
TaskQuery orderByTaskVariable(String variableName, ValueType valueType)
Order by a task variable value of a certain type. Calling this method multiple times specifies secondary, tertiary orderings, etc. The ordering of variables withnullvalues is database-specific.- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByCaseExecutionVariable
TaskQuery orderByCaseExecutionVariable(String variableName, ValueType valueType)
Order by a task variable value of a certain type. Calling this method multiple times specifies secondary, tertiary orderings, etc. The ordering of variables withnullvalues is database-specific.- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByCaseInstanceVariable
TaskQuery orderByCaseInstanceVariable(String variableName, ValueType valueType)
Order by a task variable value of a certain type. Calling this method multiple times specifies secondary, tertiary orderings, etc. The ordering of variables withnullvalues is database-specific.- Throws:
ProcessEngineException- When method has been executed within "or query".
-
orderByTenantId
TaskQuery orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()). Note that the ordering of tasks without tenant id is database-specific.- Throws:
ProcessEngineException- When method has been executed within "or query".
-
or
TaskQuery or()
After calling or(), a chain of several filter criteria could follow. Each filter criterion that follows or() will be linked together with an OR expression until the OR query is terminated. To terminate the OR query right after the last filter criterion was applied,
endOr()must be invoked.- Returns:
- an object of the type
TaskQueryon which an arbitrary amount of filter criteria could be applied. The several filter criteria will be linked together by an OR expression. - Throws:
ProcessEngineException- when or() has been invoked directly after or() or after or() and trailing filter criteria. To prevent throwing this exception,endOr()must be invoked after a chain of filter criteria to mark the end of the OR query.
-
endOr
TaskQuery endOr()
endOr() terminates an OR query on which an arbitrary amount of filter criteria were applied. To terminate the OR query which has been started by invoking
or(), endOr() must be invoked. Filter criteria which are applied after calling endOr() are linked together by an AND expression.- Returns:
- an object of the type
TaskQueryon which an arbitrary amount of filter criteria could be applied. The filter criteria will be linked together by an AND expression. - Throws:
ProcessEngineException- when endOr() has been invoked beforeor()was invoked. To prevent throwing this exception,or()must be invoked first.