Interface S_MaybeDelete
-
- All Superinterfaces:
S_ItemEntry
- All Known Implementing Classes:
DeltaBuilder
public interface S_MaybeDelete extends S_ItemEntry
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description S_ItemEntrydelete(PrismValue... values)Deprecated.S_ItemEntrydelete(Object... realValues)Deprecated.S_ItemEntrydelete(Collection<? extends PrismValue> values)Deprecated.S_ItemEntrydeleteRealValues(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 Detail
-
delete
@Deprecated S_ItemEntry delete(Object... realValues)
Deprecated.
-
delete
@Deprecated S_ItemEntry delete(PrismValue... values)
Deprecated.
-
deleteRealValues
@Deprecated S_ItemEntry deleteRealValues(Collection<?> realValues)
Deprecated.
-
delete
@Deprecated S_ItemEntry delete(Collection<? extends PrismValue> values)
Deprecated.
-
-