Package org.nuxeo.ecm.core.io
Interface ExportedDocument
- All Known Implementing Classes:
ExportedDocumentImpl
,TypedExportedDocumentImpl
public interface ExportedDocument
A representation for an exported document.
It contains all the information needed to restore document data and state.
- Author:
- Bogdan Stefanescu
-
Method Summary
Modifier and TypeMethodDescriptiongetBlobs()
org.dom4j.Document
org.dom4j.Document
getDocument
(String id) int
The number of files describing the document.getId()
getPath()
getType()
boolean
void
void
putDocument
(String id, org.dom4j.Document doc) removeBlob
(String id) org.dom4j.Document
removeDocument
(String id) void
setDocument
(org.dom4j.Document document) void
void
-
Method Details
-
getSourceLocation
DocumentLocation getSourceLocation()- Returns:
- source DocumentLocation
-
getPath
Path getPath() -
setPath
-
getId
String getId() -
setId
-
getType
String getType() -
getDocument
org.dom4j.Document getDocument() -
setDocument
void setDocument(org.dom4j.Document document) -
getBlobs
-
putBlob
-
removeBlob
-
getBlob
-
hasExternalBlobs
boolean hasExternalBlobs() -
getDocuments
-
getDocument
-
putDocument
-
removeDocument
-
getFilesCount
int getFilesCount()The number of files describing the document.
-