Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.api.impl.DocumentModelImpl

Packages that use DocumentModelImpl
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.search.api.client.search.results.document.impl Client search results api implementation for Nuxeo Core documents. 
 

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

Methods in org.nuxeo.ecm.core.api that return DocumentModelImpl
static DocumentModelImpl DocumentModelFactory.createDocumentModel(Document doc)
           
static DocumentModelImpl DocumentModelFactory.createDocumentModel(Document doc, java.lang.String[] schemas)
           
static DocumentModelImpl DocumentModelFactory.createDocumentModel(DocumentType docType)
          Creates a new document model using only required information to be used on client side.
static DocumentModelImpl DocumentModelFactory.createDocumentModel(java.lang.String sessionId, DocumentType docType)
          Creates a new document model using only required information to be used on client side.
static DocumentModelImpl DocumentModelFactory.createDocumentModel(java.lang.String parentPath, java.lang.String id, DocumentType docType, java.lang.String[] schemas)
          Creates a new document model using only required information to be used on client side.
 

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

Methods in org.nuxeo.ecm.core.api.impl with parameters of type DocumentModelImpl
 void DocumentModelImpl.copyContentInto(DocumentModelImpl other)
           
 

Uses of DocumentModelImpl in org.nuxeo.ecm.core.search.api.client.search.results.document.impl
 

Subclasses of DocumentModelImpl in org.nuxeo.ecm.core.search.api.client.search.results.document.impl
 class ResultDocumentModel
          A DocumentModel that caches info that DocumentModelImpl would fetch from the core.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.