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 TypeMethodDescriptionvoidDBSTransactionState.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.StateDiffModifier and TypeMethodDescriptionstatic 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.StateDiffModifier and TypeMethodDescriptionMongoDBRepositoryConverter.UpdateBuilder.build(State.StateDiff diff) MongoDBRepositoryConverter.diffToBson(State.StateDiff diff) Constructs a list of MongoDB updates from the givenState.StateDiff.protected voidMongoDBRepositoryConverter.UpdateBuilder.processStateDiff(State.StateDiff diff, String prefix) voidMongoDBConnection.updateState(String id, State.StateDiff diff, DBSTransactionState.ConditionalUpdates conditionalUpdates)