Uses of Class
org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity

Packages that use HistoricBatchEntity
org.camunda.bpm.engine.impl.batch.history   
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cfg.auth   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.batch.history
 

Methods in org.camunda.bpm.engine.impl.batch.history with parameters of type HistoricBatchEntity
protected  void DeleteHistoricBatchCmd.checkAccess(CommandContext commandContext, HistoricBatchEntity batch)
           
 

Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.cfg
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricBatchEntity
 void CommandChecker.checkDeleteHistoricBatch(HistoricBatchEntity batch)
          Check if it is allowed to delete a historic batch
 

Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.cfg.auth
 

Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricBatchEntity
 void AuthorizationCommandChecker.checkDeleteHistoricBatch(HistoricBatchEntity batch)
           
 

Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
 

Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricBatchEntity
 void TenantCommandChecker.checkDeleteHistoricBatch(HistoricBatchEntity batch)
           
 

Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoricBatchEntity
 HistoricBatchEntity HistoricBatchManager.findHistoricBatchById(String batchId)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.