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