Interface HierarchyNodeEntitySelection
-
- All Superinterfaces:
DatasetEntitySelection,DataspaceEntitySelection,EntitySelection,TableEntitySelection
public interface HierarchyNodeEntitySelection extends TableEntitySelection
Provides information on the currently selected hierarchy node.- Since:
- 5.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HierarchyNodegetHierarchyNode()Returns the selected hierarchy node.-
Methods inherited from interface com.orchestranetworks.ui.selection.DatasetEntitySelection
getDataset
-
Methods inherited from interface com.orchestranetworks.ui.selection.DataspaceEntitySelection
getDataspace
-
Methods inherited from interface com.orchestranetworks.ui.selection.TableEntitySelection
getTable
-
-
-
-
Method Detail
-
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.
-
-