Class DefaultSnIndexerRequest
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.AbstractSnRequest
de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerRequest
- All Implemented Interfaces:
SnRequest,SnIndexerRequest
- Direct Known Subclasses:
DefaultSnIndexerBatchRequest
Default implementation for
SnSuggestRequest.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSnIndexerRequest(String indexTypeId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations) DefaultSnIndexerRequest(String indexTypeId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, SnProgressTracker progressTracker) -
Method Summary
Modifier and TypeMethodDescriptionReturns the indexer item source operations.Returns the indexer operation type.Returns the progress tracker.Methods inherited from class de.hybris.platform.searchservices.core.service.impl.AbstractSnRequest
getIndexTypeIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.searchservices.core.service.SnRequest
getIndexTypeId
-
Constructor Details
-
DefaultSnIndexerRequest
public DefaultSnIndexerRequest(String indexTypeId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations) -
DefaultSnIndexerRequest
public DefaultSnIndexerRequest(String indexTypeId, SnIndexerOperationType indexerOperationType, List<SnIndexerItemSourceOperation> indexerItemSourceOperations, SnProgressTracker progressTracker)
-
-
Method Details
-
getIndexerOperationType
Description copied from interface:SnIndexerRequestReturns the indexer operation type.- Specified by:
getIndexerOperationTypein interfaceSnIndexerRequest- Returns:
- the indexer operation type
-
getIndexerItemSourceOperations
Description copied from interface:SnIndexerRequestReturns the indexer item source operations.- Specified by:
getIndexerItemSourceOperationsin interfaceSnIndexerRequest- Returns:
- the indexer item source operations
-
getProgressTracker
Description copied from interface:SnIndexerRequestReturns the progress tracker.- Specified by:
getProgressTrackerin interfaceSnIndexerRequest- Returns:
- the progress tracker
-