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 atflush(org.nuxeo.ecm.core.model.Document)
time.- Since:
- 7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush(Document doc)
Flushes recorded write operations.Set<String>
getChanges()
Gets the recorded changed xpaths.
-