Package | Description |
---|---|
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.api.impl | |
org.nuxeo.ecm.core.api.model | |
org.nuxeo.ecm.core.api.model.impl | |
org.nuxeo.ecm.core.event.impl |
Event Service implementation.
|
org.nuxeo.ecm.core.model | |
org.nuxeo.ecm.core.storage.dbs | |
org.nuxeo.ecm.core.storage.sql.coremodel |
Modifier and Type | Field and Description |
---|---|
DocumentPart[] |
DocumentModel.DocumentModelRefresh.documentParts |
Modifier and Type | Method and Description |
---|---|
DocumentPart |
DocumentModel.getPart(String schema)
Deprecated.
since 8.4, use direct
Property getters instead |
DocumentPart[] |
DocumentModel.getParts()
Deprecated.
since 8.4, use direct
Property getters instead |
Modifier and Type | Method and Description |
---|---|
DocumentPart |
DataModelImpl.getDocumentPart()
Gets the underlying document part.
|
DocumentPart |
SimpleDocumentModel.getPart(String schema) |
DocumentPart |
DocumentModelImpl.getPart(String schema) |
DocumentPart[] |
SimpleDocumentModel.getParts() |
DocumentPart[] |
DocumentModelImpl.getParts() |
Constructor and Description |
---|
DataModelImpl(DocumentPart part) |
Modifier and Type | Method and Description |
---|---|
DocumentPart |
Property.getRoot()
Gets the root property.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
ValueExporter.run(DocumentPart dp) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentPartImpl |
Modifier and Type | Method and Description |
---|---|
DocumentPart |
AbstractProperty.getRoot() |
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentPartImpl.isSameAs(DocumentPart dp) |
Modifier and Type | Method and Description |
---|---|
DocumentPart |
ShallowDocumentModel.getPart(String schema) |
DocumentPart[] |
ShallowDocumentModel.getParts() |
Modifier and Type | Method and Description |
---|---|
void |
Document.readDocumentPart(DocumentPart dp)
Loads a
DocumentPart from storage. |
boolean |
Document.writeDocumentPart(DocumentPart dp,
Document.WriteContext writeContext)
Writes a
DocumentPart to storage. |
Modifier and Type | Method and Description |
---|---|
void |
DBSDocument.readDocumentPart(DocumentPart dp) |
boolean |
DBSDocument.writeDocumentPart(DocumentPart dp,
Document.WriteContext writeContext) |
Modifier and Type | Method and Description |
---|---|
void |
SQLDocumentProxy.readDocumentPart(DocumentPart dp) |
void |
SQLDocumentLive.readDocumentPart(DocumentPart dp)
Reads into the
DocumentPart the values from this SQLDocument . |
boolean |
SQLDocumentProxy.writeDocumentPart(DocumentPart dp,
Document.WriteContext writeContext) |
boolean |
SQLDocumentLive.writeDocumentPart(DocumentPart dp,
Document.WriteContext writeContext) |
Copyright © 2016 Nuxeo SA. All rights reserved.