Package step.core.export
Class ExportManager
java.lang.Object
step.core.export.ExportManager
-
Constructor Summary
Constructors -
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:
FileNotFoundExceptionIOException
-
exportAll
public ExportResult exportAll(ExportConfiguration exportConfig) throws FileNotFoundException, IOException - Throws:
FileNotFoundExceptionIOException
-
export
public ExportResult export(ExportConfiguration exportConfig, Consumer<ExportContext> runnable) throws FileNotFoundException, IOException - Throws:
FileNotFoundExceptionIOException
-