Uses of Class
org.flowable.task.service.impl.TaskQueryImpl
Packages that use TaskQueryImpl
Package
Description
-
Uses of TaskQueryImpl in org.flowable.task.service.impl
Fields in org.flowable.task.service.impl declared as TaskQueryImplFields in org.flowable.task.service.impl with type parameters of type TaskQueryImplMethods in org.flowable.task.service.impl that return TaskQueryImplModifier and TypeMethodDescriptionTaskQueryImpl.executionId(String executionId) TaskQueryImpl.processInstanceBusinessKey(String processInstanceBusinessKey) TaskQueryImpl.processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike) TaskQueryImpl.processInstanceId(String processInstanceId) TaskQueryImpl.scopeDefinitionId(String scopeDefinitionId) TaskQueryImpl.subScopeId(String subScopeId) TaskQueryImpl.taskAssignee(String assignee) TaskQueryImpl.taskAssigneeLike(String assigneeLike) TaskQueryImpl.taskCandidateGroup(String candidateGroup) TaskQueryImpl.taskCandidateUser(String candidateUser) TaskQueryImpl.taskClaimedOn(Date claimTime) TaskQueryImpl.taskCreatedOn(Date createTime) TaskQueryImpl.taskDescription(String description) TaskQueryImpl.taskInProgressStartTimeOn(Date inProgressStartTime) TaskQueryImpl.taskInvolvedGroups(Collection<String> involvedGroups) TaskQueryImpl.taskInvolvedUser(String involvedUser) TaskQueryImpl.taskNameLike(String nameLike) TaskQueryImpl.taskOwnerLike(String ownerLike) TaskQueryImpl.taskSuspendedOn(Date suspendedTime) TaskQueryImpl.withoutProcessInstanceId()Methods in org.flowable.task.service.impl that return types with arguments of type TaskQueryImplMethod parameters in org.flowable.task.service.impl with type arguments of type TaskQueryImplModifier and TypeMethodDescriptionvoidTaskQueryImpl.setOrQueryObjects(List<TaskQueryImpl> orQueryObjects) -
Uses of TaskQueryImpl in org.flowable.task.service.impl.persistence.entity
Methods in org.flowable.task.service.impl.persistence.entity with parameters of type TaskQueryImplModifier and TypeMethodDescriptionlongTaskEntityManager.findTaskCountByQueryCriteria(TaskQueryImpl taskQuery) longTaskEntityManagerImpl.findTaskCountByQueryCriteria(TaskQueryImpl taskQuery) TaskEntityManager.findTasksByQueryCriteria(TaskQueryImpl taskQuery) TaskEntityManagerImpl.findTasksByQueryCriteria(TaskQueryImpl taskQuery) TaskEntityManager.findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) TaskEntityManagerImpl.findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) -
Uses of TaskQueryImpl in org.flowable.task.service.impl.persistence.entity.data
Methods in org.flowable.task.service.impl.persistence.entity.data with parameters of type TaskQueryImplModifier and TypeMethodDescriptionlongTaskDataManager.findTaskCountByQueryCriteria(TaskQueryImpl taskQuery) TaskDataManager.findTasksByQueryCriteria(TaskQueryImpl taskQuery) TaskDataManager.findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) -
Uses of TaskQueryImpl in org.flowable.task.service.impl.persistence.entity.data.impl
Methods in org.flowable.task.service.impl.persistence.entity.data.impl with parameters of type TaskQueryImplModifier and TypeMethodDescriptionlongMybatisTaskDataManager.findTaskCountByQueryCriteria(TaskQueryImpl taskQuery) MybatisTaskDataManager.findTasksByQueryCriteria(TaskQueryImpl taskQuery) MybatisTaskDataManager.findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) protected voidMybatisTaskDataManager.setSafeInValueLists(TaskQueryImpl taskQuery)