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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandExecutorprotected HistoryCleanupJobHandlerConfigurationprotected Stringstatic final intMaximum allowed batch size. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(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:
executein interfaceTransactionListener
-
getConfiguration
-
setConfiguration
-
setJobId
-
setCommandExecutor
-