Class PlatformCmmnHistoryCleaningManager

java.lang.Object
org.flowable.cmmn.engine.impl.DefaultCmmnHistoryCleaningManager
com.flowable.platform.engine.impl.housekeeping.PlatformCmmnHistoryCleaningManager
All Implemented Interfaces:
org.flowable.cmmn.api.CmmnHistoryCleaningManager

public class PlatformCmmnHistoryCleaningManager extends org.flowable.cmmn.engine.impl.DefaultCmmnHistoryCleaningManager
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class org.flowable.cmmn.engine.impl.DefaultCmmnHistoryCleaningManager

    cmmnEngineConfiguration
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlatformCmmnHistoryCleaningManager(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
     

    Methods inherited from class org.flowable.cmmn.engine.impl.DefaultCmmnHistoryCleaningManager

    createBatchCleaningQuery, getEndedBefore

    Methods inherited from class java.lang.Object

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

    • PlatformCmmnHistoryCleaningManager

      public PlatformCmmnHistoryCleaningManager(org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration)
  • Method Details

    • createHistoricCaseInstanceCleaningQuery

      public org.flowable.cmmn.api.history.HistoricCaseInstanceQuery createHistoricCaseInstanceCleaningQuery()
      Specified by:
      createHistoricCaseInstanceCleaningQuery in interface org.flowable.cmmn.api.CmmnHistoryCleaningManager
      Overrides:
      createHistoricCaseInstanceCleaningQuery in class org.flowable.cmmn.engine.impl.DefaultCmmnHistoryCleaningManager