Interface DatasetEntitySelection
- All Superinterfaces:
DataspaceEntitySelection,EntitySelection
- All Known Subinterfaces:
AssociationEntitySelection,AssociationRecordEntitySelection,AssociationTableEntitySelection,HierarchyEntitySelection,HierarchyNodeEntitySelection,RecordEntitySelection,TableEntitySelection,TableViewEntitySelection
Provides information on the currently selected dataset.
- Since:
- 5.8.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currently selected dataset.Methods inherited from interface com.orchestranetworks.ui.selection.DataspaceEntitySelection
getDataspace
-
Method Details
-
getDataset
Adaptation getDataset()Returns the currently selected dataset. Never returnsnull.Note:
For table entity selections, the returned dataset is the one that contains the table.
-