Uses of Class
org.nuxeo.ecm.core.storage.State.ListDiff
Packages that use State.ListDiff
Package
Description
-
Uses of State.ListDiff in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type State.ListDiffModifier and TypeMethodDescriptionprotected void
DBSTransactionState.DirtyPathsFinder.findDirtyPaths
(State.ListDiff value, String path) -
Uses of State.ListDiff in org.nuxeo.ecm.core.storage.mem
Methods in org.nuxeo.ecm.core.storage.mem with parameters of type State.ListDiffModifier and TypeMethodDescriptionstatic Serializable
MemConnection.applyDiff
(Serializable value, State.ListDiff listDiff) Applies aState.ListDiff
onto an array orList
, and returns the resulting value. -
Uses of State.ListDiff in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type State.ListDiffModifier and TypeMethodDescriptionprotected void
MongoDBConverter.UpdateBuilder.processListDiff
(State.ListDiff listDiff, String prefix)