| Modifier and Type | Method and Description |
|---|---|
void |
CommerceSessionInitializationListener.afterQuery(IndexerQueryContext queryContext) |
void |
CommerceSessionInitializationListener.afterQueryError(IndexerQueryContext queryContext) |
void |
CommerceSessionInitializationListener.beforeQuery(IndexerQueryContext queryContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarketplaceSessionInitializationListener.afterQuery(IndexerQueryContext context) |
void |
MarketplaceSessionInitializationListener.afterQueryError(IndexerQueryContext context) |
void |
MarketplaceSessionInitializationListener.beforeQuery(IndexerQueryContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexerQueryContextFactory<T extends IndexerQueryContext>
Implementations of this interface are responsible for creating and destroying instances of
IndexerQueryContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerQueryListener.afterQuery(IndexerQueryContext queryContext)
Handles a notification that an indexer query has just completed.
|
void |
IndexerQueryListener.afterQueryError(IndexerQueryContext queryContext)
Handles a notification that an indexer query failed (this may also be due to listeners failing).
|
void |
IndexerQueryListener.beforeQuery(IndexerQueryContext queryContext)
Handles a notification that an indexer query is about to begin execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIndexerQueryContext
Default implementation of
IndexerQueryContext. |
| Modifier and Type | Method and Description |
|---|---|
IndexerQueryContextFactory<IndexerQueryContext> |
DefaultIndexerQueriesExecutor.getIndexerQueryContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIndexerQueriesExecutor.setIndexerQueryContextFactory(IndexerQueryContextFactory<IndexerQueryContext> indexerQueryContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionInitializationListener.afterQuery(IndexerQueryContext queryContext) |
void |
SessionInitializationListener.afterQueryError(IndexerQueryContext queryContext) |
void |
SessionInitializationListener.beforeQuery(IndexerQueryContext queryContext) |
Copyright © 2018 SAP SE. All Rights Reserved.