Class PlatformBpmnHistoryCleaningManager
java.lang.Object
org.flowable.engine.DefaultHistoryCleaningManager
com.flowable.platform.engine.impl.housekeeping.PlatformBpmnHistoryCleaningManager
- All Implemented Interfaces:
org.flowable.engine.HistoryCleaningManager
public class PlatformBpmnHistoryCleaningManager
extends org.flowable.engine.DefaultHistoryCleaningManager
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.engine.DefaultHistoryCleaningManager
processEngineConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformBpmnHistoryCleaningManager
(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.engine.history.HistoricProcessInstanceQuery
Methods inherited from class org.flowable.engine.DefaultHistoryCleaningManager
createBatchCleaningQuery, getEndedBefore
-
Constructor Details
-
PlatformBpmnHistoryCleaningManager
public PlatformBpmnHistoryCleaningManager(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
createHistoricProcessInstanceCleaningQuery
public org.flowable.engine.history.HistoricProcessInstanceQuery createHistoricProcessInstanceCleaningQuery()- Specified by:
createHistoricProcessInstanceCleaningQuery
in interfaceorg.flowable.engine.HistoryCleaningManager
- Overrides:
createHistoricProcessInstanceCleaningQuery
in classorg.flowable.engine.DefaultHistoryCleaningManager
-