Class PlatformCmmnHistoryCleaningManager
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.DefaultCmmnHistoryCleaningManager
-
- com.flowable.platform.engine.impl.housekeeping.PlatformCmmnHistoryCleaningManager
-
- All Implemented Interfaces:
CmmnHistoryCleaningManager
public class PlatformCmmnHistoryCleaningManager extends DefaultCmmnHistoryCleaningManager
- Author:
- Filip Hrisafov
-
-
Field Summary
-
Fields inherited from class org.flowable.cmmn.engine.impl.DefaultCmmnHistoryCleaningManager
cmmnEngineConfiguration
-
-
Constructor Summary
Constructors Constructor Description PlatformCmmnHistoryCleaningManager(CmmnEngineConfiguration cmmnEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricCaseInstanceQuery
createHistoricCaseInstanceCleaningQuery()
-
Methods inherited from class org.flowable.cmmn.engine.impl.DefaultCmmnHistoryCleaningManager
createBatchCleaningQuery, getEndedBefore
-
-
-
-
Constructor Detail
-
PlatformCmmnHistoryCleaningManager
public PlatformCmmnHistoryCleaningManager(CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Detail
-
createHistoricCaseInstanceCleaningQuery
public HistoricCaseInstanceQuery createHistoricCaseInstanceCleaningQuery()
- Specified by:
createHistoricCaseInstanceCleaningQuery
in interfaceCmmnHistoryCleaningManager
- Overrides:
createHistoricCaseInstanceCleaningQuery
in classDefaultCmmnHistoryCleaningManager
-
-