Uses of Class
org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
-
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 Modifier and Type Method Description protected 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 HistoricBatchEntity Modifier and Type Method Description protected HistoricBatchEntityBatchSetRemovalTimeJobHandler. findBatchById(String instanceId, CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.batch.removaltime with parameters of type HistoricBatchEntity Modifier and Type Method Description protected 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 HistoricBatchEntity Modifier and Type Method Description voidCommandChecker. 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 Modifier and Type Method Description voidAuthorizationCommandChecker. 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 Modifier and Type Method Description voidTenantCommandChecker. 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 HistoricBatchEntity Modifier and Type Method Description DateDefaultHistoryRemovalTimeProvider. calculateRemovalTime(HistoricBatchEntity historicBatch)DateHistoryRemovalTimeProvider. 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 HistoricBatchEntity Modifier and Type Method Description protected 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 HistoricBatchEntity Modifier and Type Method Description protected 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 HistoricBatchEntity Modifier and Type Method Description HistoricBatchEntityHistoricBatchManager. findHistoricBatchById(String batchId)HistoricBatchEntityHistoricBatchManager. findHistoricBatchByJobId(String jobId)
-