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
public class DefaultSnIndexerRequest extends AbstractSnRequest implements SnIndexerRequest
Default implementation forSnSuggestRequest.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexerRequest(java.lang.String indexTypeId, SnIndexerOperationType indexerOperationType, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations)DefaultSnIndexerRequest(java.lang.String indexTypeId, SnIndexerOperationType indexerOperationType, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, SnProgressTracker progressTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SnIndexerItemSourceOperation>getIndexerItemSourceOperations()Returns the indexer item source operations.SnIndexerOperationTypegetIndexerOperationType()Returns the indexer operation type.SnProgressTrackergetProgressTracker()Returns the progress tracker.-
Methods inherited from class de.hybris.platform.searchservices.core.service.impl.AbstractSnRequest
getIndexTypeId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnRequest
getIndexTypeId
-
-
-
-
Constructor Detail
-
DefaultSnIndexerRequest
public DefaultSnIndexerRequest(java.lang.String indexTypeId, SnIndexerOperationType indexerOperationType, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations)
-
DefaultSnIndexerRequest
public DefaultSnIndexerRequest(java.lang.String indexTypeId, SnIndexerOperationType indexerOperationType, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, SnProgressTracker progressTracker)
-
-
Method Detail
-
getIndexerOperationType
public SnIndexerOperationType getIndexerOperationType()
Description copied from interface:SnIndexerRequestReturns the indexer operation type.- Specified by:
getIndexerOperationTypein interfaceSnIndexerRequest- Returns:
- the indexer operation type
-
getIndexerItemSourceOperations
public java.util.List<SnIndexerItemSourceOperation> getIndexerItemSourceOperations()
Description copied from interface:SnIndexerRequestReturns the indexer item source operations.- Specified by:
getIndexerItemSourceOperationsin interfaceSnIndexerRequest- Returns:
- the indexer item source operations
-
getProgressTracker
public SnProgressTracker getProgressTracker()
Description copied from interface:SnIndexerRequestReturns the progress tracker.- Specified by:
getProgressTrackerin interfaceSnIndexerRequest- Returns:
- the progress tracker
-
-