Interface RecordEntitySelection
- All Superinterfaces:
DatasetEntitySelection,DataspaceEntitySelection,EntitySelection,TableEntitySelection
- All Known Subinterfaces:
AssociationRecordEntitySelection
Provides information on the currently selected record.
- Since:
- 5.8.0
-
Method Summary
Methods inherited from interface com.orchestranetworks.ui.selection.DatasetEntitySelection
getDatasetMethods inherited from interface com.orchestranetworks.ui.selection.DataspaceEntitySelection
getDataspaceMethods inherited from interface com.orchestranetworks.ui.selection.TableEntitySelection
getTable
-
Method Details
-
getRecord
Adaptation getRecord()Returns the currently selected record. May returnnullwhen no record has been selected yet, for example when evaluating activation rules. Will never returnnullfrom a user service invocation context.Warning: In the context of a single record selected in a table view with a very complex filter, this method can be very slow to execute.
-