Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.api.model.PropertyVisitor

Packages that use PropertyVisitor
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.api.model   
org.nuxeo.ecm.core.api.model.impl   
org.nuxeo.ecm.core.event.impl Event Service implementation. 
org.nuxeo.ecm.platform.contentview.json   
 

Uses of PropertyVisitor in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api with parameters of type PropertyVisitor
 void DocumentModel.accept(PropertyVisitor visitor, Object arg)
          Method that implement the visitor pattern.
 

Uses of PropertyVisitor in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl with parameters of type PropertyVisitor
 void SimpleDocumentModel.accept(PropertyVisitor visitor, Object arg)
           
 void DocumentModelImpl.accept(PropertyVisitor visitor, Object arg)
           
 

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

Classes in org.nuxeo.ecm.core.api.model that implement PropertyVisitor
 class ValueExporter
          Exporter for a document's values into a map.
 

Methods in org.nuxeo.ecm.core.api.model with parameters of type PropertyVisitor
 void Property.accept(PropertyVisitor visitor, Object arg)
          Method that implement the visitor pattern.
 

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

Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type PropertyVisitor
 void ScalarProperty.accept(PropertyVisitor visitor, Object arg)
           
 void MapProperty.accept(PropertyVisitor visitor, Object arg)
           
 void ListProperty.accept(PropertyVisitor visitor, Object arg)
           
 void DocumentPartImpl.accept(PropertyVisitor visitor, Object arg)
           
 void ComplexProperty.visitChildren(PropertyVisitor visitor, Object arg)
           
 

Uses of PropertyVisitor in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl with parameters of type PropertyVisitor
 void ShallowDocumentModel.accept(PropertyVisitor visitor, Object arg)
           
 

Uses of PropertyVisitor in org.nuxeo.ecm.platform.contentview.json
 

Classes in org.nuxeo.ecm.platform.contentview.json that implement PropertyVisitor
 class DocumentModelToJSON
          Transforms a document model properties into a json object.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.