Interface HierarchyNodeEntitySelection
- All Superinterfaces:
DatasetEntitySelection,DataspaceEntitySelection,EntitySelection,TableEntitySelection
Provides information on the currently selected hierarchy node.
- Since:
- 5.8.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the selected hierarchy node.Methods inherited from interface com.orchestranetworks.ui.selection.DatasetEntitySelection
getDatasetMethods inherited from interface com.orchestranetworks.ui.selection.DataspaceEntitySelection
getDataspaceMethods inherited from interface com.orchestranetworks.ui.selection.TableEntitySelection
getTable
-
Method Details
-
getHierarchyNode
HierarchyNode getHierarchyNode()Returns the selected hierarchy node. May returnnullwhen no record has been selected yet, for example when evaluating activation rules. Will never returnnullfrom a user service invocation context.
-