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.exportSchema_OLD(java.lang.String sid, DocumentRef docRef, Document doc, Schema schema)
           
static DataModel DocumentModelFactory.exportSchema(java.lang.String sid, DocumentRef docRef, Document doc, Schema schema)
           
 DataModel AbstractSession.getDataModel(DocumentRef docRef, java.lang.String schema)
           
 DataModel CoreSession.getDataModel(DocumentRef docRef, java.lang.String schema)
          Retrieves the data model given its schema and the reference of the owner document.
 DataModel DocumentModel.getDataModel(java.lang.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
 java.util.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(java.lang.String schema)
           
 DataModel DocumentModelImpl.getDataModel(java.lang.String schema)
           
 

Methods in org.nuxeo.ecm.core.api.impl that return types with arguments of type DataModel
 java.util.Collection<DataModel> SimpleDocumentModel.getDataModelsCollection()
           
 java.util.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(java.lang.String schema)
           
 

Methods in org.nuxeo.ecm.core.event.impl that return types with arguments of type DataModel
 java.util.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 © 2010 Nuxeo SAS. All Rights Reserved.