Class DefaultSnIndexerBatchRequest
- java.lang.Object
-
- de.hybris.platform.searchservices.core.service.impl.AbstractSnRequest
-
- de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerRequest
-
- de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerBatchRequest
-
- All Implemented Interfaces:
SnRequest,SnIndexerBatchRequest,SnIndexerRequest
public class DefaultSnIndexerBatchRequest extends DefaultSnIndexerRequest implements SnIndexerBatchRequest
Default implementation forSnIndexerBatchRequest.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexerBatchRequest(java.lang.String indexTypeId, java.lang.String indexId, SnIndexerOperationType indexerOperationType, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, java.lang.String indexerOperationId, java.lang.String indexerBatchId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIndexerBatchId()Returns the indexer batch id.java.lang.StringgetIndexerOperationId()Returns the indexer operation type.java.lang.StringgetIndexId()Returns the index id.-
Methods inherited from class de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerRequest
getIndexerItemSourceOperations, getIndexerOperationType
-
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.indexer.service.SnIndexerRequest
getIndexerItemSourceOperations, getIndexerOperationType
-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnRequest
getIndexTypeId
-
-
-
-
Constructor Detail
-
DefaultSnIndexerBatchRequest
public DefaultSnIndexerBatchRequest(java.lang.String indexTypeId, java.lang.String indexId, SnIndexerOperationType indexerOperationType, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, java.lang.String indexerOperationId, java.lang.String indexerBatchId)
-
-
Method Detail
-
getIndexId
public java.lang.String getIndexId()
Description copied from interface:SnIndexerBatchRequestReturns the index id.- Specified by:
getIndexIdin interfaceSnIndexerBatchRequest- Returns:
- the index id
-
getIndexerOperationId
public java.lang.String getIndexerOperationId()
Description copied from interface:SnIndexerBatchRequestReturns the indexer operation type.- Specified by:
getIndexerOperationIdin interfaceSnIndexerBatchRequest- Returns:
- the indexer operation type
-
getIndexerBatchId
public java.lang.String getIndexerBatchId()
Description copied from interface:SnIndexerBatchRequestReturns the indexer batch id.- Specified by:
getIndexerBatchIdin interfaceSnIndexerBatchRequest- Returns:
- the indexer batch id
-
-