public class DefaultHistoryCleaningManager extends Object implements HistoryCleaningManager
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
| Constructor and Description |
|---|
DefaultHistoryCleaningManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.batch.api.BatchQuery |
createBatchCleaningQuery() |
HistoricProcessInstanceQuery |
createHistoricProcessInstanceCleaningQuery() |
protected Date |
getEndedBefore() |
protected ProcessEngineConfigurationImpl processEngineConfiguration
public DefaultHistoryCleaningManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public HistoricProcessInstanceQuery createHistoricProcessInstanceCleaningQuery()
createHistoricProcessInstanceCleaningQuery in interface HistoryCleaningManagerpublic org.flowable.batch.api.BatchQuery createBatchCleaningQuery()
createBatchCleaningQuery in interface HistoryCleaningManagerprotected Date getEndedBefore()
Copyright © 2022 Flowable. All rights reserved.