Uses of Interface
com.hybris.cockpitng.core.config.impl.cache.ContextQuery
-
Packages that use ContextQuery Package Description com.hybris.cockpitng.core.config.impl.cache -
-
Uses of ContextQuery in com.hybris.cockpitng.core.config.impl.cache
Classes in com.hybris.cockpitng.core.config.impl.cache that implement ContextQuery Modifier and Type Class Description classDefaultContextQueryMethods in com.hybris.cockpitng.core.config.impl.cache that return ContextQuery Modifier and Type Method Description ContextQueryConfigurationCache. createContextQuery(Config config, ContextAttributeComparator comparator)Initialises search for context basing on their attributesContextQueryDefaultConfigurationCache. createContextQuery(Config config, ContextAttributeComparator comparator)ContextQueryContextQuery. matchesAny(java.lang.String name, java.util.Collection<java.lang.String> values)Extends query by adding filter for specified attribute.ContextQueryDefaultContextQuery. matchesAny(java.lang.String name, java.util.Collection<java.lang.String> values)ContextQueryContextQuery. notEmpty()Extends query by adding filter for context configuration.ContextQueryDefaultContextQuery. notEmpty()
-