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 TypeMethodDescriptionvoid
BatchEntityManager.deleteBatches
(BatchQueryImpl batchQuery) void
BatchEntityManagerImpl.deleteBatches
(BatchQueryImpl batchQuery) long
BatchEntityManager.findBatchCountByQueryCriteria
(BatchQueryImpl batchQuery) long
BatchEntityManagerImpl.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 TypeMethodDescriptionvoid
BatchDataManager.deleteBatches
(BatchQueryImpl batchQuery) long
BatchDataManager.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 TypeMethodDescriptionvoid
MybatisBatchDataManager.deleteBatches
(BatchQueryImpl batchQuery) long
MybatisBatchDataManager.findBatchCountByQueryCriteria
(BatchQueryImpl batchQuery) MybatisBatchDataManager.findBatchesByQueryCriteria
(BatchQueryImpl batchQuery)