Uses of Interface
org.nuxeo.ecm.core.api.DataModel
-
Packages that use DataModel Package Description org.nuxeo.ecm.automation.core.util org.nuxeo.ecm.core.api 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.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util with parameters of type DataModel Modifier and Type Method Description void
DataModelProperties. addDataModel(DataModel dm)
Constructors in org.nuxeo.ecm.automation.core.util with parameters of type DataModel Constructor Description DataModelProperties(DataModel dm)
DataModelProperties(DataModel dm, boolean onlyDirtyProperties)
Constructor parameters in org.nuxeo.ecm.automation.core.util with type arguments of type DataModel Constructor Description DataModelProperties(List<DataModel> dms)
DataModelProperties(List<DataModel> dms, boolean onlyDirtyProperties)
-
Uses of DataModel in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return DataModel Modifier and Type Method Description static DataModel
DocumentModelFactory. createDataModel(Document doc, Schema schema)
Creates a data model from a document and a schema.DataModel
AbstractSession. getDataModel(DocumentRef docRef, Schema schema)
DataModel
CoreSession. getDataModel(DocumentRef docRef, Schema schema)
Retrieves a data model given a document reference and a schema.DataModel
DocumentModel. getDataModel(String schema)
Deprecated.since 8.4, use directProperty
getters insteadMethods in org.nuxeo.ecm.core.api that return types with arguments of type DataModel Modifier and Type Method Description Map<String,DataModel>
DocumentModel. getDataModels()
Deprecated.since 8.4, use directProperty
getters insteadCollection<DataModel>
DocumentModel. getDataModelsCollection()
Deprecated.since 8.4, internal method -
Uses of DataModel in org.nuxeo.ecm.core.api.impl
Classes in org.nuxeo.ecm.core.api.impl that implement DataModel Modifier and Type Class Description class
DataModelImpl
Data model implementation.Fields in org.nuxeo.ecm.core.api.impl with type parameters of type DataModel Modifier and Type Field Description protected Map<String,DataModel>
DocumentModelImpl. dataModels
protected Map<String,DataModel>
SimpleDocumentModel. dataModels
Methods in org.nuxeo.ecm.core.api.impl that return DataModel Modifier and Type Method Description DataModel
DocumentModelImpl. cloneDataModel(DataModel data)
static DataModel
DocumentModelImpl. cloneDataModel(Schema schema, DataModel data)
DataModel
DocumentModelImpl. getDataModel(String schema)
Deprecated.DataModel
SimpleDocumentModel. getDataModel(String schema)
Deprecated.protected DataModel
SimpleDocumentModel. getDataModelInternal(String schema)
protected DataModel
DocumentModelImpl. loadDataModel(String schema)
Lazily loads the given data model.Methods in org.nuxeo.ecm.core.api.impl that return types with arguments of type DataModel Modifier and Type Method Description Map<String,DataModel>
DocumentModelImpl. getDataModels()
Map<String,DataModel>
SimpleDocumentModel. getDataModels()
Deprecated.Collection<DataModel>
DocumentModelImpl. getDataModelsCollection()
Deprecated.Collection<DataModel>
SimpleDocumentModel. getDataModelsCollection()
Deprecated.Methods in org.nuxeo.ecm.core.api.impl with parameters of type DataModel Modifier and Type Method Description 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 Modifier and Type Method Description DataModel
ShallowDocumentModel. getDataModel(String schema)
Deprecated.Methods in org.nuxeo.ecm.core.event.impl that return types with arguments of type DataModel Modifier and Type Method Description Map<String,DataModel>
ShallowDocumentModel. getDataModels()
Deprecated.Collection<DataModel>
ShallowDocumentModel. getDataModelsCollection()
Deprecated. -
Uses of DataModel in org.nuxeo.ecm.platform.usermanager
Fields in org.nuxeo.ecm.platform.usermanager declared as DataModel Modifier and Type Field Description DataModel
NuxeoPrincipalImpl. dataModel
-