Package org.flowable.task.service.impl
Class TaskQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<TaskQuery,Task>
org.flowable.variable.service.impl.AbstractVariableQueryImpl<TaskQuery,Task>
org.flowable.task.service.impl.TaskQueryImpl
- All Implemented Interfaces:
Serializable,CacheAwareQuery<TaskEntity>,Query<TaskQuery,,Task> Command<Object>,TaskInfoQuery<TaskQuery,,Task> TaskQuery
public class TaskQueryImpl
extends AbstractVariableQueryImpl<TaskQuery,Task>
implements TaskQuery, CacheAwareQuery<TaskEntity>
- Author:
- Joram Barrez, Tom Baeyens, Falko Menge, Tijs Rademakers
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Collection<String> protected Stringprotected Stringprotected booleanprotected Stringprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Stringprotected Collection<String> protected Stringprotected Stringprotected Collection<String> protected Collection<String> protected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected Collection<String> protected Dateprotected Dateprotected Dateprotected TaskQueryImplprotected DelegationStateprotected Stringprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected booleanprotected Stringprotected Stringprotected IdmIdentityServiceprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected Dateprotected Dateprotected Dateprotected Stringprotected Dateprotected Dateprotected Dateprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Collection<String> protected Stringprotected Integerprotected Integerprotected Stringprotected Stringprotected Stringprotected Collection<String> protected Collection<String> protected booleanprotected booleanprotected List<TaskQueryImpl> protected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Collection<String> protected Collection<String> protected Stringprotected Stringprotected Stringprotected Stringprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected SuspensionStateprotected Stringprotected Stringprotected Collection<String> protected TaskServiceConfigurationprotected Stringprotected Stringprotected booleanprotected Stringprotected VariableServiceConfigurationprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanFields inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
queryVariableValues, variableValueProviderFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionTaskQueryImpl(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) TaskQueryImpl(CommandExecutor commandExecutor, String databaseType, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) TaskQueryImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) -
Method Summary
Modifier and TypeMethodDescriptionactive()protected voidaddCachedVariableForQueryById(CommandContext commandContext, List<Task> results, boolean local) caseDefinitionId(String caseDefinitionId) caseDefinitionKey(String caseDefinitionKey) caseDefinitionKeyIn(Collection<String> caseDefinitionKeys) caseDefinitionKeyLike(String caseDefinitionKeyLike) caseDefinitionKeyLikeIgnoreCase(String caseDefinitionKeyLikeIgnoreCase) caseInstanceId(String caseInstanceId) caseInstanceIdWithChildren(String caseInstanceId) caseVariableExists(String name) caseVariableNotExists(String name) caseVariableValueEquals(Object variableValue) caseVariableValueEquals(String variableName, Object variableValue) caseVariableValueEqualsIgnoreCase(String name, String value) caseVariableValueGreaterThan(String name, Object value) caseVariableValueGreaterThanOrEqual(String name, Object value) caseVariableValueLessThan(String name, Object value) caseVariableValueLessThanOrEqual(String name, Object value) caseVariableValueLike(String name, String value) caseVariableValueLikeIgnoreCase(String name, String value) caseVariableValueNotEquals(String variableName, Object variableValue) caseVariableValueNotEqualsIgnoreCase(String name, String value) protected voidcheckTaskCategoryList(Collection<String> taskCategoryInList) cmmnDeploymentId(String cmmnDeploymentId) cmmnDeploymentIdIn(Collection<String> cmmnDeploymentIds) longcount()deploymentId(String deploymentId) deploymentIdIn(Collection<String> deploymentIds) endOr()voidenhanceCachedValue(TaskEntity task) protected voidlongexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) executionId(String executionId) booleanprotected Collection<String> getGroupsForCandidateUser(String candidateUser) getId()getKey()getKeys()getName()booleangetOwner()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanlist()listPage(int firstResult, int maxResults) or()planItemInstanceId(String planItemInstanceId) processCategoryIn(Collection<String> processCategoryInList) processCategoryNotIn(Collection<String> processCategoryNotInList) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processDefinitionKeyIn(Collection<String> processDefinitionKeys) processDefinitionKeyLike(String processDefinitionKeyLike) processDefinitionKeyLikeIgnoreCase(String processDefinitionKeyLikeIgnoreCase) processDefinitionName(String processDefinitionName) processDefinitionNameLike(String processDefinitionNameLike) processInstanceBusinessKey(String processInstanceBusinessKey) processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) processInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase) processInstanceId(String processInstanceId) processInstanceIdIn(Collection<String> processInstanceIds) processInstanceIdWithChildren(String processInstanceId) processVariableExists(String name) processVariableValueEquals(Object variableValue) processVariableValueEquals(String variableName, Object variableValue) processVariableValueEqualsIgnoreCase(String name, String value) processVariableValueGreaterThan(String name, Object value) processVariableValueGreaterThanOrEqual(String name, Object value) processVariableValueLessThan(String name, Object value) processVariableValueLessThanOrEqual(String name, Object value) processVariableValueLike(String name, String value) processVariableValueLikeIgnoreCase(String name, String value) processVariableValueNotEquals(String variableName, Object variableValue) processVariableValueNotEqualsIgnoreCase(String name, String value) propagatedStageInstanceId(String propagatedStageInstanceId) scopeDefinitionId(String scopeDefinitionId) voidsetOrQueryObjects(List<TaskQueryImpl> orQueryObjects) voidsetSafeCandidateGroups(List<List<String>> safeCandidateGroups) voidsetSafeInvolvedGroups(List<List<String>> safeInvolvedGroups) subScopeId(String subScopeId) taskAssignee(String assignee) taskAssigneeIds(Collection<String> assigneeIds) taskAssigneeLike(String assigneeLike) taskAssigneeLikeIgnoreCase(String assigneeLikeIgnoreCase) taskCandidateGroup(String candidateGroup) taskCandidateGroupIn(Collection<String> candidateGroups) taskCandidateOrAssigned(String userIdForCandidateAndAssignee) taskCandidateUser(String candidateUser) taskCategory(String category) taskCategoryIn(Collection<String> taskCategoryInList) taskCategoryNotIn(Collection<String> taskCategoryNotInList) taskClaimedAfter(Date after) taskClaimedBefore(Date before) taskClaimedBy(String claimedBy) taskClaimedOn(Date claimTime) taskCreatedAfter(Date after) taskCreatedBefore(Date before) taskCreatedOn(Date createTime) taskDefinitionId(String taskDefinitionId) taskDefinitionKey(String key) taskDefinitionKeyLike(String keyLike) taskDefinitionKeys(Collection<String> keys) taskDelegationState(DelegationState delegationState) taskDescription(String description) taskDescriptionLike(String descriptionLike) taskDescriptionLikeIgnoreCase(String descriptionLikeIgnoreCase) taskDueAfter(Date dueDate) taskDueBefore(Date dueDate) taskDueDate(Date dueDate) taskFormKey(String formKey) taskIds(Collection<String> taskIds) taskInProgressStartDueAfter(Date dueAfter) taskInProgressStartDueBefore(Date dueBefore) taskInProgressStartDueDate(Date dueDate) taskInProgressStartedBy(String startedBy) taskInProgressStartTimeAfter(Date after) taskInProgressStartTimeBefore(Date before) taskInProgressStartTimeOn(Date inProgressStartTime) taskInvolvedGroups(Collection<String> involvedGroups) taskInvolvedUser(String involvedUser) taskMaxPriority(Integer maxPriority) taskMinPriority(Integer minPriority) taskNameIn(Collection<String> nameList) taskNameInIgnoreCase(Collection<String> nameList) taskNameLike(String nameLike) taskNameLikeIgnoreCase(String nameLikeIgnoreCase) taskOwnerLike(String ownerLike) taskOwnerLikeIgnoreCase(String ownerLikeIgnoreCase) taskParentScopeId(String parentScopeId) taskPriority(Integer priority) taskRootScopeId(String rootScopeId) taskSuspendedAfter(Date after) taskSuspendedBefore(Date before) taskSuspendedBy(String suspendedBy) taskSuspendedOn(Date suspendedTime) taskTenantId(String tenantId) taskTenantIdLike(String tenantIdLike) taskVariableExists(String name) taskVariableNotExists(String name) taskVariableValueEquals(Object variableValue) taskVariableValueEquals(String variableName, Object variableValue) taskVariableValueEqualsIgnoreCase(String name, String value) taskVariableValueGreaterThan(String name, Object value) taskVariableValueGreaterThanOrEqual(String name, Object value) taskVariableValueLessThan(String name, Object value) taskVariableValueLessThanOrEqual(String name, Object value) taskVariableValueLike(String name, String value) taskVariableValueLikeIgnoreCase(String name, String value) taskVariableValueNotEquals(String variableName, Object variableValue) taskVariableValueNotEqualsIgnoreCase(String name, String value) Methods inherited from class org.flowable.variable.service.impl.AbstractVariableQueryImpl
addVariable, addVariable, getQueryVariableValues, hasLocalQueryVariableValue, hasNonLocalQueryVariableValue, hasValueComparisonQueryVariables, isBoolean, scopedVariableExists, scopedVariableNotExists, scopedVariableValueEquals, scopedVariableValueEquals, scopedVariableValueEqualsIgnoreCase, scopedVariableValueGreaterThan, scopedVariableValueGreaterThanOrEqual, scopedVariableValueLessThan, scopedVariableValueLessThanOrEqual, scopedVariableValueLike, scopedVariableValueLikeIgnoreCase, scopedVariableValueNotEquals, scopedVariableValueNotEqualsIgnoreCase, variableExists, variableExists, variableNotExists, variableNotExists, 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.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, desc, direction, execute, executeSingleResult, getSafeList, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
taskServiceConfiguration
-
idmIdentityService
-
variableServiceConfiguration
-
taskId
-
taskIds
-
name
-
nameLike
-
nameLikeIgnoreCase
-
nameList
-
nameListIgnoreCase
-
description
-
descriptionLike
-
descriptionLikeIgnoreCase
-
priority
-
minPriority
-
maxPriority
-
assignee
-
assigneeLike
-
assigneeLikeIgnoreCase
-
assigneeIds
-
involvedUser
-
involvedGroups
-
owner
-
ownerLike
-
ownerLikeIgnoreCase
-
unassigned
protected boolean unassigned -
withAssignee
protected boolean withAssignee -
noDelegationState
protected boolean noDelegationState -
delegationState
-
candidateUser
-
candidateGroup
-
candidateGroups
-
ignoreAssigneeValue
protected boolean ignoreAssigneeValue -
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
processInstanceId
-
processInstanceIds
-
withoutProcessInstanceId
protected boolean withoutProcessInstanceId -
executionId
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
propagatedStageInstanceId
-
processInstanceIdWithChildren
-
caseInstanceIdWithChildren
-
state
-
createTime
-
createTimeBefore
-
createTimeAfter
-
inProgressStartTime
-
inProgressStartTimeBefore
-
inProgressStartTimeAfter
-
inProgressStartedBy
-
claimTime
-
claimTimeBefore
-
claimTimeAfter
-
claimedBy
-
suspendedTime
-
suspendedTimeBefore
-
suspendedTimeAfter
-
suspendedBy
-
category
-
categoryInList
-
categoryNotInList
-
withoutCategory
protected boolean withoutCategory -
withFormKey
protected boolean withFormKey -
formKey
-
taskDefinitionId
-
key
-
keyLike
-
keys
-
processDefinitionKey
-
processDefinitionKeyLike
-
processDefinitionKeyLikeIgnoreCase
-
processDefinitionKeys
-
processDefinitionId
-
processDefinitionName
-
processDefinitionNameLike
-
processCategoryInList
-
processCategoryNotInList
-
deploymentId
-
deploymentIds
-
cmmnDeploymentId
-
cmmnDeploymentIds
-
withoutScopeId
protected boolean withoutScopeId -
processInstanceBusinessKey
-
processInstanceBusinessKeyLike
-
processInstanceBusinessKeyLikeIgnoreCase
-
caseDefinitionKey
-
caseDefinitionKeyLike
-
caseDefinitionKeyLikeIgnoreCase
-
rootScopeId
-
parentScopeId
-
caseDefinitionKeys
-
inProgressStartDueDate
-
inProgressStartDueBefore
-
inProgressStartDueAfter
-
withoutInProgressStartDueDate
protected boolean withoutInProgressStartDueDate -
dueDate
-
dueBefore
-
dueAfter
-
withoutDueDate
protected boolean withoutDueDate -
suspensionState
-
excludeSubtasks
protected boolean excludeSubtasks -
includeTaskLocalVariables
protected boolean includeTaskLocalVariables -
includeProcessVariables
protected boolean includeProcessVariables -
includeCaseVariables
protected boolean includeCaseVariables -
includeIdentityLinks
protected boolean includeIdentityLinks -
userIdForCandidateAndAssignee
-
bothCandidateAndAssigned
protected boolean bothCandidateAndAssigned -
locale
-
withLocalizationFallback
protected boolean withLocalizationFallback -
orActive
protected boolean orActive -
orQueryObjects
-
currentOrQueryObject
-
-
Constructor Details
-
TaskQueryImpl
public TaskQueryImpl() -
TaskQueryImpl
public TaskQueryImpl(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) -
TaskQueryImpl
public TaskQueryImpl(CommandExecutor commandExecutor, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) -
TaskQueryImpl
public TaskQueryImpl(CommandExecutor commandExecutor, String databaseType, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService)
-
-
Method Details
-
taskId
- Specified by:
taskIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskIds
- Specified by:
taskIdsin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskName
- Specified by:
taskNamein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskNameIn
- Specified by:
taskNameInin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskNameInIgnoreCase
- Specified by:
taskNameInIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskNameLike
- Specified by:
taskNameLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskNameLikeIgnoreCase
- Specified by:
taskNameLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskDescription
- Specified by:
taskDescriptionin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskDescriptionLike
- Specified by:
taskDescriptionLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskDescriptionLikeIgnoreCase
- Specified by:
taskDescriptionLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskPriority
- Specified by:
taskPriorityin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskMinPriority
- Specified by:
taskMinPriorityin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskMaxPriority
- Specified by:
taskMaxPriorityin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskAssignee
- Specified by:
taskAssigneein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskAssigneeLike
- Specified by:
taskAssigneeLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskAssigneeLikeIgnoreCase
- Specified by:
taskAssigneeLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskAssigneeIds
- Specified by:
taskAssigneeIdsin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskOwner
- Specified by:
taskOwnerin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskOwnerLike
- Specified by:
taskOwnerLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskOwnerLikeIgnoreCase
- Specified by:
taskOwnerLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskUnassigned
- Specified by:
taskUnassignedin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskAssigned
- Specified by:
taskAssignedin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskDelegationState
- Specified by:
taskDelegationStatein interfaceTaskQuery
-
taskCandidateUser
- Specified by:
taskCandidateUserin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInvolvedUser
- Specified by:
taskInvolvedUserin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInvolvedGroups
- Specified by:
taskInvolvedGroupsin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskCandidateGroup
- Specified by:
taskCandidateGroupin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskCandidateOrAssigned
- Specified by:
taskCandidateOrAssignedin interfaceTaskQuery
-
taskCandidateGroupIn
- Specified by:
taskCandidateGroupInin interfaceTaskInfoQuery<TaskQuery,Task>
-
ignoreAssigneeValue
- Specified by:
ignoreAssigneeValuein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskTenantId
- Specified by:
taskTenantIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskTenantIdLike
- Specified by:
taskTenantIdLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskWithoutTenantId
- Specified by:
taskWithoutTenantIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
processInstanceId
- Specified by:
processInstanceIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
processInstanceIdIn
- Specified by:
processInstanceIdInin interfaceTaskInfoQuery<TaskQuery,Task>
-
withoutProcessInstanceId
- Specified by:
withoutProcessInstanceIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
processInstanceBusinessKey
- Specified by:
processInstanceBusinessKeyin interfaceTaskInfoQuery<TaskQuery,Task>
-
processInstanceBusinessKeyLike
- Specified by:
processInstanceBusinessKeyLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
processInstanceBusinessKeyLikeIgnoreCase
public TaskQuery processInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase) - Specified by:
processInstanceBusinessKeyLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
executionId
- Specified by:
executionIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseInstanceId
- Specified by:
caseInstanceIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseDefinitionId
- Specified by:
caseDefinitionIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseDefinitionKey
- Specified by:
caseDefinitionKeyin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseDefinitionKeyLike
- Specified by:
caseDefinitionKeyLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
caseDefinitionKeyLikeIgnoreCase
- Specified by:
caseDefinitionKeyLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
caseDefinitionKeyIn
- Specified by:
caseDefinitionKeyInin interfaceTaskInfoQuery<TaskQuery,Task>
-
processInstanceIdWithChildren
- Specified by:
processInstanceIdWithChildrenin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseInstanceIdWithChildren
- Specified by:
caseInstanceIdWithChildrenin interfaceTaskInfoQuery<TaskQuery,Task>
-
planItemInstanceId
- Specified by:
planItemInstanceIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
scopeId
- Specified by:
scopeIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
subScopeId
- Specified by:
subScopeIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
scopeType
- Specified by:
scopeTypein interfaceTaskInfoQuery<TaskQuery,Task>
-
scopeDefinitionId
- Specified by:
scopeDefinitionIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
propagatedStageInstanceId
- Specified by:
propagatedStageInstanceIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskState
- Specified by:
taskStatein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskCreatedOn
- Specified by:
taskCreatedOnin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskCreatedBefore
- Specified by:
taskCreatedBeforein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskCreatedAfter
- Specified by:
taskCreatedAfterin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInProgressStartTimeOn
- Specified by:
taskInProgressStartTimeOnin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInProgressStartTimeBefore
- Specified by:
taskInProgressStartTimeBeforein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInProgressStartTimeAfter
- Specified by:
taskInProgressStartTimeAfterin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInProgressStartedBy
- Specified by:
taskInProgressStartedByin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskClaimedOn
- Specified by:
taskClaimedOnin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskClaimedBefore
- Specified by:
taskClaimedBeforein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskClaimedAfter
- Specified by:
taskClaimedAfterin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskClaimedBy
- Specified by:
taskClaimedByin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskSuspendedOn
- Specified by:
taskSuspendedOnin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskSuspendedBefore
- Specified by:
taskSuspendedBeforein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskSuspendedAfter
- Specified by:
taskSuspendedAfterin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskSuspendedBy
- Specified by:
taskSuspendedByin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskCategory
- Specified by:
taskCategoryin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskCategoryIn
- Specified by:
taskCategoryInin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskCategoryNotIn
- Specified by:
taskCategoryNotInin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskWithoutCategory
- Specified by:
taskWithoutCategoryin interfaceTaskInfoQuery<TaskQuery,Task>
-
checkTaskCategoryList
-
taskWithFormKey
- Specified by:
taskWithFormKeyin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskFormKey
- Specified by:
taskFormKeyin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskDefinitionId
- Specified by:
taskDefinitionIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskDefinitionKey
- Specified by:
taskDefinitionKeyin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskDefinitionKeyLike
- Specified by:
taskDefinitionKeyLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskDefinitionKeys
- Specified by:
taskDefinitionKeysin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueEquals
- Specified by:
taskVariableValueEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueEquals
- Specified by:
taskVariableValueEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueEqualsIgnoreCase
- Specified by:
taskVariableValueEqualsIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueNotEqualsIgnoreCase
- Specified by:
taskVariableValueNotEqualsIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueNotEquals
- Specified by:
taskVariableValueNotEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueGreaterThan
- Specified by:
taskVariableValueGreaterThanin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueGreaterThanOrEqual
- Specified by:
taskVariableValueGreaterThanOrEqualin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueLessThan
- Specified by:
taskVariableValueLessThanin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueLessThanOrEqual
- Specified by:
taskVariableValueLessThanOrEqualin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueLike
- Specified by:
taskVariableValueLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableValueLikeIgnoreCase
- Specified by:
taskVariableValueLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableExists
- Specified by:
taskVariableExistsin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskVariableNotExists
- Specified by:
taskVariableNotExistsin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueEquals
- Specified by:
processVariableValueEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueNotEquals
- Specified by:
processVariableValueNotEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueEquals
- Specified by:
processVariableValueEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueEqualsIgnoreCase
- Specified by:
processVariableValueEqualsIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueNotEqualsIgnoreCase
- Specified by:
processVariableValueNotEqualsIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueGreaterThan
- Specified by:
processVariableValueGreaterThanin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueGreaterThanOrEqual
- Specified by:
processVariableValueGreaterThanOrEqualin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueLessThan
- Specified by:
processVariableValueLessThanin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueLessThanOrEqual
- Specified by:
processVariableValueLessThanOrEqualin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueLike
- Specified by:
processVariableValueLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableValueLikeIgnoreCase
- Specified by:
processVariableValueLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableExists
- Specified by:
processVariableExistsin interfaceTaskInfoQuery<TaskQuery,Task>
-
processVariableNotExists
- Specified by:
processVariableNotExistsin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueEquals
- Specified by:
caseVariableValueEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueEquals
- Specified by:
caseVariableValueEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueEqualsIgnoreCase
- Specified by:
caseVariableValueEqualsIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueNotEquals
- Specified by:
caseVariableValueNotEqualsin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueNotEqualsIgnoreCase
- Specified by:
caseVariableValueNotEqualsIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueGreaterThan
- Specified by:
caseVariableValueGreaterThanin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueGreaterThanOrEqual
- Specified by:
caseVariableValueGreaterThanOrEqualin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueLessThan
- Specified by:
caseVariableValueLessThanin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueLessThanOrEqual
- Specified by:
caseVariableValueLessThanOrEqualin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueLike
- Specified by:
caseVariableValueLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableValueLikeIgnoreCase
- Specified by:
caseVariableValueLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableExists
- Specified by:
caseVariableExistsin interfaceTaskInfoQuery<TaskQuery,Task>
-
caseVariableNotExists
- Specified by:
caseVariableNotExistsin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskRootScopeId
- Specified by:
taskRootScopeIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
taskParentScopeId
- Specified by:
taskParentScopeIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
processDefinitionKey
- Specified by:
processDefinitionKeyin interfaceTaskInfoQuery<TaskQuery,Task>
-
processDefinitionKeyLike
- Specified by:
processDefinitionKeyLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
processDefinitionKeyLikeIgnoreCase
- Specified by:
processDefinitionKeyLikeIgnoreCasein interfaceTaskInfoQuery<TaskQuery,Task>
-
processDefinitionKeyIn
- Specified by:
processDefinitionKeyInin interfaceTaskInfoQuery<TaskQuery,Task>
-
processDefinitionId
- Specified by:
processDefinitionIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
processDefinitionName
- Specified by:
processDefinitionNamein interfaceTaskInfoQuery<TaskQuery,Task>
-
processDefinitionNameLike
- Specified by:
processDefinitionNameLikein interfaceTaskInfoQuery<TaskQuery,Task>
-
processCategoryIn
- Specified by:
processCategoryInin interfaceTaskInfoQuery<TaskQuery,Task>
-
processCategoryNotIn
- Specified by:
processCategoryNotInin interfaceTaskInfoQuery<TaskQuery,Task>
-
deploymentId
- Specified by:
deploymentIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
deploymentIdIn
- Specified by:
deploymentIdInin interfaceTaskInfoQuery<TaskQuery,Task>
-
cmmnDeploymentId
- Specified by:
cmmnDeploymentIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
cmmnDeploymentIdIn
- Specified by:
cmmnDeploymentIdInin interfaceTaskInfoQuery<TaskQuery,Task>
-
withoutScopeId
- Specified by:
withoutScopeIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
dueDate
-
taskDueDate
- Specified by:
taskDueDatein interfaceTaskInfoQuery<TaskQuery,Task>
-
dueBefore
-
taskDueBefore
- Specified by:
taskDueBeforein interfaceTaskInfoQuery<TaskQuery,Task>
-
dueAfter
-
taskDueAfter
- Specified by:
taskDueAfterin interfaceTaskInfoQuery<TaskQuery,Task>
-
withoutDueDate
-
withoutTaskDueDate
- Specified by:
withoutTaskDueDatein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInProgressStartDueDate
- Specified by:
taskInProgressStartDueDatein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInProgressStartDueBefore
- Specified by:
taskInProgressStartDueBeforein interfaceTaskInfoQuery<TaskQuery,Task>
-
taskInProgressStartDueAfter
- Specified by:
taskInProgressStartDueAfterin interfaceTaskInfoQuery<TaskQuery,Task>
-
withoutTaskInProgressStartDueDate
- Specified by:
withoutTaskInProgressStartDueDatein interfaceTaskInfoQuery<TaskQuery,Task>
-
excludeSubtasks
- Specified by:
excludeSubtasksin interfaceTaskQuery
-
suspended
-
active
-
locale
- Specified by:
localein interfaceTaskInfoQuery<TaskQuery,Task>
-
withLocalizationFallback
- Specified by:
withLocalizationFallbackin interfaceTaskInfoQuery<TaskQuery,Task>
-
includeTaskLocalVariables
- Specified by:
includeTaskLocalVariablesin interfaceTaskInfoQuery<TaskQuery,Task>
-
includeProcessVariables
- Specified by:
includeProcessVariablesin interfaceTaskInfoQuery<TaskQuery,Task>
-
includeCaseVariables
- Specified by:
includeCaseVariablesin interfaceTaskInfoQuery<TaskQuery,Task>
-
includeIdentityLinks
- Specified by:
includeIdentityLinksin interfaceTaskInfoQuery<TaskQuery,Task>
-
getCandidateGroups
-
getGroupsForCandidateUser
-
ensureVariablesInitialized
protected void ensureVariablesInitialized()- Overrides:
ensureVariablesInitializedin classAbstractVariableQueryImpl<TaskQuery,Task>
-
or
- Specified by:
orin interfaceTaskInfoQuery<TaskQuery,Task>
-
endOr
- Specified by:
endOrin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTaskId
- Specified by:
orderByTaskIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTaskName
- Specified by:
orderByTaskNamein interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTaskDescription
- Specified by:
orderByTaskDescriptionin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTaskPriority
- Specified by:
orderByTaskPriorityin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByProcessInstanceId
- Specified by:
orderByProcessInstanceIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByExecutionId
- Specified by:
orderByExecutionIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByProcessDefinitionId
- Specified by:
orderByProcessDefinitionIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTaskAssignee
- Specified by:
orderByTaskAssigneein interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTaskOwner
- Specified by:
orderByTaskOwnerin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTaskCreateTime
- Specified by:
orderByTaskCreateTimein interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByDueDate
-
orderByTaskDueDate
- Specified by:
orderByTaskDueDatein interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTaskDefinitionKey
- Specified by:
orderByTaskDefinitionKeyin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByDueDateNullsFirst
- Specified by:
orderByDueDateNullsFirstin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByDueDateNullsLast
- Specified by:
orderByDueDateNullsLastin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByCategory
- Specified by:
orderByCategoryin interfaceTaskInfoQuery<TaskQuery,Task>
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceTaskInfoQuery<TaskQuery,Task>
-
executeList
- Specified by:
executeListin classAbstractVariableQueryImpl<TaskQuery,Task>
-
addCachedVariableForQueryById
protected void addCachedVariableForQueryById(CommandContext commandContext, List<Task> results, boolean local) -
enhanceCachedValue
- Specified by:
enhanceCachedValuein interfaceCacheAwareQuery<TaskEntity>
-
executeCount
- Specified by:
executeCountin classAbstractVariableQueryImpl<TaskQuery,Task>
-
getName
-
getNameLike
-
getNameList
-
getNameListIgnoreCase
-
getAssignee
-
getUnassigned
public boolean getUnassigned() -
isWithAssignee
public boolean isWithAssignee() -
getDelegationState
-
getNoDelegationState
public boolean getNoDelegationState() -
getDelegationStateString
-
getCandidateUser
-
getCandidateGroup
-
isIgnoreAssigneeValue
public boolean isIgnoreAssigneeValue() -
getProcessInstanceId
-
getProcessInstanceIds
-
isWithoutProcessInstanceId
public boolean isWithoutProcessInstanceId() -
getExecutionId
-
getScopeId
-
isWithoutScopeId
public boolean isWithoutScopeId() -
getSubScopeId
-
getScopeType
-
getScopeDefinitionId
-
getPropagatedStageInstanceId
-
getTaskId
-
getTaskIds
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<TaskEntity>
-
getDescription
-
getDescriptionLike
-
getPriority
-
getCreateTime
-
getCreateTimeBefore
-
getCreateTimeAfter
-
getTaskDefinitionId
-
getKey
-
getKeyLike
-
getKeys
-
getProcessDefinitionKey
-
getProcessDefinitionId
-
getProcessDefinitionName
-
getProcessInstanceBusinessKey
-
getProcessInstanceIdWithChildren
-
getCaseInstanceIdWithChildren
-
getExcludeSubtasks
public boolean getExcludeSubtasks() -
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getUserIdForCandidateAndAssignee
-
getOrQueryObjects
-
setOrQueryObjects
-
getMinPriority
-
getMaxPriority
-
getAssigneeLike
-
getAssigneeIds
-
getInvolvedUser
-
getInvolvedGroups
-
getOwner
-
getOwnerLike
-
getCategory
-
getCategoryInList
-
getCategoryNotInList
-
isWithoutCategory
public boolean isWithoutCategory() -
isWithFormKey
public boolean isWithFormKey() -
getFormKey
-
getProcessDefinitionKeyLike
-
getProcessDefinitionKeys
-
getProcessDefinitionNameLike
-
getProcessCategoryInList
-
getProcessCategoryNotInList
-
getDeploymentId
-
getDeploymentIds
-
getCmmnDeploymentId
-
getCmmnDeploymentIds
-
getProcessInstanceBusinessKeyLike
-
getDueDate
-
getDueBefore
-
getDueAfter
-
isWithoutDueDate
public boolean isWithoutDueDate() -
getSuspensionState
-
isIncludeTaskLocalVariables
public boolean isIncludeTaskLocalVariables() -
isIncludeProcessVariables
public boolean isIncludeProcessVariables() -
isIncludeCaseVariables
public boolean isIncludeCaseVariables() -
isIncludeIdentityLinks
public boolean isIncludeIdentityLinks() -
isBothCandidateAndAssigned
public boolean isBothCandidateAndAssigned() -
getNameLikeIgnoreCase
-
getDescriptionLikeIgnoreCase
-
getAssigneeLikeIgnoreCase
-
getOwnerLikeIgnoreCase
-
getProcessInstanceBusinessKeyLikeIgnoreCase
-
getProcessDefinitionKeyLikeIgnoreCase
-
getLocale
-
isOrActive
public boolean isOrActive() -
isUnassigned
public boolean isUnassigned() -
isNoDelegationState
public boolean isNoDelegationState() -
getCaseDefinitionKey
-
getCaseDefinitionKeyLike
-
getCaseDefinitionKeyLikeIgnoreCase
-
getCaseDefinitionKeys
-
isExcludeSubtasks
public boolean isExcludeSubtasks() -
isWithLocalizationFallback
public boolean isWithLocalizationFallback() -
list
-
listPage
-
count
public long count() -
getSafeCandidateGroups
-
setSafeCandidateGroups
-
getSafeInvolvedGroups
-
setSafeInvolvedGroups
-