Package org.nuxeo.ecm.core.storage
Class State.StateDiff
java.lang.Object
org.nuxeo.ecm.core.storage.State
org.nuxeo.ecm.core.storage.State.StateDiff
- All Implemented Interfaces:
Serializable
,StateAccessor
- Enclosing class:
- State
A diff for a
State
.
Each value is applied to the existing State
. An element can be:
- a
State.StateDiff
, to be applied on aState
, - a
State.ListDiff
, to be applied on an array/List
, - an actual value to be set (including
null
).
- Since:
- 5.9.5
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.ecm.core.storage.State
State.ArraysEntry, State.ArraysEntryIterator, State.ArraysEntrySet, State.ListDiff, State.StateDiff
-
Field Summary
-
Constructor Summary
-
Method Summary