Package step.core.export
Class ExportManager
java.lang.Object
step.core.export.ExportManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexport
(ExportConfiguration exportConfig, Consumer<ExportContext> runnable) exportAll
(ExportConfiguration exportConfig) exportById
(ExportConfiguration exportConfig, String id)
-
Constructor Details
-
ExportManager
-
-
Method Details
-
exportById
public ExportResult exportById(ExportConfiguration exportConfig, String id) throws FileNotFoundException, IOException - Throws:
FileNotFoundException
IOException
-
exportAll
public ExportResult exportAll(ExportConfiguration exportConfig) throws FileNotFoundException, IOException - Throws:
FileNotFoundException
IOException
-
export
public ExportResult export(ExportConfiguration exportConfig, Consumer<ExportContext> runnable) throws FileNotFoundException, IOException - Throws:
FileNotFoundException
IOException
-