Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.api.DataModel

Packages that use DataModel
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.event.impl Event Service implementation. 
org.nuxeo.ecm.platform.usermanager   
 

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

Methods in org.nuxeo.ecm.core.api that return DataModel
static DataModel DocumentModelFactory.createDataModel(Document doc, Schema schema)
          Creates a data model from a document and a schema.
 DataModel CoreSession.getDataModel(DocumentRef docRef, Schema schema)
          Retrieves a data model given a document reference and a schema.
 DataModel AbstractSession.getDataModel(DocumentRef docRef, Schema schema)
           
 DataModel CoreSession.getDataModel(DocumentRef docRef, String schema)
          Deprecated. not used by client code
 DataModel AbstractSession.getDataModel(DocumentRef docRef, String schema)
          Deprecated. 
 DataModel DocumentModel.getDataModel(String schema)
          Gets the data model corresponding to the given schema.
 

Methods in org.nuxeo.ecm.core.api that return types with arguments of type DataModel
 Collection<DataModel> DocumentModel.getDataModelsCollection()
          Gets a list with the currently fetched data models.
 

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

Classes in org.nuxeo.ecm.core.api.impl that implement DataModel
 class DataModelImpl
          Data model implementation.
static class SimpleDocumentModel.SimpleDataModel
          A data model that is not tied to a particular schema, neither has anything to do with a session (CoreSession).
 

Methods in org.nuxeo.ecm.core.api.impl that return DataModel
 DataModel DocumentModelImpl.cloneDataModel(DataModel data)
           
static DataModel DocumentModelImpl.cloneDataModel(Schema schema, DataModel data)
           
 DataModel SimpleDocumentModel.getDataModel(String schema)
           
 DataModel DocumentModelImpl.getDataModel(String schema)
           
 

Methods in org.nuxeo.ecm.core.api.impl that return types with arguments of type DataModel
 Collection<DataModel> SimpleDocumentModel.getDataModelsCollection()
           
 Collection<DataModel> DocumentModelImpl.getDataModelsCollection()
           
 

Methods in org.nuxeo.ecm.core.api.impl with parameters of type DataModel
 void DocumentModelImpl.addDataModel(DataModel dataModel)
           
 DataModel DocumentModelImpl.cloneDataModel(DataModel data)
           
static DataModel DocumentModelImpl.cloneDataModel(Schema schema, DataModel data)
           
 

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

Methods in org.nuxeo.ecm.core.event.impl that return DataModel
 DataModel ShallowDocumentModel.getDataModel(String schema)
           
 

Methods in org.nuxeo.ecm.core.event.impl that return types with arguments of type DataModel
 Collection<DataModel> ShallowDocumentModel.getDataModelsCollection()
           
 

Uses of DataModel in org.nuxeo.ecm.platform.usermanager
 

Fields in org.nuxeo.ecm.platform.usermanager declared as DataModel
 DataModel NuxeoPrincipalImpl.dataModel
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.