| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
DataModelProperties.addDataModel(DataModel dm) |
| Constructor and Description |
|---|
DataModelProperties(DataModel dm) |
DataModelProperties(DataModel dm,
boolean onlyDirtyProperties) |
| Constructor and Description |
|---|
DataModelProperties(List<DataModel> dms) |
DataModelProperties(List<DataModel> dms,
boolean onlyDirtyProperties) |
| Modifier and Type | Method and 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 direct
Property getters instead |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataModel> |
DocumentModel.getDataModels()
Deprecated.
since 8.4, use direct
Property getters instead |
Collection<DataModel> |
DocumentModel.getDataModelsCollection()
Deprecated.
since 8.4, internal method
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataModelImpl
Data model implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DataModel> |
SimpleDocumentModel.dataModels |
protected Map<String,DataModel> |
DocumentModelImpl.dataModels |
| Modifier and Type | Method and Description |
|---|---|
DataModel |
DocumentModelImpl.cloneDataModel(DataModel data) |
static DataModel |
DocumentModelImpl.cloneDataModel(Schema schema,
DataModel data) |
DataModel |
SimpleDocumentModel.getDataModel(String schema)
Deprecated.
|
DataModel |
DocumentModelImpl.getDataModel(String schema)
Deprecated.
|
protected DataModel |
SimpleDocumentModel.getDataModelInternal(String schema) |
protected DataModel |
DocumentModelImpl.loadDataModel(String schema)
Lazily loads the given data model.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataModel> |
SimpleDocumentModel.getDataModels()
Deprecated.
|
Map<String,DataModel> |
DocumentModelImpl.getDataModels() |
Collection<DataModel> |
SimpleDocumentModel.getDataModelsCollection()
Deprecated.
|
Collection<DataModel> |
DocumentModelImpl.getDataModelsCollection()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentModelImpl.addDataModel(DataModel dataModel) |
DataModel |
DocumentModelImpl.cloneDataModel(DataModel data) |
static DataModel |
DocumentModelImpl.cloneDataModel(Schema schema,
DataModel data) |
| Modifier and Type | Method and Description |
|---|---|
DataModel |
ShallowDocumentModel.getDataModel(String schema)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataModel> |
ShallowDocumentModel.getDataModels()
Deprecated.
|
Collection<DataModel> |
ShallowDocumentModel.getDataModelsCollection()
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
DataModel |
NuxeoPrincipalImpl.dataModel |
Copyright © 2019 Nuxeo. All rights reserved.