Uses of Interface
com.evolveum.midpoint.prism.ValueSelector
-
Uses of ValueSelector in com.evolveum.midpoint.prism
Modifier 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) Modifier and TypeMethodDescriptiondefault V
Item.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