Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
-
Packages that use HistoryCleanupHandler Package Description org.camunda.bpm.engine.impl.jobexecutor.historycleanup -
-
Uses of HistoryCleanupHandler in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Subclasses of HistoryCleanupHandler in org.camunda.bpm.engine.impl.jobexecutor.historycleanup Modifier and Type Class Description class
HistoryCleanupBatch
Batch of work for history cleanup.class
HistoryCleanupRemovalTime
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that return HistoryCleanupHandler Modifier and Type Method Description protected HistoryCleanupHandler
HistoryCleanupJobHandler. initCleanupHandler(HistoryCleanupJobHandlerConfiguration configuration, CommandContext commandContext)
HistoryCleanupHandler
HistoryCleanupHandler. setCommandExecutor(CommandExecutor commandExecutor)
HistoryCleanupHandler
HistoryCleanupHandler. setConfiguration(HistoryCleanupJobHandlerConfiguration configuration)
HistoryCleanupHandler
HistoryCleanupHandler. setJobId(java.lang.String jobId)
-