Uses of Class
de.hybris.platform.searchservices.indexer.data.SnIndexerOperation
Packages that use SnIndexerOperation
Package
Description
-
Uses of SnIndexerOperation in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return SnIndexerOperationModifier and TypeMethodDescriptionprotected SnIndexerOperationCSSearchSnSearchProvider.convertIndexerOperation(IndexerOperationDTO source) CSSearchSnSearchProvider.createIndexerOperation(SnContext context, SnIndexerOperationType indexerOperationType, int totalItems) CSSearchSnSearchProvider.updateIndexerOperationStatus(SnContext context, String indexerOperationId, SnIndexerOperationStatus status, String errorMessage) -
Uses of SnIndexerOperation in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service that return SnIndexerOperationModifier and TypeMethodDescriptionSnSearchProvider.createIndexerOperation(SnContext context, SnIndexerOperationType indexerOperationType, int totalItems) Creates a new indexer operation.SnSearchProvider.updateIndexerOperationStatus(SnContext context, String indexerOperationId, SnIndexerOperationStatus status, String errorMessage) Deprecated, for removal: This API element is subject to removal in a future version.
SnSearchProvider.completeIndexerOperation(SnContext, String),SnSearchProvider.abortIndexerOperation(SnContext, String, String)andSnSearchProvider.failIndexerOperation(SnContext, String, String).