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 voidDataModelProperties. 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 DataModelDocumentModelFactory. createDataModel(Document doc, Schema schema)Creates a data model from a document and a schema.DataModelAbstractSession. getDataModel(DocumentRef docRef, Schema schema)DataModelCoreSession. getDataModel(DocumentRef docRef, Schema schema)Retrieves a data model given a document reference and a schema.DataModelDocumentModel. getDataModel(String schema)Deprecated.since 8.4, use directPropertygetters 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 directPropertygetters 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 classDataModelImplData 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. dataModelsprotected Map<String,DataModel>SimpleDocumentModel. dataModelsMethods in org.nuxeo.ecm.core.api.impl that return DataModel Modifier and Type Method Description DataModelDocumentModelImpl. cloneDataModel(DataModel data)static DataModelDocumentModelImpl. cloneDataModel(Schema schema, DataModel data)DataModelDocumentModelImpl. getDataModel(String schema)Deprecated.DataModelSimpleDocumentModel. getDataModel(String schema)Deprecated.protected DataModelSimpleDocumentModel. getDataModelInternal(String schema)protected DataModelDocumentModelImpl. 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 voidDocumentModelImpl. addDataModel(DataModel dataModel)DataModelDocumentModelImpl. cloneDataModel(DataModel data)static DataModelDocumentModelImpl. 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 DataModelShallowDocumentModel. 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 DataModelNuxeoPrincipalImpl. dataModel
-