- All Known Subinterfaces:
ConfigurationContext,FlowAnalysisRuleContext,FlowRegistryClientConfigurationContext,ProcessContext,ReportingContext,ValidationContext
public interface PropertyContext
A context for retrieving a PropertyValue from a PropertyDescriptor.
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty(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
-
Method Details
-
getProperty
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
-