Uses of Interface
org.alfresco.module.org_alfresco_module_rm.relationship.Relationship
Packages that use Relationship
-
Uses of Relationship in org.alfresco.module.org_alfresco_module_rm.relationship
Classes in org.alfresco.module.org_alfresco_module_rm.relationship that implement RelationshipMethods in org.alfresco.module.org_alfresco_module_rm.relationship that return types with arguments of type RelationshipModifier and TypeMethodDescriptionRelationshipService.getRelationshipsFrom(NodeRef nodeRef) Gets all the relationships that come out from the given node referenceRelationshipService.getRelationshipsFrom(NodeRef nodeRef, String nameFilter) Gets all the relationships that come out from the given node reference that match the a given name filter.RelationshipServiceImpl.getRelationshipsFrom(NodeRef nodeRef) RelationshipServiceImpl.getRelationshipsFrom(NodeRef nodeRef, String nameFilter) RelationshipService.getRelationshipsTo(NodeRef nodeRef) Gets all the relationships that go into the given node referenceRelationshipService.getRelationshipsTo(NodeRef nodeRef, String nameFilter) Gets all the relationships that go into the given node reference that match the a given name filter.RelationshipServiceImpl.getRelationshipsTo(NodeRef nodeRef) RelationshipServiceImpl.getRelationshipsTo(NodeRef nodeRef, String nameFilter)