Uses of Class
org.flowable.batch.service.impl.BatchQueryImpl
Packages that use BatchQueryImpl
Package
Description
-
Uses of BatchQueryImpl in org.flowable.batch.service.impl.persistence.entity
Methods in org.flowable.batch.service.impl.persistence.entity with parameters of type BatchQueryImplModifier and TypeMethodDescriptionvoidBatchEntityManager.deleteBatches(BatchQueryImpl batchQuery) voidBatchEntityManagerImpl.deleteBatches(BatchQueryImpl batchQuery) longBatchEntityManager.findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) longBatchEntityManagerImpl.findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) BatchEntityManager.findBatchesByQueryCriteria(BatchQueryImpl batchQuery) BatchEntityManagerImpl.findBatchesByQueryCriteria(BatchQueryImpl batchQuery) -
Uses of BatchQueryImpl in org.flowable.batch.service.impl.persistence.entity.data
Methods in org.flowable.batch.service.impl.persistence.entity.data with parameters of type BatchQueryImplModifier and TypeMethodDescriptionvoidBatchDataManager.deleteBatches(BatchQueryImpl batchQuery) longBatchDataManager.findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) BatchDataManager.findBatchesByQueryCriteria(BatchQueryImpl batchQuery) -
Uses of BatchQueryImpl in org.flowable.batch.service.impl.persistence.entity.data.impl
Methods in org.flowable.batch.service.impl.persistence.entity.data.impl with parameters of type BatchQueryImplModifier and TypeMethodDescriptionvoidMybatisBatchDataManager.deleteBatches(BatchQueryImpl batchQuery) longMybatisBatchDataManager.findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) MybatisBatchDataManager.findBatchesByQueryCriteria(BatchQueryImpl batchQuery)