Interface DatasetEntitySelection
-
- All Superinterfaces:
DataspaceEntitySelection,EntitySelection
- All Known Subinterfaces:
AssociationEntitySelection,AssociationRecordEntitySelection,AssociationTableEntitySelection,HierarchyEntitySelection,HierarchyNodeEntitySelection,RecordEntitySelection,TableEntitySelection,TableViewEntitySelection
public interface DatasetEntitySelection extends DataspaceEntitySelection
Provides information on the currently selected dataset.- Since:
- 5.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptationgetDataset()Returns the currently selected dataset.-
Methods inherited from interface com.orchestranetworks.ui.selection.DataspaceEntitySelection
getDataspace
-
-
-
-
Method Detail
-
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.
-
-