Interface S_MaybeDelete
- All Superinterfaces:
S_ItemEntry
- All Known Implementing Classes:
DeltaBuilder
Using DELETE after ADD in fluent builder goes against the actual semantics that first
executes DELETE and then ADD - use the correct order to avoid deprecated methods.
-
Method Summary
Modifier and TypeMethodDescriptiondelete
(PrismValue... values) Deprecated.Deprecated.delete
(Collection<? extends PrismValue> values) Deprecated.deleteRealValues
(Collection<?> realValues) Deprecated.Methods inherited from interface com.evolveum.midpoint.prism.delta.builder.S_ItemEntry
asItemDelta, asItemDeltas, asObjectDelta, asObjectDeltaCast, asObjectDeltas, item, item, item, item, oldObject, optimizing, property, property, property, property
-
Method Details
-
delete
Deprecated. -
delete
Deprecated. -
deleteRealValues
Deprecated. -
delete
Deprecated.
-