Interface RelationshipDefinition

  • All Known Implementing Classes:
    RelationshipDefinitionImpl

    @AlfrescoPublicApi
    public interface RelationshipDefinition
    Interface representing the relationship definition
    Since:
    2.3
    Author:
    Tuna Aksoy
    • Method Detail

      • getUniqueName

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

        RelationshipType getType()
        Gets the type of the relationship definition
        Returns:
        The type of the relationship definition
      • getDisplayName

        RelationshipDisplayName getDisplayName()
        Gets the display name of the relationship definition
        Returns:
        The display name of the relationship definition