Class HistoryCleanupHandler
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
- All Implemented Interfaces:
TransactionListener
- Direct Known Subclasses:
HistoryCleanupBatch
,HistoryCleanupRemovalTime
- Author:
- Tassilo Weidner
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommandExecutor
protected HistoryCleanupJobHandlerConfiguration
protected String
static final int
Maximum allowed batch size. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(CommandContext commandContext) setCommandExecutor
(CommandExecutor commandExecutor) setConfiguration
(HistoryCleanupJobHandlerConfiguration configuration)
-
Field Details
-
MAX_BATCH_SIZE
public static final int MAX_BATCH_SIZEMaximum allowed batch size.- See Also:
-
configuration
-
jobId
-
commandExecutor
-
-
Constructor Details
-
HistoryCleanupHandler
public HistoryCleanupHandler()
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceTransactionListener
-
getConfiguration
-
setConfiguration
-
setJobId
-
setCommandExecutor
-