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 |
Modifier and Type | Method and Description |
---|---|
static State.StateDiff |
StateHelper.diff(State a,
State b)
Makes a diff copy of two
State maps. |
Modifier and Type | Method and Description |
---|---|
State.StateDiff |
DBSDocumentState.getStateChange()
Gets a diff of what changed since this document state was read from database or saved.
|
Modifier and Type | Method and Description |
---|---|
void |
DBSRepository.updateState(String id,
State.StateDiff diff)
Updates a document.
|
Modifier and Type | Method and Description |
---|---|
static void |
MemRepository.applyDiff(State state,
State.StateDiff stateDiff)
Applies a
State.StateDiff in-place onto a base State . |
void |
MemRepository.updateState(String id,
State.StateDiff diff) |
Modifier and Type | Method and Description |
---|---|
void |
MongoDBRepository.updateState(String id,
State.StateDiff diff) |
Copyright © 2015 Nuxeo SA. All rights reserved.