Interface RelationshipDefinition
-
- All Known Implementing Classes:
RelationshipDefinitionImpl
@AlfrescoPublicApi public interface RelationshipDefinition
Interface representing the relationship definition- Since:
- 2.3
- Author:
- Tuna Aksoy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationshipDisplayName
getDisplayName()
Gets the display name of the relationship definitionRelationshipType
getType()
Gets the type of the relationship definitionString
getUniqueName()
Gets the unique name of the relationship definition
-
-
-
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
-
-