Interface AssociationTableEntitySelection

All Superinterfaces:
DatasetEntitySelection, DataspaceEntitySelection, EntitySelection, TableEntitySelection
All Known Subinterfaces:
AssociationEntitySelection, AssociationRecordEntitySelection

public interface AssociationTableEntitySelection extends TableEntitySelection
Provides information on the association context of the current selection.

This interface should not be implemented directly. Instead implement AssociationEntitySelection or AssociationRecordEntitySelection.

Since:
5.8.0
  • Method Details

    • getAssociationNode

      SchemaNode getAssociationNode()
      Returns the node defining the current association. Never returns null.
      See Also:
    • getAssociationSourceRecord

      Adaptation getAssociationSourceRecord()
      Returns the association source record. Never returns null.