Interface AssociationRecordEntitySelection
- All Superinterfaces:
AssociationTableEntitySelection,DatasetEntitySelection,DataspaceEntitySelection,EntitySelection,RecordEntitySelection,TableEntitySelection
public interface AssociationRecordEntitySelection
extends RecordEntitySelection, AssociationTableEntitySelection
Provides information on the currently selected associated record.
- Since:
- 5.8.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currently selected associated record.getTable()Returns the target table of the selected association.Methods inherited from interface com.orchestranetworks.ui.selection.AssociationTableEntitySelection
getAssociationNode, getAssociationSourceRecordMethods inherited from interface com.orchestranetworks.ui.selection.DatasetEntitySelection
getDatasetMethods inherited from interface com.orchestranetworks.ui.selection.DataspaceEntitySelection
getDataspace
-
Method Details
-
getTable
AdaptationTable getTable()Returns the target table of the selected association. Never returnsnull.- Specified by:
getTablein interfaceTableEntitySelection
-
getRecord
Adaptation getRecord()Returns the currently selected associated record. May returnnullwhen no record has been selected yet, for example when evaluating activation rules. Will never returnnullfrom a user service invocation context.- Specified by:
getRecordin interfaceRecordEntitySelection
-