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
Methods in com.evolveum.midpoint.prism that return MatchingRuleRegistryModifier and TypeMethodDescription@NotNull MatchingRuleRegistryPrismContext.getMatchingRuleRegistry() -
Uses of MatchingRuleRegistry in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with parameters of type MatchingRuleRegistryModifier and TypeMethodDescriptionbooleanObjectFilter.match(PrismContainerValue<?> value, MatchingRuleRegistry matchingRuleRegistry) static booleanObjectQuery.match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) static <T extends Objectable>
booleanObjectQuery.match(PrismObject<T> object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) booleanValueFilter.match(PrismContainerValue<?> cvalue, MatchingRuleRegistry matchingRuleRegistry) -
Uses of MatchingRuleRegistry in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return MatchingRuleRegistryModifier and TypeMethodDescription@NotNull MatchingRuleRegistrySchemaService.matchingRuleRegistry()Methods in com.evolveum.midpoint.schema with parameters of type MatchingRuleRegistryModifier and TypeMethodDescriptionstatic voidSchemaService.init(@NotNull PrismContext prismContext, @NotNull RelationRegistry relationRegistry, @NotNull MatchingRuleRegistry matchingRuleRegistry, @NotNull NormalizerRegistry normalizerRegistry) -
Uses of MatchingRuleRegistry in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return MatchingRuleRegistry