Nuxeo Enterprise Platform 5.4

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

Packages that use DocumentPart
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.core.model   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.platform.rendering.template   
org.nuxeo.ecm.webengine.util   
 

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

Fields in org.nuxeo.ecm.core.api declared as DocumentPart
 DocumentPart[] DocumentModel.DocumentModelRefresh.documentParts
           
 

Methods in org.nuxeo.ecm.core.api that return DocumentPart
 DocumentPart DocumentModel.getPart(java.lang.String schema)
          Get a document part given its schema name
 DocumentPart[] DocumentModel.getParts()
          Gets this document's parts.
 

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

Methods in org.nuxeo.ecm.core.api.impl that return DocumentPart
 DocumentPart DataModelImpl.getDocumentPart()
          Gets the underlying document part.
 DocumentPart SimpleDocumentModel.getPart(java.lang.String schema)
           
 DocumentPart DocumentModelImpl.getPart(java.lang.String schema)
           
 DocumentPart[] SimpleDocumentModel.getParts()
           
 DocumentPart[] DocumentModelImpl.getParts()
           
 

Constructors in org.nuxeo.ecm.core.api.impl with parameters of type DocumentPart
DataModelImpl(DocumentPart part)
           
 

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

Methods in org.nuxeo.ecm.core.api.model that return DocumentPart
 DocumentPart Property.getRoot()
          Gets the root property.
 

Methods in org.nuxeo.ecm.core.api.model with parameters of type DocumentPart
 java.util.Map<java.lang.String,java.io.Serializable> ValueExporter.run(DocumentPart dp)
           
 java.lang.Object ValueExporter.visit(DocumentPart property, java.lang.Object arg)
           
 java.lang.Object PropertyVisitor.visit(DocumentPart property, java.lang.Object arg)
           
 

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

Classes in org.nuxeo.ecm.core.api.model.impl that implement DocumentPart
 class DocumentPartImpl
           
 

Methods in org.nuxeo.ecm.core.api.model.impl that return DocumentPart
 DocumentPart AbstractProperty.getRoot()
           
static DocumentPart DefaultPropertyFactory.newDocumentPart(Schema schema)
           
static DocumentPart DefaultPropertyFactory.newDocumentPart(java.lang.String schemaName)
           
 

Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type DocumentPart
 boolean DocumentPartImpl.isSameAs(DocumentPart dp)
           
 

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

Methods in org.nuxeo.ecm.core.event.impl that return DocumentPart
 DocumentPart ShallowDocumentModel.getPart(java.lang.String schema)
           
 DocumentPart[] ShallowDocumentModel.getParts()
           
 

Uses of DocumentPart in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model with parameters of type DocumentPart
 void MockDocument.readDocumentPart(DocumentPart dp)
           
 void Document.readDocumentPart(DocumentPart dp)
          Load document part properties from storage and fill them inside the given document part.
 void MockDocument.writeDocumentPart(DocumentPart dp)
           
 void Document.writeDocumentPart(DocumentPart dp)
          Read modifications in the given document part and write them on storage.
 

Uses of DocumentPart in org.nuxeo.ecm.core.storage.sql.coremodel
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type DocumentPart
 void SQLDocumentProxy.readDocumentPart(DocumentPart dp)
           
 void SQLDocumentLive.readDocumentPart(DocumentPart dp)
          Reads into the DocumentPart the values from this SQLDocument.
 void SQLDocumentProxy.writeDocumentPart(DocumentPart dp)
           
 void SQLDocumentLive.writeDocumentPart(DocumentPart dp)
          Writes into this SQLDocument the values from the DocumentPart.
 

Uses of DocumentPart in org.nuxeo.ecm.platform.rendering.template
 

Methods in org.nuxeo.ecm.platform.rendering.template with parameters of type DocumentPart
 java.util.Map<java.lang.String,java.io.Serializable> DocumentValueExporter.run(DocumentPart dp)
           
 java.lang.Object DocumentValueExporter.visit(DocumentPart property, java.lang.Object arg)
           
 

Uses of DocumentPart in org.nuxeo.ecm.webengine.util
 

Methods in org.nuxeo.ecm.webengine.util with parameters of type DocumentPart
 net.sf.json.JSONObject JSonDocumentExporter.run(DocumentPart dp)
           
 java.lang.Object JSonDocumentExporter.visit(DocumentPart property, java.lang.Object arg)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.