Uses of Class
org.nuxeo.ecm.core.api.model.Delta
-
Packages that use Delta Package Description org.nuxeo.ecm.core.api.model org.nuxeo.ecm.core.storage.mongodb -
-
Uses of Delta in org.nuxeo.ecm.core.api.model
Subclasses of Delta in org.nuxeo.ecm.core.api.model Modifier and Type Class Description class
DeltaLong
Value holding a baseLong
value and a delta.Methods in org.nuxeo.ecm.core.api.model that return Delta Modifier and Type Method Description abstract Delta
Delta. add(Delta other)
Adds this delta to another delta.Delta
DeltaLong. add(Delta other)
Methods in org.nuxeo.ecm.core.api.model with parameters of type Delta Modifier and Type Method Description abstract Delta
Delta. add(Delta other)
Adds this delta to another delta.Delta
DeltaLong. add(Delta other)
-
Uses of Delta in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb with parameters of type Delta Modifier and Type Method Description protected void
MongoDBConverter.UpdateBuilder. processDelta(Delta delta, String prefix)
-