Uses of Class
com.evolveum.midpoint.schema.selector.eval.SelectorProcessingContext
Packages that use SelectorProcessingContext
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.- 
Uses of SelectorProcessingContext in com.evolveum.midpoint.schema.selector.evalSubclasses of SelectorProcessingContext in com.evolveum.midpoint.schema.selector.evalModifier and TypeClassDescriptionclassKeeps everything needed to produce a filter from given selector and clause.classContext for matching a value against a selector or clause.Methods in com.evolveum.midpoint.schema.selector.eval with parameters of type SelectorProcessingContextModifier and TypeMethodDescriptionbooleanClauseApplicabilityPredicate.test(@NotNull SelectorClause clause, @NotNull SelectorProcessingContext ctx)