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.HistoricProcessInstanceQueryMethods 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:
createHistoricProcessInstanceCleaningQueryin interfaceorg.flowable.engine.HistoryCleaningManager- Overrides:
createHistoricProcessInstanceCleaningQueryin classorg.flowable.engine.DefaultHistoryCleaningManager
-