Uses of Interface
com.hybris.cockpitng.core.config.impl.cache.ContextAttributeComparator
-
Packages that use ContextAttributeComparator Package Description com.hybris.cockpitng.core.config.impl.cache -
-
Uses of ContextAttributeComparator in com.hybris.cockpitng.core.config.impl.cache
Methods in com.hybris.cockpitng.core.config.impl.cache with parameters of type ContextAttributeComparator Modifier and Type Method Description ContextQueryConfigurationCache. createContextQuery(Config config, ContextAttributeComparator comparator)Initialises search for context basing on their attributesContextQueryDefaultConfigurationCache. createContextQuery(Config config, ContextAttributeComparator comparator)protected java.util.Collection<DefaultConfigurationCache.CachedContextImpl>DefaultConfigurationCache. getContextsForAttribute(java.util.Collection<? extends Context> rootContexts, java.lang.String name, java.lang.String value, ContextAttributeComparator comparator)protected java.util.stream.Stream<Context>DefaultConfigurationCache. getMatchingContexts(java.util.Collection<? extends Context> contexts, java.util.stream.Stream<org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.String>> attributes, ContextAttributeComparator comparator)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)Constructors in com.hybris.cockpitng.core.config.impl.cache with parameters of type ContextAttributeComparator Constructor Description DefaultConfigurationSearchFilter(ContextAttributeComparator comparator)DefaultContextQuery(DefaultConfigurationCache cache, Config config, ContextAttributeComparator comparator)
-