Uses of Interface
com.evolveum.midpoint.prism.match.MatchingRuleRegistry
-
Packages that use MatchingRuleRegistry Package Description com.evolveum.midpoint.gui.api.page Package that contains base page classes.com.evolveum.midpoint.prism.query com.evolveum.midpoint.schema com.evolveum.midpoint.web.security -
-
Uses of MatchingRuleRegistry in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return MatchingRuleRegistry Modifier and Type Method Description MatchingRuleRegistry
PageAdminLTE. getMatchingRuleRegistry()
-
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 boolean
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 MatchingRuleRegistry Modifier and Type Method Description MatchingRuleRegistry
SchemaService. matchingRuleRegistry()
Methods in com.evolveum.midpoint.schema with parameters of type MatchingRuleRegistry Modifier and Type Method Description static 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 Modifier and Type Method Description MatchingRuleRegistry
MidPointApplication. getMatchingRuleRegistry()
-