Uses of Interface
org.alfresco.module.org_alfresco_module_rm.relationship.Relationship
-
Packages that use Relationship Package Description org.alfresco.module.org_alfresco_module_rm.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 Relationship Modifier and Type Class Description class
RelationshipImpl
Relationship implementationMethods in org.alfresco.module.org_alfresco_module_rm.relationship that return types with arguments of type Relationship Modifier and Type Method Description Set<Relationship>
RelationshipService. getRelationshipsFrom(NodeRef nodeRef)
Gets all the relationships that come out from the given node referenceSet<Relationship>
RelationshipService. getRelationshipsFrom(NodeRef nodeRef, String nameFilter)
Gets all the relationships that come out from the given node reference that match the a given name filter.Set<Relationship>
RelationshipServiceImpl. getRelationshipsFrom(NodeRef nodeRef)
Set<Relationship>
RelationshipServiceImpl. getRelationshipsFrom(NodeRef nodeRef, String nameFilter)
Set<Relationship>
RelationshipService. getRelationshipsTo(NodeRef nodeRef)
Gets all the relationships that go into the given node referenceSet<Relationship>
RelationshipService. getRelationshipsTo(NodeRef nodeRef, String nameFilter)
Gets all the relationships that go into the given node reference that match the a given name filter.Set<Relationship>
RelationshipServiceImpl. getRelationshipsTo(NodeRef nodeRef)
Set<Relationship>
RelationshipServiceImpl. getRelationshipsTo(NodeRef nodeRef, String nameFilter)
-