Interface SnIndexerContext
- All Superinterfaces:
SnContext,SnIndexContext
- All Known Subinterfaces:
SnIndexerBatchContext
- All Known Implementing Classes:
DefaultSnIndexerBatchContext,DefaultSnIndexerContext
Represents an indexer context.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the indexer item source operations.Returns the indexer operation id.Returns the indexer operation type.Returns the indexer request.Returns the indexer response.voidsetIndexerOperationId(String indexerOperationId) Sets the indexer operation id.voidsetIndexerResponse(SnIndexerResponse indexerResponse) Sets the indexer response.Methods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiersMethods inherited from interface de.hybris.platform.searchservices.index.service.SnIndexContext
getIndexId, setIndexId
-
Method Details
-
getIndexerRequest
SnIndexerRequest getIndexerRequest()Returns the indexer request.- Returns:
- the indexer request
-
getIndexerResponse
SnIndexerResponse getIndexerResponse()Returns the indexer response.- Returns:
- the indexer response
-
setIndexerResponse
Sets the indexer response.- Parameters:
indexerResponse- - the indexer response
-
getIndexerOperationType
SnIndexerOperationType getIndexerOperationType()Returns the indexer operation type.- Returns:
- the indexer operation type
-
getIndexerItemSourceOperations
List<SnIndexerItemSourceOperation> getIndexerItemSourceOperations()Returns the indexer item source operations.- Returns:
- the indexer item source operations
-
getIndexerOperationId
String getIndexerOperationId()Returns the indexer operation id.- Returns:
- the indexer operation id
-
setIndexerOperationId
Sets the indexer operation id.- Parameters:
indexerOperationId- - the indexer operation id
-