Interface PropertyContext

All Known Subinterfaces:
ConfigurationContext, FlowAnalysisRuleContext, FlowRegistryClientConfigurationContext, ProcessContext, ReportingContext, ValidationContext

public interface PropertyContext
A context for retrieving a PropertyValue from a PropertyDescriptor.
  • Method Details

    • getProperty

      PropertyValue getProperty(PropertyDescriptor descriptor)
      Retrieves the current value set for the given descriptor, if a value is set - else uses the descriptor to determine the appropriate default value
      Parameters:
      descriptor - to lookup the value of
      Returns:
      the property value of the given descriptor
    • getAllProperties

      Map<String,String> getAllProperties()