Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupContext
-
Packages that use HistoryCleanupContext Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.jobexecutor.historycleanup -
-
Uses of HistoryCleanupContext in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return HistoryCleanupContext Modifier and Type Method Description protected HistoryCleanupContextHistoryCleanupCmd. createCleanupContext(int[] minuteChunk, int maxRetries) -
Uses of HistoryCleanupContext in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup with parameters of type HistoryCleanupContext Modifier and Type Method Description protected EverLivingJobEntityHistoryCleanupJobDeclaration. newJobInstance(HistoryCleanupContext context)protected voidHistoryCleanupJobDeclaration. postInitialize(HistoryCleanupContext context, EverLivingJobEntity job)EverLivingJobEntityHistoryCleanupJobDeclaration. reconfigure(HistoryCleanupContext context, EverLivingJobEntity job)DateHistoryCleanupJobDeclaration. resolveDueDate(HistoryCleanupContext context)protected ExecutionEntityHistoryCleanupJobDeclaration. resolveExecution(HistoryCleanupContext context)protected HistoryCleanupJobHandlerConfigurationHistoryCleanupJobDeclaration. resolveJobHandlerConfiguration(HistoryCleanupContext context)protected intHistoryCleanupJobDeclaration. resolveRetries(HistoryCleanupContext context)
-