public class DummyPreQueryPlugin extends Object implements PreQueryPlugin
| Constructor and Description |
|---|
DummyPreQueryPlugin(FilterAdapter filterAdapter,
FilterBuilder filterBuilder) |
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
process(QueryRequest input)
Processes a
QueryRequest prior to execution of the Query. |
public DummyPreQueryPlugin(FilterAdapter filterAdapter, FilterBuilder filterBuilder)
public QueryRequest process(QueryRequest input) throws PluginExecutionException, StopProcessingException
PreQueryPluginQueryRequest prior to execution of the Query.process in interface PreQueryPlugininput - the QueryRequest to processQueryRequest to pass to the next PreQueryPlugin, or if this is the last PreQueryPlugin to be calledPluginExecutionException - thrown when an error occurs while processing the QueryRequestStopProcessingException - thrown to halt processing when a critical issue occurs during
processing. This is intended to prevent other plugins from processing as well.This work is licensed under a Creative Commons Attribution 4.0 International License.