Uses of Class
com.hybris.cockpitng.core.config.impl.model.ContextSearchRequest
-
Packages that use ContextSearchRequest Package Description com.hybris.cockpitng.core.config.impl com.hybris.cockpitng.core.config.impl.cache com.hybris.cockpitng.core.config.impl.model -
-
Uses of ContextSearchRequest in com.hybris.cockpitng.core.config.impl
Methods in com.hybris.cockpitng.core.config.impl that return ContextSearchRequest Modifier and Type Method Description protected ContextSearchRequestDefaultCockpitConfigurationService. createSearchRequest(Config configStack, java.util.Map<java.lang.String,java.util.List<java.lang.String>> attributesNeedle)Methods in com.hybris.cockpitng.core.config.impl with parameters of type ContextSearchRequest Modifier and Type Method Description protected ContextSearchTermsDefaultCockpitConfigurationService. createContextSearchTerms(java.util.Map<java.lang.String,java.util.List<java.lang.String>> resetState, java.util.Map<java.lang.String,java.lang.Integer> resetRelevance, ContextSearchRequest request)protected ContextSearchNodeRelevanceDefaultCockpitConfigurationService. createHighestRelevance(ContextSearchRequest request)protected ContextSearchRestrictionDefaultCockpitConfigurationService. createParentRestriction(ContextSearchRequest request, java.util.Set<java.lang.String> attributes)protected ContextSearchProgressDefaultCockpitConfigurationService. createSearchProgress(ContextSearchRequest request)protected ContextSearchTermsDefaultCockpitConfigurationService. createSearchTerms(ContextSearchNodeRelevance relevance, ContextSearchRequest request)protected ContextSearchTermsDefaultCockpitConfigurationService. createUpdatedSearchTerms(ContextSearchTerms terms, ContextSearchNodeRelevance relevance, ContextSearchRequest updatedRequest)ContextSearchProgressDefaultCockpitConfigurationService. findContext(Config root, ContextSearchRequest request)Searches for contexts that matches provided attributes list.protected java.util.List<java.lang.String>DefaultCockpitConfigurationService. getRelevanceZones(ContextSearchRequest request)protected voidDefaultCockpitConfigurationService. logContextSearchProgress(ContextSearchRequest request, ContextSearchProgress progress)protected voidDefaultCockpitConfigurationService. logContextSearchResults(ContextSearchRequest request, ContextSearchProgress progress) -
Uses of ContextSearchRequest in com.hybris.cockpitng.core.config.impl.cache
Methods in com.hybris.cockpitng.core.config.impl.cache with parameters of type ContextSearchRequest Modifier and Type Method Description protected java.util.stream.Stream<org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.String>>DefaultConfigurationCache. extractConstantValues(ContextSearchRequest request, java.util.Set<java.lang.String> constants)ConfigurationSearchFilterConfigurationCache. prepareSearchFilter(ContextSearchRequest request, java.util.Set<java.lang.String> constants, ContextAttributeComparator comparator)Prepares an object that is able to decide which queries should not be evaluated.ConfigurationSearchFilterDefaultConfigurationCache. prepareSearchFilter(ContextSearchRequest request, java.util.Set<java.lang.String> constants, ContextAttributeComparator comparator) -
Uses of ContextSearchRequest in com.hybris.cockpitng.core.config.impl.model
Methods in com.hybris.cockpitng.core.config.impl.model that return ContextSearchRequest Modifier and Type Method Description ContextSearchRequestContextSearchRequest. createAlternative(java.util.Map<java.lang.String,java.util.List<java.lang.String>> newNeedle)Creates new request on basis of this one with other attributes needle.ContextSearchRequestContextSearchRequest. createAlternative(java.util.Map<java.lang.String,java.util.List<java.lang.String>> newNeedle, ContextSearchRestriction restriction)Creates new request on basis of this one with other attributes needle.Methods in com.hybris.cockpitng.core.config.impl.model with parameters of type ContextSearchRequest Modifier and Type Method Description java.util.Iterator<ContextSearchNode>ContextSearchProgress. expand(ContextSearchRequest request, ContextSearchTerms terms, NodeRelevance relevance)Expands current node with provided search needle.Constructors in com.hybris.cockpitng.core.config.impl.model with parameters of type ContextSearchRequest Constructor Description NodeIterator(ContextSearchRequest request, ContextSearchTerms terms, NodeRelevance relevance)
-