public class DefaultCmmnHistoryCleaningManager extends Object implements CmmnHistoryCleaningManager
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
| Constructor and Description |
|---|
DefaultCmmnHistoryCleaningManager(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.batch.api.BatchQuery |
createBatchCleaningQuery() |
HistoricCaseInstanceQuery |
createHistoricCaseInstanceCleaningQuery() |
protected Date |
getEndedBefore() |
protected CmmnEngineConfiguration cmmnEngineConfiguration
public DefaultCmmnHistoryCleaningManager(CmmnEngineConfiguration cmmnEngineConfiguration)
public HistoricCaseInstanceQuery createHistoricCaseInstanceCleaningQuery()
createHistoricCaseInstanceCleaningQuery in interface CmmnHistoryCleaningManagerpublic org.flowable.batch.api.BatchQuery createBatchCleaningQuery()
createBatchCleaningQuery in interface CmmnHistoryCleaningManagerprotected Date getEndedBefore()
Copyright © 2021 Flowable. All rights reserved.