Interface ReverseRelationshipResult


public interface ReverseRelationshipResult
Represents the result of a reverse relationship.
Since:
5.7.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the table containing the node that refers to the specified record.
    Returns the records in a table that refers to a specified record through a foreign key constraint, selection link or association link.
  • Method Details

    • getResult

      RequestResult getResult()
      Returns the records in a table that refers to a specified record through a foreign key constraint, selection link or association link.

      Permissions are applied if the corresponding reverse relationship has been retrieved using a specific Session. As a consequence, this result contains only the records that can be viewed by the end-user associated with the specified session.

      See Also:
    • getReferringTable

      AdaptationTable getReferringTable()
      Returns the table containing the node that refers to the specified record.