public interface JIPipeDataImportOperation extends JIPipeDataOperation
Modifier and Type | Method and Description |
---|---|
default boolean |
canShow(JIPipeDataSlot slot,
JIPipeDataTableMetadataRow row,
Path rowStorageFolder)
Checks if the import is possible
|
JIPipeData |
show(JIPipeDataSlot slot,
JIPipeDataTableMetadataRow row,
String dataAnnotationName,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeWorkbench workbench,
JIPipeProgressInfo progressInfo)
Imports the data and shows it
|
getDescription, getIcon, getId, getName, getOrder
default boolean canShow(JIPipeDataSlot slot, JIPipeDataTableMetadataRow row, Path rowStorageFolder)
slot
- the slot that is associated to the data. please note that the slot does not contain any binary data. it allows you to access the algorithm and graph.row
- the row in the output tablerowStorageFolder
- the folder the row is storing the dataJIPipeData show(JIPipeDataSlot slot, JIPipeDataTableMetadataRow row, String dataAnnotationName, Path rowStorageFolder, String compartmentName, String algorithmName, String displayName, JIPipeWorkbench workbench, JIPipeProgressInfo progressInfo)
slot
- the slot that is associated to the data. please note that the slot does not contain any binary data. it allows you to access the algorithm and graph.row
- the row in the output tabledataAnnotationName
- Optional name of the data annotation that is referenced instead of the main data. Can be null, in which case the main data is referenced.rowStorageFolder
- the folder the row is storing the data. For data annotations, this is the row storage folder of the data annotation.compartmentName
- the name of the compartment that generated the dataalgorithmName
- the name of the algorithm that generated the datadisplayName
- a unique identifier for the slotworkbench
- the workbench that issued the commandprogressInfo
- the JIPipeProgressInfo
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.