Uses of Class
de.hybris.platform.searchprovidercssearchservices.indexer.data.IndexerOperationDTO
Packages that use IndexerOperationDTO
Package
Description
-
Uses of IndexerOperationDTO in de.hybris.platform.searchprovidercssearchservices.spi.service
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service that return types with arguments of type IndexerOperationDTOModifier and TypeMethodDescriptionrx.Observable<com.hybris.charon.RawResponse<IndexerOperationDTO>>CSSearchClient.createIndexerOperation(IndexerOperationDTO indexerOperation) rx.Observable<com.hybris.charon.RawResponse<IndexerOperationDTO>>CSSearchClient.getIndexerOperation(String indexerOperationId) rx.Observable<com.hybris.charon.RawResponse<IndexerOperationDTO>>CSSearchClient.patchIndexerOperation(String indexerOperationId, Map<String, Object> mergePatch) Methods in de.hybris.platform.searchprovidercssearchservices.spi.service with parameters of type IndexerOperationDTOModifier and TypeMethodDescriptionrx.Observable<com.hybris.charon.RawResponse<IndexerOperationDTO>>CSSearchClient.createIndexerOperation(IndexerOperationDTO indexerOperation) -
Uses of IndexerOperationDTO in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl that return IndexerOperationDTOModifier and TypeMethodDescriptionprotected IndexerOperationDTOCSSearchSnSearchProvider.waitForIndexerOperationStatusOrElseThrow(CSSearchClient client, String indexerOperationId, IndexerOperationStatusDTO pendingStatus, IndexerOperationStatusDTO expectedStatus, String errorMessage) Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type IndexerOperationDTOModifier and TypeMethodDescriptionprotected SnIndexerOperationCSSearchSnSearchProvider.convertIndexerOperation(IndexerOperationDTO source)