Uses of Interface
lumis.portal.socialnetwork.relationship.entity.IRelationship
-
Packages that use IRelationship Package Description lumis.portal.socialnetwork.relationship lumis.portal.socialnetwork.relationship.entity -
-
Uses of IRelationship in lumis.portal.socialnetwork.relationship
Methods in lumis.portal.socialnetwork.relationship that return IRelationship Modifier and Type Method Description IRelationship
IRelationshipManager. getRelationship(String id)
Gets the relationship.IRelationship
RelationshipManager. getRelationship(String id)
Methods in lumis.portal.socialnetwork.relationship that return types with arguments of type IRelationship Modifier and Type Method Description Set<IRelationship>
IRelationshipManager. listRelationships(IRelatable source, IRelationshipType relationshipType)
Lists all relationships where the param source is the source and where the param source is the target if the relationship is bidirectional.Set<IRelationship>
RelationshipManager. listRelationships(IRelatable source, IRelationshipType relationshipType)
-
Uses of IRelationship in lumis.portal.socialnetwork.relationship.entity
Classes in lumis.portal.socialnetwork.relationship.entity that implement IRelationship Modifier and Type Class Description class
RelationshipNode
Relationship entity implementation.
-