Uses of Class
org.flowable.engine.impl.ExecutionQueryImpl
-
Packages that use ExecutionQueryImpl Package Description org.flowable.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data org.flowable.engine.impl.persistence.entity.data.impl -
-
Uses of ExecutionQueryImpl in org.flowable.engine.impl
Fields in org.flowable.engine.impl declared as ExecutionQueryImpl Modifier and Type Field Description protected ExecutionQueryImplExecutionQueryImpl. currentOrQueryObjectFields in org.flowable.engine.impl with type parameters of type ExecutionQueryImpl Modifier and Type Field Description protected List<ExecutionQueryImpl>ExecutionQueryImpl. orQueryObjectsMethods in org.flowable.engine.impl that return types with arguments of type ExecutionQueryImpl Modifier and Type Method Description List<ExecutionQueryImpl>ExecutionQueryImpl. getOrQueryObjects() -
Uses of ExecutionQueryImpl in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity with parameters of type ExecutionQueryImpl Modifier and Type Method Description longExecutionEntityManager. findExecutionCountByQueryCriteria(ExecutionQueryImpl executionQuery)longExecutionEntityManagerImpl. findExecutionCountByQueryCriteria(ExecutionQueryImpl executionQuery)List<ExecutionEntity>ExecutionEntityManager. findExecutionsByQueryCriteria(ExecutionQueryImpl executionQuery)List<ExecutionEntity>ExecutionEntityManagerImpl. findExecutionsByQueryCriteria(ExecutionQueryImpl executionQuery) -
Uses of ExecutionQueryImpl in org.flowable.engine.impl.persistence.entity.data
Methods in org.flowable.engine.impl.persistence.entity.data with parameters of type ExecutionQueryImpl Modifier and Type Method Description longExecutionDataManager. findExecutionCountByQueryCriteria(ExecutionQueryImpl executionQuery)List<ExecutionEntity>ExecutionDataManager. findExecutionsByQueryCriteria(ExecutionQueryImpl executionQuery) -
Uses of ExecutionQueryImpl in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl with parameters of type ExecutionQueryImpl Modifier and Type Method Description longMybatisExecutionDataManager. findExecutionCountByQueryCriteria(ExecutionQueryImpl executionQuery)List<ExecutionEntity>MybatisExecutionDataManager. findExecutionsByQueryCriteria(ExecutionQueryImpl executionQuery)protected voidMybatisExecutionDataManager. setSafeInValueLists(ExecutionQueryImpl executionQuery)
-