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 Details

    • getHierarchyNode

      HierarchyNode getHierarchyNode()
      Returns the selected hierarchy node. May return null when no record has been selected yet, for example when evaluating activation rules. Will never return null from a user service invocation context.