Uses of Class
org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
Package
Description
-
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.batch.history
Modifier and TypeMethodDescriptionprotected void
DeleteHistoricBatchCmd.checkAccess
(CommandContext commandContext, HistoricBatchEntity batch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.batch.removaltime
Modifier and TypeMethodDescriptionprotected HistoricBatchEntity
BatchSetRemovalTimeJobHandler.findBatchById
(String instanceId, CommandContext commandContext) Modifier and TypeMethodDescriptionprotected Date
BatchSetRemovalTimeJobHandler.calculateRemovalTime
(HistoricBatchEntity batch, CommandContext commandContext) protected Date
BatchSetRemovalTimeJobHandler.getOrCalculateRemovalTime
(SetRemovalTimeBatchConfiguration batchConfiguration, HistoricBatchEntity instance, CommandContext commandContext) protected boolean
BatchSetRemovalTimeJobHandler.hasBaseTime
(HistoricBatchEntity instance, CommandContext commandContext) protected boolean
BatchSetRemovalTimeJobHandler.isEnded
(HistoricBatchEntity instance) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.cfg
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
AuthorizationCommandChecker.checkDeleteHistoricBatch
(HistoricBatchEntity batch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkDeleteHistoricBatch
(HistoricBatchEntity batch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.history
Modifier and TypeMethodDescriptionDefaultHistoryRemovalTimeProvider.calculateRemovalTime
(HistoricBatchEntity historicBatch) HistoryRemovalTimeProvider.calculateRemovalTime
(HistoricBatchEntity historicBatch) Calculates the removal time of historic batches.protected boolean
DefaultHistoryRemovalTimeProvider.isBatchEnded
(HistoricBatchEntity historicBatch) protected boolean
DefaultHistoryRemovalTimeProvider.isBatchRunning
(HistoricBatchEntity historicBatch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected HistoricBatchEntity
DefaultHistoryEventProducer.getHistoricBatchById
(String batchId) protected HistoricBatchEntity
DefaultHistoryEventProducer.getHistoricBatchByJobId
(String jobId) protected HistoricBatchEntity
CacheAwareHistoryEventProducer.loadBatchEntity
(BatchEntity batch) protected HistoricBatchEntity
DefaultHistoryEventProducer.loadBatchEntity
(BatchEntity batch) protected HistoricBatchEntity
DefaultHistoryEventProducer.newBatchEventEntity
(BatchEntity batch) Modifier and TypeMethodDescriptionprotected void
DefaultHistoryEventProducer.addRemovalTimeToHistoricIncidents
(HistoricBatchEntity historicBatch) protected void
DefaultHistoryEventProducer.addRemovalTimeToHistoricJobLog
(HistoricBatchEntity historicBatch) protected Date
DefaultHistoryEventProducer.calculateRemovalTime
(HistoricBatchEntity historicBatch) protected void
DefaultHistoryEventProducer.provideRemovalTime
(HistoricBatchEntity historicBatch) -
Uses of HistoricBatchEntity in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionHistoricBatchManager.findHistoricBatchById
(String batchId) HistoricBatchManager.findHistoricBatchByJobId
(String jobId)