Package org.nuxeo.io.fsexporter
Class DefaultExporterPlugin
- java.lang.Object
-
- org.nuxeo.io.fsexporter.DefaultExporterPlugin
-
- All Implemented Interfaces:
FSExporterPlugin
- Direct Known Subclasses:
CustomExporterPlugin
,DriveLikeExporterPlugin
public class DefaultExporterPlugin extends Object implements FSExporterPlugin
-
-
Constructor Summary
Constructors Constructor Description DefaultExporterPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModelList
getChildren(CoreSession session, DocumentModel doc, String customQuery)
protected String
getFileName(Blob blob, DocumentModel docfrom, File folder, int i)
File
serialize(CoreSession session, DocumentModel docfrom, String fsPath)
-
-
-
Method Detail
-
getChildren
public DocumentModelList getChildren(CoreSession session, DocumentModel doc, String customQuery)
- Specified by:
getChildren
in interfaceFSExporterPlugin
-
serialize
public File serialize(CoreSession session, DocumentModel docfrom, String fsPath) throws IOException
- Specified by:
serialize
in interfaceFSExporterPlugin
- Throws:
IOException
-
getFileName
protected String getFileName(Blob blob, DocumentModel docfrom, File folder, int i)
-
-