Uses of Class
org.nuxeo.ecm.core.storage.State.StateDiff
Packages that use State.StateDiff
Package
Description
-
Uses of State.StateDiff in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that return State.StateDiff -
Uses of State.StateDiff in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs that return State.StateDiffModifier and TypeMethodDescriptionDBSDocumentState.getStateChange()
Gets a diff of what changed since this document state was read from database or saved.Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type State.StateDiffModifier and TypeMethodDescriptionvoid
DBSTransactionState.DirtyPathsFinder.findDirtyPaths
(State.StateDiff value) void
DBSCachingConnection.updateState
(String id, State.StateDiff diff, DBSTransactionState.ConditionalUpdates conditionalUpdates) void
DBSConnection.updateState
(String id, State.StateDiff diff, DBSTransactionState.ConditionalUpdates conditionalUpdates) Updates a document. -
Uses of State.StateDiff in org.nuxeo.ecm.core.storage.mem
Methods in org.nuxeo.ecm.core.storage.mem with parameters of type State.StateDiffModifier and TypeMethodDescriptionstatic void
MemConnection.applyDiff
(State state, State.StateDiff stateDiff) Applies aState.StateDiff
in-place onto a baseState
.void
MemConnection.updateState
(String id, State.StateDiff diff, DBSTransactionState.ConditionalUpdates conditionalUpdates) -
Uses of State.StateDiff in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type State.StateDiffModifier and TypeMethodDescriptionMongoDBConverter.UpdateBuilder.build
(State.StateDiff diff) MongoDBConverter.diffToBson
(State.StateDiff diff) Constructs a list of MongoDB updates from the givenState.StateDiff
.protected void
MongoDBConverter.UpdateBuilder.processStateDiff
(State.StateDiff diff, String prefix) void
MongoDBConnection.updateState
(String id, State.StateDiff diff, DBSTransactionState.ConditionalUpdates conditionalUpdates)