Uses of Enum Class
de.hybris.platform.searchprovidercssearchservices.task.data.TaskStatusDTO
Packages that use TaskStatusDTO
Package
Description
-
Uses of TaskStatusDTO in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type TaskStatusDTOModifier and TypeMethodDescriptionprotected TaskDTOCSSearchSnSearchProvider.waitForTaskStatusOrElseThrow(CSSearchClient client, String taskId, TaskStatusDTO pendingStatus, TaskStatusDTO expectedStatus, String errorMessage, RetryConfiguration retryConfiguration) -
Uses of TaskStatusDTO in de.hybris.platform.searchprovidercssearchservices.task.data
Methods in de.hybris.platform.searchprovidercssearchservices.task.data that return TaskStatusDTOModifier and TypeMethodDescriptionTaskDTO.getStatus()static TaskStatusDTOReturns the enum constant of this class with the specified name.static TaskStatusDTO[]TaskStatusDTO.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.searchprovidercssearchservices.task.data with parameters of type TaskStatusDTO