Interface SnIndexerRequest
- All Superinterfaces:
SnRequest
- All Known Subinterfaces:
SnIndexerBatchRequest
- All Known Implementing Classes:
DefaultSnIndexerBatchRequest,DefaultSnIndexerRequest
Represents an indexer request.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the indexer item source operations.Returns the indexer operation type.Returns the progress tracker.Methods inherited from interface de.hybris.platform.searchservices.core.service.SnRequest
getIndexTypeId
-
Method Details
-
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
-
getProgressTracker
SnProgressTracker getProgressTracker()Returns the progress tracker.- Returns:
- the progress tracker
-