Uses of Class
com.evolveum.midpoint.schema.selector.eval.MatchingContext

Packages that use MatchingContext
Package
Description
Provides all the necessary support for evaluating selectors and their clauses, i.e. for calling methods: - ValueSelector.matches(PrismValue, MatchingContext) - ValueSelector.toFilter(FilteringContext) I.e., contains the evaluation context objects and all their components.
Defines value selectors and their clauses.