Uses of Class
de.hybris.platform.solrfacetsearch.indexer.IndexerQueryContext.Status
-
Packages that use IndexerQueryContext.Status Package Description de.hybris.platform.solrfacetsearch.indexer de.hybris.platform.solrfacetsearch.indexer.impl -
-
Uses of IndexerQueryContext.Status in de.hybris.platform.solrfacetsearch.indexer
Methods in de.hybris.platform.solrfacetsearch.indexer that return IndexerQueryContext.Status Modifier and Type Method Description IndexerQueryContext.StatusIndexerQueryContext. getStatus()Returns the current status of the query contextstatic IndexerQueryContext.StatusIndexerQueryContext.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexerQueryContext.Status[]IndexerQueryContext.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexerQueryContext.Status in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return IndexerQueryContext.Status Modifier and Type Method Description IndexerQueryContext.StatusDefaultIndexerQueryContext. getStatus()Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type IndexerQueryContext.Status Modifier and Type Method Description voidDefaultIndexerQueryContext. setStatus(IndexerQueryContext.Status status)
-