Uses of Interface
com.evolveum.midpoint.prism.ValueSelector
-
Packages that use ValueSelector Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.impl.metadata com.evolveum.midpoint.schema.util -
-
Uses of ValueSelector in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return ValueSelector Modifier and Type Method Description static <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 <T> ValueSelector<PrismPropertyValue<T>>
ValueSelector. valueEquals(T expectedValue)
Methods in com.evolveum.midpoint.prism with parameters of type ValueSelector Modifier and Type Method Description default 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.prism.impl.metadata
Methods in com.evolveum.midpoint.prism.impl.metadata with parameters of type ValueSelector Modifier and Type Method Description PrismContainerValue<Containerable>
ValueMetadataAdapter. getAnyValue(@NotNull ValueSelector<PrismContainerValue<Containerable>> selector)
-
Uses of ValueSelector in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ValueSelector Modifier and Type Method Description static ValueSelector<PrismContainerValue<ValueMetadataType>>
ProvenanceMetadataUtil. originSelector(String oid)
-