Class ConfigDisableCondition

All Implemented Interfaces:
DisableCondition, Initializable, Component, Configurable

DisableCondition for config parameters
  • Constructor Details

  • Method Details

    • getStoredRelativeValue

      protected <T> Object getStoredRelativeValue(String conditionDataPath, Optional<String> oldConditionDataPath, T config, Map<String,Object> contextualParameters)
      Description copied from class: AbstractRelativeDisableCondition
      Retrieves the condition value from data stored in the given object
      Specified by:
      getStoredRelativeValue in class AbstractRelativeDisableCondition
      Type Parameters:
      T - Type of object holding the data to evaluate
      Parameters:
      conditionDataPath - the absolute data path of the condition
      oldConditionDataPath - the absolute old data path of the condition
      config - the object holding the data to evaluate and the condition value
      contextualParameters - the contextual parameters
      Returns:
      the condition value from data stored in the object