Uses of Interface
com.evolveum.midpoint.prism.delta.builder.S_MaybeAdd
Packages that use S_MaybeAdd
Package
Description
-
Uses of S_MaybeAdd in com.evolveum.midpoint.prism.delta.builder
Methods in com.evolveum.midpoint.prism.delta.builder that return S_MaybeAddModifier and TypeMethodDescriptionS_ValuesEntry.delete(PrismValue... values) S_ValuesEntry.delete(Collection<? extends PrismValue> values) S_ValuesEntry.deleteRealValues(Collection<?> realValues) -
Uses of S_MaybeAdd in com.evolveum.midpoint.prism.impl.delta.builder
Classes in com.evolveum.midpoint.prism.impl.delta.builder that implement S_MaybeAddModifier 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_MaybeAddModifier and TypeMethodDescriptionDeltaBuilder.delete(PrismValue... values) DeltaBuilder.delete(Collection<? extends PrismValue> values) DeltaBuilder.deleteRealValues(Collection<?> realValues)