Package step.core.export
Class ExportManager
- java.lang.Object
-
- step.core.export.ExportManager
-
public class ExportManager extends Object
-
-
Constructor Summary
Constructors Constructor Description ExportManager(EntityManager entityManager, ResourceManager resourceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportResult
export(ExportConfiguration exportConfig, Consumer<ExportContext> runnable)
ExportResult
exportAll(ExportConfiguration exportConfig)
ExportResult
exportById(ExportConfiguration exportConfig, String id)
-
-
-
Constructor Detail
-
ExportManager
public ExportManager(EntityManager entityManager, ResourceManager resourceManager)
-
-
Method Detail
-
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
-
-