Uses of Class
com.evolveum.midpoint.schema.selector.spec.ValueSelector
Packages that use ValueSelector
Package
Description
Provides all the necessary support for evaluating selectors and their clauses, i.e. for calling methods:
-
matches(PrismValue, MatchingContext)
- toFilter(FilteringContext)
I.e., contains the evaluation context objects and all their components.Defines value selectors and their clauses.
-
Uses of ValueSelector in com.evolveum.midpoint.schema.selector.eval
Methods in com.evolveum.midpoint.schema.selector.eval with parameters of type ValueSelectorModifier and TypeMethodDescriptionvoidFilteringContext.traceFilterProcessingEnd(ValueSelector selector, boolean matched) voidFilteringContext.traceFilterProcessingStart(@NotNull ValueSelector selector) voidSelectorProcessingContext.traceMatchingEnd(ValueSelector selector, @NotNull PrismValue value, boolean match) voidSelectorProcessingContext.traceMatchingStart(ValueSelector selector, @NotNull PrismValue value) -
Uses of ValueSelector in com.evolveum.midpoint.schema.selector.spec
Methods in com.evolveum.midpoint.schema.selector.spec that return ValueSelectorModifier and TypeMethodDescriptionstatic @NotNull ValueSelectorValueSelector.empty()Covers all values.static ValueSelector@NotNull ValueSelectorParentClause.getParentSelector()static ValueSelectorValueSelector.of(@NotNull TypeClause typeClause, @NotNull ParentClause parentClause) static ValueSelectorValueSelector.of(SelectorClause... clauses) static @NotNull ValueSelectorValueSelector.parse(@NotNull ObjectSelectorType bean) The bean is frozen during the parsing process.ValueSelector.sameWithType(@NotNull QName newType) Returns a selector that is the same as this one, except that the type is as specified.ValueSelector.withParentRemoved()Returns a selector that is the same as this one (or even this one), except that it has no parent clause.Methods in com.evolveum.midpoint.schema.selector.spec with parameters of type ValueSelectorModifier and TypeMethodDescriptionstatic ParentClauseParentClause.of(@NotNull ValueSelector parent, @NotNull ItemPath path)