Uses of Interface
org.camunda.bpm.engine.batch.history.HistoricBatch

Packages that use HistoricBatch
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
 class HistoricBatchEntity
           
 

Methods in org.camunda.bpm.engine.impl.batch.history that return types with arguments of type HistoricBatch
 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
 List<HistoricBatch> HistoricBatchManager.findBatchesByQueryCriteria(HistoricBatchQueryImpl historicBatchQuery, Page page)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.