Uses of Interface
com.evolveum.midpoint.prism.ValueSelector
Packages that use ValueSelector
-
Uses of ValueSelector in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ValueSelectorModifier and TypeMethodDescriptionstatic <C extends Containerable>
ValueSelector<PrismContainerValue<C>>ValueSelector.itemEquals(ItemName itemName, Object expectedValue) Matches PrismContainerValue if it has single-valued sub-item named "itemName" with the value of "expectedValue" (or if the sub-item is not present and expectedValue is null).static <T> ValueSelector<PrismPropertyValue<T>>ValueSelector.origEquals(T expectedValue) static ValueSelector<PrismReferenceValue>static ValueSelector<PrismReferenceValue>static <T> ValueSelector<PrismPropertyValue<T>>ValueSelector.valueEquals(T expectedValue) Methods in com.evolveum.midpoint.prism with parameters of type ValueSelectorModifier and TypeMethodDescriptiondefault VItem.getAnyValue(@NotNull ValueSelector<V> selector) Returns a value matching given selector (or null if none exists). -
Uses of ValueSelector in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ValueSelector