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 org.alfresco.service.cmr.repository.NodeRef
getSource()
Gets the source of the relationshiporg.alfresco.service.cmr.repository.NodeRef
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
org.alfresco.service.cmr.repository.NodeRef getSource()
Gets the source of the relationship- Returns:
- The source of the relationship
-
getTarget
org.alfresco.service.cmr.repository.NodeRef getTarget()
Gets the target of the relationship- Returns:
- The target of the relationship
-
-