| Package | Description |
|---|---|
| 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 |
|---|---|
static DataModel |
DocumentModelFactory.createDataModel(Document doc,
Schema schema)
Creates a data model from a document and a schema.
|
DataModel |
CoreSession.getDataModel(DocumentRef docRef,
Schema schema)
Retrieves a data model given a document reference and a schema.
|
DataModel |
AbstractSession.getDataModel(DocumentRef docRef,
Schema schema) |
DataModel |
CoreSession.getDataModel(DocumentRef docRef,
String schema)
Deprecated.
not used by client code
|
DataModel |
AbstractSession.getDataModel(DocumentRef docRef,
String schema)
Deprecated.
|
DataModel |
DocumentModel.getDataModel(String schema)
Gets the data model corresponding to the given schema.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DataModel> |
DocumentModel.getDataModelsCollection()
Gets a list with the currently fetched data models.
|
| Modifier and Type | Class and Description |
|---|---|
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).
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Collection<DataModel> |
ShallowDocumentModel.getDataModelsCollection() |
| Modifier and Type | Field and Description |
|---|---|
DataModel |
NuxeoPrincipalImpl.dataModel |
Copyright © 2011 Nuxeo SA. All Rights Reserved.