public interface IndexerQueryListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterQuery(IndexerQueryContext queryContext)
Handles a notification that an indexer query has just completed.
|
void |
afterQueryError(IndexerQueryContext queryContext)
Handles a notification that an indexer query failed (this may also be due to listeners failing).
|
void |
beforeQuery(IndexerQueryContext queryContext)
Handles a notification that an indexer query is about to begin execution.
|
void beforeQuery(IndexerQueryContext queryContext) throws IndexerException
queryContext - - the IndexerQueryContextIndexerException - if an error occursvoid afterQuery(IndexerQueryContext queryContext) throws IndexerException
queryContext - - the IndexerQueryContextIndexerException - if an error occursvoid afterQueryError(IndexerQueryContext queryContext) throws IndexerException
queryContext - - the IndexerQueryContextIndexerException - if an error occursCopyright © 2017 SAP SE. All Rights Reserved.