Interface RelationshipDefinition
- All Known Implementing Classes:
RelationshipDefinitionImpl
@AlfrescoPublicApi
public interface RelationshipDefinition
Interface representing the relationship definition
- Since:
- 2.3
- Author:
- Tuna Aksoy
-
Method Summary
Modifier and TypeMethodDescriptionGets the display name of the relationship definitiongetType()
Gets the type of the relationship definitionGets the unique name of the relationship definition
-
Method Details
-
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
-