Package org.nuxeo.ecm.core.model
Interface Document.WriteContext
- All Known Implementing Classes:
BaseDocument.BlobWriteContext
- Enclosing interface:
Document
public static interface Document.WriteContext
Context passed to write operations to optionally record things to do at
flush(org.nuxeo.ecm.core.model.Document) time.- Since:
- 7.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidFlushes recorded write operations.Gets the recorded changed xpaths.
-
Method Details
-
getChanges
Gets the recorded changed xpaths. -
flush
Flushes recorded write operations.- Parameters:
doc- the base document being written
-