Uses of Interface
com.evolveum.midpoint.prism.match.MatchingRuleRegistry
Packages that use MatchingRuleRegistry
Package
Description
Package that contains base page classes.
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return MatchingRuleRegistry -
Uses of MatchingRuleRegistry in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with parameters of type MatchingRuleRegistryModifier and TypeMethodDescriptionboolean
ObjectFilter.match
(PrismContainerValue<?> value, MatchingRuleRegistry matchingRuleRegistry) static boolean
ObjectQuery.match
(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) static <T extends Objectable>
booleanObjectQuery.match
(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) boolean
ValueFilter.match
(PrismContainerValue<?> cvalue, MatchingRuleRegistry matchingRuleRegistry) -
Uses of MatchingRuleRegistry in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return MatchingRuleRegistryMethods in com.evolveum.midpoint.schema with parameters of type MatchingRuleRegistryModifier and TypeMethodDescriptionstatic void
SchemaService.init
(PrismContext prismContext, RelationRegistry relationRegistry, MatchingRuleRegistry matchingRuleRegistry) -
Uses of MatchingRuleRegistry in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return MatchingRuleRegistry