Package org.flowable.engine
Class DefaultHistoryCleaningManager
- java.lang.Object
-
- org.flowable.engine.DefaultHistoryCleaningManager
-
- All Implemented Interfaces:
HistoryCleaningManager
public class DefaultHistoryCleaningManager extends Object implements HistoryCleaningManager
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationImplprocessEngineConfiguration
-
Constructor Summary
Constructors Constructor Description DefaultHistoryCleaningManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.batch.api.BatchQuerycreateBatchCleaningQuery()HistoricProcessInstanceQuerycreateHistoricProcessInstanceCleaningQuery()protected DategetEndedBefore()
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
DefaultHistoryCleaningManager
public DefaultHistoryCleaningManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
createHistoricProcessInstanceCleaningQuery
public HistoricProcessInstanceQuery createHistoricProcessInstanceCleaningQuery()
- Specified by:
createHistoricProcessInstanceCleaningQueryin interfaceHistoryCleaningManager
-
createBatchCleaningQuery
public org.flowable.batch.api.BatchQuery createBatchCleaningQuery()
- Specified by:
createBatchCleaningQueryin interfaceHistoryCleaningManager
-
getEndedBefore
protected Date getEndedBefore()
-
-