Uses of Class
org.activiti.engine.impl.TaskQueryImpl
-
-
Uses of TaskQueryImpl in org.activiti.engine.impl
Fields in org.activiti.engine.impl declared as TaskQueryImpl Modifier and Type Field Description protected TaskQueryImplTaskQueryImpl. currentOrQueryObjectFields in org.activiti.engine.impl with type parameters of type TaskQueryImpl Modifier and Type Field Description protected List<TaskQueryImpl>TaskQueryImpl. orQueryObjectsMethods in org.activiti.engine.impl that return types with arguments of type TaskQueryImpl Modifier and Type Method Description List<TaskQueryImpl>TaskQueryImpl. getOrQueryObjects()Method parameters in org.activiti.engine.impl with type arguments of type TaskQueryImpl Modifier and Type Method Description voidTaskQueryImpl. setOrQueryObjects(List<TaskQueryImpl> orQueryObjects) -
Uses of TaskQueryImpl in org.activiti.engine.impl.db
Methods in org.activiti.engine.impl.db that return TaskQueryImpl Modifier and Type Method Description TaskQueryImplDbSqlSession. createTaskQuery() -
Uses of TaskQueryImpl in org.activiti.engine.impl.persistence.entity
Methods in org.activiti.engine.impl.persistence.entity with parameters of type TaskQueryImpl Modifier and Type Method Description longTaskEntityManager. findTaskCountByQueryCriteria(TaskQueryImpl taskQuery)longTaskEntityManagerImpl. findTaskCountByQueryCriteria(TaskQueryImpl taskQuery)List<Task>TaskEntityManager. findTasksAndVariablesByQueryCriteria(TaskQueryImpl taskQuery)List<Task>TaskEntityManagerImpl. findTasksAndVariablesByQueryCriteria(TaskQueryImpl taskQuery)List<Task>TaskEntityManager. findTasksByQueryCriteria(TaskQueryImpl taskQuery)List<Task>TaskEntityManagerImpl. findTasksByQueryCriteria(TaskQueryImpl taskQuery) -
Uses of TaskQueryImpl in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data with parameters of type TaskQueryImpl Modifier and Type Method Description longTaskDataManager. findTaskCountByQueryCriteria(TaskQueryImpl taskQuery)List<Task>TaskDataManager. findTasksAndVariablesByQueryCriteria(TaskQueryImpl taskQuery)List<Task>TaskDataManager. findTasksByQueryCriteria(TaskQueryImpl taskQuery) -
Uses of TaskQueryImpl in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl with parameters of type TaskQueryImpl Modifier and Type Method Description longMybatisTaskDataManager. findTaskCountByQueryCriteria(TaskQueryImpl taskQuery)List<Task>MybatisTaskDataManager. findTasksAndVariablesByQueryCriteria(TaskQueryImpl taskQuery)List<Task>MybatisTaskDataManager. findTasksByQueryCriteria(TaskQueryImpl taskQuery)
-