Interface TableEntitySelection
- All Superinterfaces:
DatasetEntitySelection,DataspaceEntitySelection,EntitySelection
- All Known Subinterfaces:
AssociationEntitySelection,AssociationRecordEntitySelection,AssociationTableEntitySelection,HierarchyEntitySelection,HierarchyNodeEntitySelection,RecordEntitySelection,TableViewEntitySelection
Provides information on the currently selected table.
This interface should not be implemented directly. Instead implement TableViewEntitySelection,
RecordEntitySelection, HierarchyEntitySelection, HierarchyNodeEntitySelection,
AssociationEntitySelection or AssociationRecordEntitySelection.
- Since:
- 5.8.0
-
Method Summary
Methods inherited from interface com.orchestranetworks.ui.selection.DatasetEntitySelection
getDatasetMethods inherited from interface com.orchestranetworks.ui.selection.DataspaceEntitySelection
getDataspace
-
Method Details
-
getTable
AdaptationTable getTable()Returns the currently selected table. Never returnsnull.Notes:
- For a hierarchy view, the selected table is the target table.
- For an association view, the selected table is the associated table.
-