Uses of Interface
com.evolveum.midpoint.prism.match.MatchingRuleRegistry
-
Packages that use MatchingRuleRegistry Package Description com.evolveum.midpoint.common com.evolveum.midpoint.prism.query com.evolveum.midpoint.schema -
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with parameters of type MatchingRuleRegistry Modifier and Type Method Description booleanResourceObjectPattern. matches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)static booleanResourceObjectPattern. matches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry) -
Uses of MatchingRuleRegistry in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with parameters of type MatchingRuleRegistry Modifier and Type Method Description booleanObjectFilter. 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 MatchingRuleRegistry Modifier and Type Method Description MatchingRuleRegistrySchemaService. matchingRuleRegistry()
-