Interface Relationship
-
- All Known Implementing Classes:
RelationshipImpl
@AlfrescoPublicApi public interface Relationship
Interface representing the relationship- Since:
- 2.3
- Author:
- Tuna Aksoy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeRef
getSource()
Gets the source of the relationshipNodeRef
getTarget()
Gets the target of the relationshipString
getUniqueName()
Gets the unique name of the relationship
-
-
-
Method Detail
-
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
-
-