All Known Implementing Classes:
RelationshipImpl

@AlfrescoPublicApi public interface Relationship
Interface representing the relationship
Since:
2.3
Author:
Tuna Aksoy
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the source of the relationship
    Gets the target of the relationship
    Gets the unique name of the relationship
  • Method Details

    • getUniqueName

      String getUniqueName()
      Gets the unique name of the relationship
      Returns:
      The unique name of the relationship
    • getSource

      NodeRef getSource()
      Gets the source of the relationship
      Returns:
      The source of the relationship
    • getTarget

      NodeRef getTarget()
      Gets the target of the relationship
      Returns:
      The target of the relationship