Class PlatformBpmnHistoryCleaningManager

java.lang.Object
org.flowable.engine.DefaultHistoryCleaningManager
com.flowable.platform.engine.impl.housekeeping.PlatformBpmnHistoryCleaningManager
All Implemented Interfaces:
org.flowable.engine.HistoryCleaningManager

public class PlatformBpmnHistoryCleaningManager extends org.flowable.engine.DefaultHistoryCleaningManager
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class org.flowable.engine.DefaultHistoryCleaningManager

    processEngineConfiguration
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlatformBpmnHistoryCleaningManager(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flowable.engine.history.HistoricProcessInstanceQuery
     

    Methods inherited from class org.flowable.engine.DefaultHistoryCleaningManager

    createBatchCleaningQuery, getEndedBefore

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlatformBpmnHistoryCleaningManager

      public PlatformBpmnHistoryCleaningManager(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration)
  • Method Details

    • createHistoricProcessInstanceCleaningQuery

      public org.flowable.engine.history.HistoricProcessInstanceQuery createHistoricProcessInstanceCleaningQuery()
      Specified by:
      createHistoricProcessInstanceCleaningQuery in interface org.flowable.engine.HistoryCleaningManager
      Overrides:
      createHistoricProcessInstanceCleaningQuery in class org.flowable.engine.DefaultHistoryCleaningManager