Uses of Interface
org.camunda.bpm.engine.batch.history.HistoricBatch
-
Packages that use HistoricBatch Package Description org.camunda.bpm.engine.impl.batch.history org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of HistoricBatch in org.camunda.bpm.engine.impl.batch.history
Classes in org.camunda.bpm.engine.impl.batch.history that implement HistoricBatch Modifier and Type Class Description classHistoricBatchEntityMethods in org.camunda.bpm.engine.impl.batch.history that return types with arguments of type HistoricBatch Modifier and Type Method Description List<HistoricBatch>HistoricBatchQueryImpl. executeList(CommandContext commandContext, Page page) -
Uses of HistoricBatch in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricBatch Modifier and Type Method Description List<HistoricBatch>HistoricBatchManager. findBatchesByQueryCriteria(HistoricBatchQueryImpl historicBatchQuery, Page page)
-