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.Documentorg.dom4j.DocumentgetDocument(String id) intThe number of files describing the document.getId()getPath()getType()booleanvoidvoidputDocument(String id, org.dom4j.Document doc) removeBlob(String id) org.dom4j.DocumentremoveDocument(String id) voidsetDocument(org.dom4j.Document document) voidvoid
-
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.
-