Package org.nuxeo.io.fsexporter
Interface FSExporterPlugin
-
- All Known Implementing Classes:
CustomExporterPlugin
,DefaultExporterPlugin
,DriveLikeExporterPlugin
public interface FSExporterPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentModelList
getChildren(CoreSession session, DocumentModel doc, String PageProvider)
File
serialize(CoreSession session, DocumentModel docfrom, String fsPath)
-
-
-
Method Detail
-
getChildren
DocumentModelList getChildren(CoreSession session, DocumentModel doc, String PageProvider)
-
serialize
File serialize(CoreSession session, DocumentModel docfrom, String fsPath) throws IOException
- Throws:
IOException
-
-