Interface SnIndexerContext

All Superinterfaces:
SnContext, SnIndexContext
All Known Subinterfaces:
SnIndexerBatchContext
All Known Implementing Classes:
DefaultSnIndexerBatchContext, DefaultSnIndexerContext

public interface SnIndexerContext extends SnIndexContext
Represents an indexer context.
  • 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

      void setIndexerResponse(SnIndexerResponse indexerResponse)
      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

      void setIndexerOperationId(String indexerOperationId)
      Sets the indexer operation id.
      Parameters:
      indexerOperationId - - the indexer operation id