Uses of Interface
org.nuxeo.ecm.core.model.Document.WriteContext
-
Packages that use Document.WriteContext Package Description 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 Document.WriteContext in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return Document.WriteContext Modifier and Type Method Description Document.WriteContext
Document. getWriteContext()
Gets a write context for the current document.Methods in org.nuxeo.ecm.core.model with parameters of type Document.WriteContext Modifier and Type Method Description default boolean
Document. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext)
Deprecated.since 11.1, use the signature withcreate
insteadboolean
Document. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create)
Writes aDocumentPart
to storage. -
Uses of Document.WriteContext in org.nuxeo.ecm.core.storage
Classes in org.nuxeo.ecm.core.storage that implement Document.WriteContext Modifier and Type Class Description protected static class
BaseDocument.BlobWriteContext<T extends StateAccessor>
Methods in org.nuxeo.ecm.core.storage that return Document.WriteContext Modifier and Type Method Description Document.WriteContext
BaseDocument. getWriteContext()
Methods in org.nuxeo.ecm.core.storage with parameters of type Document.WriteContext Modifier and Type Method Description protected boolean
BaseDocument. writeComplexProperty(T state, ComplexProperty complexProperty, String xpath, boolean writeAll, boolean writeAllChildren, Document.WriteContext wc)
Writes state from a complex property.protected boolean
BaseDocument. writeComplexProperty(T state, ComplexProperty complexProperty, Document.WriteContext writeContext)
Deprecated.protected boolean
BaseDocument. writeDocumentPart(T state, DocumentPart dp, Document.WriteContext writeContext, boolean create)
Writes state from a document part. -
Uses of Document.WriteContext in org.nuxeo.ecm.core.storage.dbs
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type Document.WriteContext Modifier and Type Method Description boolean
DBSDocument. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create)
-
Uses of Document.WriteContext in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return Document.WriteContext Modifier and Type Method Description Document.WriteContext
SQLDocumentProxy. getWriteContext()
Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Document.WriteContext Modifier and Type Method Description boolean
SQLDocumentLive. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create)
boolean
SQLDocumentProxy. writeDocumentPart(DocumentPart dp, Document.WriteContext writeContext, boolean create)
-