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.eval
Subclasses of SelectorProcessingContext in com.evolveum.midpoint.schema.selector.evalModifier and TypeClassDescriptionclass
Keeps everything needed to produce a filter from given selector and clause.class
Context for matching a value against a selector or clause.Methods in com.evolveum.midpoint.schema.selector.eval with parameters of type SelectorProcessingContextModifier and TypeMethodDescriptionboolean
ClauseApplicabilityPredicate.test
(@NotNull SelectorClause clause, @NotNull SelectorProcessingContext ctx)