Package org.nuxeo.ecm.core.api
Class ListDiff
java.lang.Object
org.nuxeo.ecm.core.api.ListDiff
- All Implemented Interfaces:
Serializable
A list that is detached from its data source so all modifications on the list are recorded so that the data source
will be updated later when the list will be reconnected to it.
It purposedly doesn't implement the List interface.
- Author:
- Bogdan Stefanescu
- See Also:
-
Field Details
-
ADD
public static final int ADD- See Also:
-
INSERT
public static final int INSERT- See Also:
-
REMOVE
public static final int REMOVE- See Also:
-
MODIFY
public static final int MODIFY- See Also:
-
MOVE
public static final int MOVE- See Also:
-
CLEAR
public static final int CLEAR- See Also:
-
-
Constructor Details
-
ListDiff
public ListDiff() -
ListDiff
-
-
Method Details