Uses of Class
org.nuxeo.ecm.core.storage.State.StateDiff
-
Packages that use State.StateDiff Package Description org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.mem org.nuxeo.ecm.core.storage.mongodb -
-
Uses of State.StateDiff in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that return State.StateDiff Modifier and Type Method Description static State.StateDiffStateHelper. diff(State a, State b)Makes a diff copy of twoStatemaps. -
Uses of State.StateDiff in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs that return State.StateDiff Modifier and Type Method Description State.StateDiffDBSDocumentState. 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.StateDiff Modifier and Type Method Description voidDBSTransactionState.DirtyPathsFinder. findDirtyPaths(State.StateDiff value)voidDBSCachingConnection. updateState(String id, State.StateDiff diff, DBSTransactionState.ConditionalUpdates conditionalUpdates)voidDBSConnection. 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.StateDiff Modifier and Type Method Description static voidMemConnection. applyDiff(State state, State.StateDiff stateDiff)Applies aState.StateDiffin-place onto a baseState.voidMemConnection. 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.StateDiff Modifier and Type Method Description MongoDBConverter.ConditionsAndUpdatesMongoDBConverter.UpdateBuilder. build(State.StateDiff diff)MongoDBConverter.ConditionsAndUpdatesMongoDBConverter. diffToBson(State.StateDiff diff)Constructs a list of MongoDB updates from the givenState.StateDiff.protected voidMongoDBConverter.UpdateBuilder. processStateDiff(State.StateDiff diff, String prefix)voidMongoDBConnection. updateState(String id, State.StateDiff diff, DBSTransactionState.ConditionalUpdates conditionalUpdates)
-