Interface DataspaceEntitySelection
- All Superinterfaces:
EntitySelection
- All Known Subinterfaces:
AssociationEntitySelection,AssociationRecordEntitySelection,AssociationTableEntitySelection,DatasetEntitySelection,HierarchyEntitySelection,HierarchyNodeEntitySelection,RecordEntitySelection,TableEntitySelection,TableViewEntitySelection
Provides information on the currently selected dataspace.
- Since:
- 5.8.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currently selected dataspace.
-
Method Details
-
getDataspace
AdaptationHome getDataspace()Returns the currently selected dataspace. Never returnsnull.Note:
For dataset entity selections, the returned dataspace is the one that contains the dataset.
-