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