Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.operation.Modification

Packages that use Modification
org.nuxeo.ecm.core.api.operation   
 

Uses of Modification in org.nuxeo.ecm.core.api.operation
 

Methods in org.nuxeo.ecm.core.api.operation that return Modification
 Modification ModificationSet.get(int index)
           
 Modification ModificationSet.getModifcation(DocumentRef ref)
          Deprecated. 
 Modification ModificationSet.getModification(DocumentRef ref)
          Deprecated. returns a merged modification, unsafe to use this where order of notifications is important
 Modification ModificationSet.remove(int index)
           
 Modification ModificationSet.removeModification(DocumentRef ref)
          Deprecated. returns a merged modification, unsafe to use this where order of notifications is important
 Modification[] ModificationSet.toArray()
           
 

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

Methods in org.nuxeo.ecm.core.api.operation with parameters of type Modification
 boolean ModificationSet.add(Modification modif)
           
 void Operation.addModification(Modification modif)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.