Uses of Class
org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
Packages that use BatchQueryImpl Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of BatchQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type BatchQueryImpl Modifier and Type Method Description void
AuthorizationManager. configureBatchQuery(BatchQueryImpl query)
protected void
BatchManager. configureQuery(BatchQueryImpl batchQuery)
long
BatchManager. findBatchCountByQueryCriteria(BatchQueryImpl batchQuery)
List<Batch>
BatchManager. findBatchesByQueryCriteria(BatchQueryImpl batchQuery, Page page)
-