Package com.evolveum.midpoint.schema.selector.eval


package com.evolveum.midpoint.schema.selector.eval
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. There is quite a number of them, as the evaluation may be complex for e.g. subjected selector clauses.