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.
|
static class |
SimpleDocumentModel.SimpleDataModel
Deprecated.
since 5.7.3. Use standard
DataModelImpl instead. |
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) |
DataModel |
DocumentModelImpl.getDataModel(String schema) |
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() |
Map<String,DataModel> |
DocumentModelImpl.getDataModels() |
Collection<DataModel> |
SimpleDocumentModel.getDataModelsCollection() |
Collection<DataModel> |
DocumentModelImpl.getDataModelsCollection() |
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) |
Modifier and Type | Method and Description |
---|---|
Map<String,DataModel> |
ShallowDocumentModel.getDataModels() |
Collection<DataModel> |
ShallowDocumentModel.getDataModelsCollection() |
Modifier and Type | Field and Description |
---|---|
DataModel |
NuxeoPrincipalImpl.dataModel |
Copyright © 2016 Nuxeo SA. All rights reserved.