Class PlatformBpmnHistoryCleaningManager
java.lang.Object
org.flowable.engine.DefaultHistoryCleaningManager
com.flowable.platform.engine.impl.housekeeping.PlatformBpmnHistoryCleaningManager
- All Implemented Interfaces:
HistoryCleaningManager
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.engine.DefaultHistoryCleaningManager
processEngineConfiguration
-
Constructor Summary
ConstructorDescriptionPlatformBpmnHistoryCleaningManager
(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.flowable.engine.DefaultHistoryCleaningManager
createBatchCleaningQuery, getEndedBefore
-
Constructor Details
-
PlatformBpmnHistoryCleaningManager
public PlatformBpmnHistoryCleaningManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
createHistoricProcessInstanceCleaningQuery
- Specified by:
createHistoricProcessInstanceCleaningQuery
in interfaceHistoryCleaningManager
- Overrides:
createHistoricProcessInstanceCleaningQuery
in classDefaultHistoryCleaningManager
-