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 classDeltaLongValue holding a baseLongvalue and a delta.Methods in org.nuxeo.ecm.core.api.model that return Delta Modifier and Type Method Description abstract DeltaDelta. add(Delta other)Adds this delta to another delta.DeltaDeltaLong. add(Delta other)Methods in org.nuxeo.ecm.core.api.model with parameters of type Delta Modifier and Type Method Description abstract DeltaDelta. add(Delta other)Adds this delta to another delta.DeltaDeltaLong. 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 voidMongoDBConverter.UpdateBuilder. processDelta(Delta delta, String prefix)
-