Interface S_ItemEntry
- All Known Subinterfaces:
S_MaybeAdd
,S_MaybeDelete
public interface S_ItemEntry
-
Method Summary
Modifier and TypeMethodDescriptionItemDelta<?,
?> <O extends Objectable>
ObjectDelta<O>asObjectDelta
(String oid) default <X extends Objectable>
ObjectDelta<X>asObjectDeltaCast
(String oid) Deprecated.List<ObjectDelta<?>>
asObjectDeltas
(String oid) item
(ItemPath path, ItemDefinition itemDefinition) oldObject
(Containerable object) The state of object before the delta is applied.Should we skip idempotent item deltas? (Default is `false`.)<T> S_ValuesEntry
property
(ItemPath path, PrismPropertyDefinition<T> itemDefinition) Can be used with dynamic paths.
-
Method Details
-
optimizing
Should we skip idempotent item deltas? (Default is `false`.) -
oldObject
The state of object before the delta is applied. Used to compute estimatedOldValues. -
item
-
item
-
item
-
item
-
property
Can be used with dynamic paths. -
property
-
property
-
property
-
asObjectDeltas
-
asObjectDelta
-
asObjectDeltaCast
Deprecated. -
asItemDelta
ItemDelta<?,?> asItemDelta() -
asItemDeltas
-