Uses of Interface
org.nuxeo.ecm.core.api.model.DocumentPart
-
Packages that use DocumentPart 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 org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.sql.coremodel -
-
Uses of DocumentPart in org.nuxeo.ecm.core.api
Fields in org.nuxeo.ecm.core.api declared as DocumentPart Modifier and Type Field Description DocumentPart[]DocumentModel.DocumentModelRefresh. documentPartsMethods in org.nuxeo.ecm.core.api that return DocumentPart Modifier and Type Method Description DocumentPartDocumentModel. getPart(String schema)Deprecated.since 8.4, use directPropertygetters insteadDocumentPart[]DocumentModel. getParts()Deprecated.since 8.4, use directPropertygetters instead -
Uses of DocumentPart in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that return DocumentPart Modifier and Type Method Description DocumentPartDataModelImpl. getDocumentPart()Gets the underlying document part.DocumentPartDocumentModelImpl. getPart(String schema)Deprecated.DocumentPartSimpleDocumentModel. getPart(String schema)Deprecated.DocumentPart[]DocumentModelImpl. getParts()Deprecated.DocumentPart[]SimpleDocumentModel. getParts()Deprecated.Constructors in org.nuxeo.ecm.core.api.impl with parameters of type DocumentPart Constructor Description DataModelImpl(DocumentPart part) -
Uses of DocumentPart in org.nuxeo.ecm.core.api.model
Methods in org.nuxeo.ecm.core.api.model that return DocumentPart Modifier and Type Method Description DocumentPartProperty. getRoot()Gets the root property.Methods in org.nuxeo.ecm.core.api.model with parameters of type DocumentPart Modifier and Type Method Description Map<String,Serializable>ValueExporter. run(DocumentPart dp) -
Uses of DocumentPart in org.nuxeo.ecm.core.api.model.impl
Classes in org.nuxeo.ecm.core.api.model.impl that implement DocumentPart Modifier and Type Class Description classDocumentPartImplMethods in org.nuxeo.ecm.core.api.model.impl that return DocumentPart Modifier and Type Method Description DocumentPartAbstractProperty. getRoot()Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type DocumentPart Modifier and Type Method Description booleanDocumentPartImpl. isSameAs(DocumentPart dp) -
Uses of DocumentPart in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl that return DocumentPart Modifier and Type Method Description DocumentPartShallowDocumentModel. getPart(String schema)Deprecated.DocumentPart[]ShallowDocumentModel. getParts()Deprecated. -
Uses of DocumentPart in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model with parameters of type DocumentPart Modifier and Type Method Description voidDocument. readDocumentPart(DocumentPart dp)Loads aDocumentPartfrom storage.default booleanDocument. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext)Deprecated.since 11.1, use the signature withcreateinsteadbooleanDocument. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create)Writes aDocumentPartto storage. -
Uses of DocumentPart in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage with parameters of type DocumentPart Modifier and Type Method Description protected booleanBaseDocument. writeDocumentPart(T state, DocumentPart dp, Document.WriteContext writeContext, boolean create)Writes state from a document part. -
Uses of DocumentPart in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type DocumentPart Modifier and Type Method Description voidDBSDocument. readDocumentPart(DocumentPart dp)booleanDBSDocument. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create) -
Uses of DocumentPart in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type DocumentPart Modifier and Type Method Description voidSQLDocumentLive. readDocumentPart(DocumentPart dp)Reads into theDocumentPartthe values from thisSQLDocument.voidSQLDocumentProxy. readDocumentPart(DocumentPart dp)booleanSQLDocumentLive. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create)booleanSQLDocumentProxy. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create)
-