Uses of Interface
com.evolveum.midpoint.prism.delta.builder.S_ValuesEntry
Packages that use S_ValuesEntry
Package
Description
-
Uses of S_ValuesEntry in com.evolveum.midpoint.prism.delta.builder
Methods in com.evolveum.midpoint.prism.delta.builder that return S_ValuesEntryModifier and TypeMethodDescriptionAdd new item delta.S_ItemEntry.item(ItemPath path, ItemDefinition itemDefinition) Add new item delta.Add new item delta.Add new item delta.S_ValuesEntry.old(PrismValue... values) S_ValuesEntry.old(Collection<? extends PrismValue> values) <T> S_ValuesEntryS_ValuesEntry.oldRealValue(T realValue) S_ValuesEntry.oldRealValues(Collection<?> realValues) Add new property delta.<T> S_ValuesEntryS_ItemEntry.property(ItemPath path, PrismPropertyDefinition<T> itemDefinition) Add new property delta.Add new property delta.Add new property delta. -
Uses of S_ValuesEntry in com.evolveum.midpoint.prism.impl.delta.builder
Classes in com.evolveum.midpoint.prism.impl.delta.builder that implement S_ValuesEntryModifier and TypeClassDescriptionclassDeltaBuilder<C extends Containerable>Grammar ---- ObjectDelta ::= (ItemDelta)* ( 'OBJECT-DELTA(oid)' | 'ITEM-DELTA' | 'ITEM-DELTAS' ) ItemDelta ::= 'ITEM(...)' ( ( 'ADD-VALUES(...)'Methods in com.evolveum.midpoint.prism.impl.delta.builder that return S_ValuesEntryModifier and TypeMethodDescriptionDeltaBuilder.item(ItemPath path, ItemDefinition definition) DeltaBuilder.old(PrismValue... values) DeltaBuilder.old(Collection<? extends PrismValue> values) <T> S_ValuesEntryDeltaBuilder.oldRealValue(T realValue) DeltaBuilder.oldRealValues(Collection<?> realValues) <T> S_ValuesEntryDeltaBuilder.property(ItemPath path, PrismPropertyDefinition<T> definition)