Interface SelectionEvent
public interface SelectionEvent
A selection event.
- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany, Marc Bux, KNIME GmbH, Berlin, Germany
-
Method Details
-
getProjectId
String getProjectId()- Returns:
- the workflow project id
-
getWorkflowId
String getWorkflowId()- Returns:
- the id of a sub-workflow or the root-workflow
-
getNodeId
String getNodeId()- Returns:
- the id of the node the selection event has been emitted for
-
getMode
SelectionEventSource.SelectionEventMode getMode()- Returns:
- the event mode
-
getSelection
- Returns:
- the representing the selection (e.g. list of row keys)
-
getError
String getError()- Returns:
- an error message if the selection event couldn't be created
-