Package org.apache.nifi.search
Interface SearchContext
public interface SearchContext
-
Method Summary
-
Method Details
-
getSearchTerm
String getSearchTerm()- Returns:
- the search term
-
getAnnotationData
String getAnnotationData()- Returns:
- the annotation data
-
getProperty
- Parameters:
property
- to get value of- Returns:
- a PropertyValue that encapsulates the value configured for the given PropertyDescriptor
-
getProperties
Map<PropertyDescriptor,String> getProperties()- Returns:
- a Map of all configured Properties
-