Class PlatformCmmnHistoryConfigurationSettings

java.lang.Object
org.flowable.cmmn.engine.impl.history.DefaultCmmnHistoryConfigurationSettings
com.flowable.platform.common.history.PlatformCmmnHistoryConfigurationSettings
All Implemented Interfaces:
org.flowable.cmmn.engine.impl.history.CmmnHistoryConfigurationSettings

public class PlatformCmmnHistoryConfigurationSettings extends org.flowable.cmmn.engine.impl.history.DefaultCmmnHistoryConfigurationSettings
  • Field Summary

    Fields inherited from class org.flowable.cmmn.engine.impl.history.DefaultCmmnHistoryConfigurationSettings

    cmmnEngineConfiguration
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected Set<String>
     
    boolean
    isHistoryEnabledForVariableInstance(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity)
     

    Methods inherited from class org.flowable.cmmn.engine.impl.history.DefaultCmmnHistoryConfigurationSettings

    getCaseDefinitionHistoryLevel, getCaseDefinitionId, getCaseDefinitionId, hasTaskHistoryLevel, includePlanItemDefinitionInHistory, isEnableCaseDefinitionHistoryLevel, isHistoryEnabled, isHistoryEnabled, isHistoryEnabledForActivity, isHistoryEnabledForCaseInstance, isHistoryEnabledForEntityLink, isHistoryEnabledForIdentityLink, isHistoryEnabledForMilestone, isHistoryEnabledForPlanItemInstance, isHistoryEnabledForUserTask, isHistoryEnabledForVariables, isHistoryLevelAtLeast

    Methods inherited from class java.lang.Object

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

    • PlatformCmmnHistoryConfigurationSettings

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

    • isHistoryEnabledForVariableInstance

      public boolean isHistoryEnabledForVariableInstance(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstanceEntity)
      Specified by:
      isHistoryEnabledForVariableInstance in interface org.flowable.cmmn.engine.impl.history.CmmnHistoryConfigurationSettings
      Overrides:
      isHistoryEnabledForVariableInstance in class org.flowable.cmmn.engine.impl.history.DefaultCmmnHistoryConfigurationSettings
    • getAllowedHistoricVariables

      protected Set<String> getAllowedHistoricVariables(String caseInstanceId)