Interface EvaluationImportExportActionService
- All Known Implementing Classes:
EvaluationImportExportActionServiceImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionexportEvaluationNode(EntityExplorerActionSelection selection, String fileName) Deprecated.getFilename(EntityExplorerActionSelection selection) Deprecated.voidimportEvaluationNode(@Nullable EntityExplorerActionSelection selection, InputStream inputStream, Map<String, String> importContext) Deprecated.
-
Method Details
-
getFilename
Deprecated. -
exportEvaluationNode
String exportEvaluationNode(EntityExplorerActionSelection selection, String fileName) throws IOException Deprecated.- Throws:
IOException
-
importEvaluationNode
void importEvaluationNode(@Nullable EntityExplorerActionSelection selection, InputStream inputStream, Map<String, String> importContext) Deprecated.
-