Interface EvaluationImportExportActionService
- All Known Implementing Classes:
EvaluationImportExportActionServiceImpl
public interface EvaluationImportExportActionService
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionexportEvaluationNode(EntityExplorerActionSelection selection, String fileName) getFilename(EntityExplorerActionSelection selection) voidimportEvaluationNode(@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
-