Interface EvaluationImportExportActionService
- All Known Implementing Classes:
EvaluationImportExportActionServiceImpl
public interface EvaluationImportExportActionService
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionexportEvaluationNode
(EntityExplorerActionSelection selection, String fileName) getFilename
(EntityExplorerActionSelection selection) void
importEvaluationNode
(@Nullable EntityExplorerActionSelection selection, InputStream inputStream, Map<String, String> importContext) void
-
Method Details
-
getFilename
-
exportEvaluationNode
String exportEvaluationNode(EntityExplorerActionSelection selection, String fileName) throws IOException - Throws:
IOException
-
importEvaluationNode
void importEvaluationNode(@Nullable @Nullable EntityExplorerActionSelection selection, InputStream inputStream, Map<String, String> importContext) throws IOException, URISyntaxException, SAXException -
setSchema
-