Uses of Class
org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
Packages that use HistoricBatchEntity
Package
Description
-
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.batch.history
Methods in org.camunda.bpm.engine.impl.batch.history with parameters of type HistoricBatchEntityModifier and TypeMethodDescriptionprotected voidDeleteHistoricBatchCmd.checkAccess(CommandContext commandContext, HistoricBatchEntity batch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.batch.removaltime
Methods in org.camunda.bpm.engine.impl.batch.removaltime that return HistoricBatchEntityModifier and TypeMethodDescriptionprotected HistoricBatchEntityBatchSetRemovalTimeJobHandler.findBatchById(String instanceId, CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.batch.removaltime with parameters of type HistoricBatchEntityModifier and TypeMethodDescriptionprotected DateBatchSetRemovalTimeJobHandler.calculateRemovalTime(HistoricBatchEntity batch, CommandContext commandContext) protected DateBatchSetRemovalTimeJobHandler.getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration batchConfiguration, HistoricBatchEntity instance, CommandContext commandContext) protected booleanBatchSetRemovalTimeJobHandler.hasBaseTime(HistoricBatchEntity instance, CommandContext commandContext) protected booleanBatchSetRemovalTimeJobHandler.isEnded(HistoricBatchEntity instance) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricBatchEntityModifier and TypeMethodDescriptionvoidCommandChecker.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 HistoricBatchEntityModifier and TypeMethodDescriptionvoidAuthorizationCommandChecker.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 HistoricBatchEntityModifier and TypeMethodDescriptionvoidTenantCommandChecker.checkDeleteHistoricBatch(HistoricBatchEntity batch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.history
Methods in org.camunda.bpm.engine.impl.history with parameters of type HistoricBatchEntityModifier and TypeMethodDescriptionDefaultHistoryRemovalTimeProvider.calculateRemovalTime(HistoricBatchEntity historicBatch) HistoryRemovalTimeProvider.calculateRemovalTime(HistoricBatchEntity historicBatch) Calculates the removal time of historic batches.protected booleanDefaultHistoryRemovalTimeProvider.isBatchEnded(HistoricBatchEntity historicBatch) protected booleanDefaultHistoryRemovalTimeProvider.isBatchRunning(HistoricBatchEntity historicBatch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer that return HistoricBatchEntityModifier and TypeMethodDescriptionprotected HistoricBatchEntityDefaultHistoryEventProducer.getHistoricBatchById(String batchId) protected HistoricBatchEntityDefaultHistoryEventProducer.getHistoricBatchByJobId(String jobId) protected HistoricBatchEntityCacheAwareHistoryEventProducer.loadBatchEntity(BatchEntity batch) protected HistoricBatchEntityDefaultHistoryEventProducer.loadBatchEntity(BatchEntity batch) protected HistoricBatchEntityDefaultHistoryEventProducer.newBatchEventEntity(BatchEntity batch) Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoricBatchEntityModifier and TypeMethodDescriptionprotected voidDefaultHistoryEventProducer.addRemovalTimeToHistoricIncidents(HistoricBatchEntity historicBatch) protected voidDefaultHistoryEventProducer.addRemovalTimeToHistoricJobLog(HistoricBatchEntity historicBatch) protected DateDefaultHistoryEventProducer.calculateRemovalTime(HistoricBatchEntity historicBatch) protected voidDefaultHistoryEventProducer.provideRemovalTime(HistoricBatchEntity historicBatch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoricBatchEntityModifier and TypeMethodDescriptionHistoricBatchManager.findHistoricBatchById(String batchId) HistoricBatchManager.findHistoricBatchByJobId(String jobId)