Interface Relationship
- All Known Implementing Classes:
RelationshipImpl
@AlfrescoPublicApi
public interface Relationship
Interface representing the relationship
- Since:
- 2.3
- Author:
- Tuna Aksoy
-
Method Summary
-
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
-