Uses of Enum Class
de.hybris.platform.searchprovidercssearchservices.admin.data.IndexStatusDTO
Packages that use IndexStatusDTO
Package
Description
-
Uses of IndexStatusDTO in de.hybris.platform.searchprovidercssearchservices.admin.data
Methods in de.hybris.platform.searchprovidercssearchservices.admin.data that return IndexStatusDTOModifier and TypeMethodDescriptionIndexDTO.getStatus()static IndexStatusDTOReturns the enum constant of this class with the specified name.static IndexStatusDTO[]IndexStatusDTO.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.searchprovidercssearchservices.admin.data with parameters of type IndexStatusDTO -
Uses of IndexStatusDTO in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type IndexStatusDTOModifier and TypeMethodDescriptionprotected IndexDTOCSSearchSnSearchProvider.waitForIndexStatusOrElseThrow(CSSearchClient client, String indexId, IndexStatusDTO pendingStatus, IndexStatusDTO expectedStatus, String errorMessage)