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_ValuesEntryS_ItemEntry. item(ItemPath path)S_ValuesEntryS_ItemEntry. item(ItemPath path, ItemDefinition itemDefinition)S_ValuesEntryS_ItemEntry. item(Object... namesOrIds)S_ValuesEntryS_ItemEntry. item(QName... names)S_ValuesEntryS_ValuesEntry. old(PrismValue... values)S_ValuesEntryS_ValuesEntry. old(Object... realValues)S_ValuesEntryS_ValuesEntry. old(Collection<? extends PrismValue> values)<T> S_ValuesEntryS_ValuesEntry. oldRealValue(T realValue)S_ValuesEntryS_ValuesEntry. oldRealValues(Collection<?> realValues)S_ValuesEntryS_ItemEntry. property(ItemPath path)<T> S_ValuesEntryS_ItemEntry. property(ItemPath path, PrismPropertyDefinition<T> itemDefinition)S_ValuesEntryS_ItemEntry. property(Object... namesOrIds)S_ValuesEntryS_ItemEntry. property(QName... names)Can be used with dynamic paths.
-