Package org.nuxeo.io.fsexporter
Class DefaultExporterPlugin
java.lang.Object
org.nuxeo.io.fsexporter.DefaultExporterPlugin
- All Implemented Interfaces:
FSExporterPlugin
- Direct Known Subclasses:
CustomExporterPlugin
,DriveLikeExporterPlugin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChildren
(CoreSession session, DocumentModel doc, String customQuery) protected String
getFileName
(Blob blob, DocumentModel docfrom, File folder, int i) serialize
(CoreSession session, DocumentModel docfrom, String fsPath)
-
Constructor Details
-
DefaultExporterPlugin
public DefaultExporterPlugin()
-
-
Method Details
-
getChildren
- Specified by:
getChildren
in interfaceFSExporterPlugin
-
serialize
- Specified by:
serialize
in interfaceFSExporterPlugin
- Throws:
IOException
-
getFileName
-