public class StandardSearchContext extends Object implements SearchContext
| Modifier and Type | Field and Description |
|---|---|
private ControllerServiceLookup |
controllerServiceLookup |
private ProcessorNode |
processorNode |
private String |
searchTerm |
| Constructor and Description |
|---|
StandardSearchContext(String searchTerm,
ProcessorNode processorNode,
ControllerServiceLookup controllerServiceLookup) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationData() |
Map<PropertyDescriptor,String> |
getProperties() |
PropertyValue |
getProperty(PropertyDescriptor property) |
String |
getSearchTerm() |
private final String searchTerm
private final ProcessorNode processorNode
private final ControllerServiceLookup controllerServiceLookup
public StandardSearchContext(String searchTerm, ProcessorNode processorNode, ControllerServiceLookup controllerServiceLookup)
public String getSearchTerm()
getSearchTerm in interface SearchContextpublic String getAnnotationData()
getAnnotationData in interface SearchContextpublic PropertyValue getProperty(PropertyDescriptor property)
getProperty in interface SearchContextpublic Map<PropertyDescriptor,String> getProperties()
getProperties in interface SearchContextCopyright © 2015 Apache NiFi (incubating). All rights reserved.