Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.model.PropertyDiff

Packages that use PropertyDiff
org.nuxeo.ecm.core.api.model   
org.nuxeo.ecm.core.api.model.impl   
 

Uses of PropertyDiff in org.nuxeo.ecm.core.api.model
 

Fields in org.nuxeo.ecm.core.api.model with type parameters of type PropertyDiff
 Set<PropertyDiff> PropertyDiff.children
           
 

Methods in org.nuxeo.ecm.core.api.model that return PropertyDiff
 PropertyDiff DocumentPart.exportDiff()
           
 

Methods in org.nuxeo.ecm.core.api.model that return types with arguments of type PropertyDiff
 Iterator<PropertyDiff> PropertyDiff.iterator()
           
 

Methods in org.nuxeo.ecm.core.api.model with parameters of type PropertyDiff
 void DocumentPart.importDiff(PropertyDiff diff)
           
 

Uses of PropertyDiff in org.nuxeo.ecm.core.api.model.impl
 

Methods in org.nuxeo.ecm.core.api.model.impl that return PropertyDiff
 PropertyDiff DocumentPartImpl.exportDiff()
           
 

Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type PropertyDiff
 void DocumentPartImpl.importDiff(PropertyDiff diff)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.