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 SummaryModifier 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_ItemEntryasItemDelta, asItemDeltas, asObjectDelta, asObjectDeltaCast, asObjectDeltas, item, item, item, item, oldObject, optimizing, property, property, property, property
- 
Method Details- 
deleteDeprecated.
- 
deleteDeprecated.
- 
deleteRealValuesDeprecated.
- 
deleteDeprecated.
 
-