public interface ValidationContext
Modifier and Type | Method and Description |
---|---|
String |
getAnnotationData()
Returns the currently configured Annotation Data
|
ControllerServiceLookup |
getControllerServiceLookup()
Returns the
ControllerServiceLookup which can be used to obtain
Controller Services |
ValidationContext |
getControllerServiceValidationContext(ControllerService controllerService)
Returns a ValidationContext that is appropriate for validating the given
ControllerService |
Map<PropertyDescriptor,String> |
getProperties()
Returns a Map of all configured Properties.
|
PropertyValue |
getProperty(PropertyDescriptor property)
Returns a PropertyValue that encapsulates the value configured for the
given PropertyDescriptor
|
ExpressionLanguageCompiler |
newExpressionLanguageCompiler()
Creates and returns a new
ExpressionLanguageCompiler that can be
used to compile & evaluate Attribute Expressions |
PropertyValue |
newPropertyValue(String value)
Returns a PropertyValue that represents the given value
|
ControllerServiceLookup getControllerServiceLookup()
ControllerServiceLookup
which can be used to obtain
Controller ServicesValidationContext getControllerServiceValidationContext(ControllerService controllerService)
ControllerService
controllerService
- ExpressionLanguageCompiler newExpressionLanguageCompiler()
ExpressionLanguageCompiler
that can be
used to compile & evaluate Attribute ExpressionsPropertyValue getProperty(PropertyDescriptor property)
property
- PropertyValue newPropertyValue(String value)
value
- Map<PropertyDescriptor,String> getProperties()
String getAnnotationData()
Copyright © 2015 Apache NiFi (incubating). All rights reserved.