Uses of Interface
com.evolveum.midpoint.prism.delta.builder.S_ValuesEntry
-
Packages that use S_ValuesEntry Package Description com.evolveum.midpoint.prism.delta.builder -
-
Uses of S_ValuesEntry in com.evolveum.midpoint.prism.delta.builder
Methods in com.evolveum.midpoint.prism.delta.builder that return S_ValuesEntry Modifier and Type Method Description S_ValuesEntry
S_ItemEntry. item(ItemPath path)
S_ValuesEntry
S_ItemEntry. item(ItemPath path, ItemDefinition itemDefinition)
S_ValuesEntry
S_ItemEntry. item(Object... namesOrIds)
S_ValuesEntry
S_ItemEntry. item(QName... names)
S_ValuesEntry
S_ValuesEntry. old(PrismValue... values)
S_ValuesEntry
S_ValuesEntry. old(Object... realValues)
S_ValuesEntry
S_ValuesEntry. old(Collection<? extends PrismValue> values)
<T> S_ValuesEntry
S_ValuesEntry. oldRealValue(T realValue)
S_ValuesEntry
S_ValuesEntry. oldRealValues(Collection<?> realValues)
S_ValuesEntry
S_ItemEntry. property(ItemPath path)
<T> S_ValuesEntry
S_ItemEntry. property(ItemPath path, PrismPropertyDefinition<T> itemDefinition)
S_ValuesEntry
S_ItemEntry. property(Object... namesOrIds)
S_ValuesEntry
S_ItemEntry. property(QName... names)
Can be used with dynamic paths.
-