Uses of Interface
lumis.portal.socialnetwork.relationship.entity.IRelatable
-
Packages that use IRelatable Package Description lumis.portal.socialnetwork.relationship lumis.portal.socialnetwork.relationship.entity -
-
Uses of IRelatable in lumis.portal.socialnetwork.relationship
Methods in lumis.portal.socialnetwork.relationship that return IRelatable Modifier and Type Method Description IRelatable
IRelationshipManager. getNode(String id)
Gets the relatable node.IRelatable
IRelationshipManager. getNode(String type, String objectId, boolean createNode)
Gets the relatable node or creates a new node with the values in type and objectId params if the param createNode is equal to true.IRelatable
RelationshipManager. getNode(String id)
IRelatable
RelationshipManager. getNode(String type, String objectId, boolean createNode)
Methods in lumis.portal.socialnetwork.relationship that return types with arguments of type IRelatable Modifier and Type Method Description Set<IRelatable>
IRelationshipManager. listRelationships(IRelatable firstObject, IRelatable secondObject, IRelationshipType relationshipType)
Lists all relatable nodes that contains a relationship with firstObject and secondObject.Set<IRelatable>
RelationshipManager. listRelationships(IRelatable source, IRelatable target, IRelationshipType relationshipType)
Methods in lumis.portal.socialnetwork.relationship with parameters of type IRelatable Modifier and Type Method Description String
IRelationshipManager. addRelationship(IRelatable source, IRelatable target, IRelationshipType relationshipType)
Adds a new relationship between the source and target nodes.String
RelationshipManager. addRelationship(IRelatable source, IRelatable target, IRelationshipType relationshipType)
Set<IRelatable>
IRelationshipManager. listRelationships(IRelatable firstObject, IRelatable secondObject, IRelationshipType relationshipType)
Lists all relatable nodes that contains a relationship with firstObject and secondObject.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<IRelatable>
RelationshipManager. listRelationships(IRelatable source, IRelatable target, IRelationshipType relationshipType)
Set<IRelationship>
RelationshipManager. listRelationships(IRelatable source, IRelationshipType relationshipType)
-
Uses of IRelatable in lumis.portal.socialnetwork.relationship.entity
Classes in lumis.portal.socialnetwork.relationship.entity that implement IRelatable Modifier and Type Class Description class
RelatableNode
RelatableNode entity implementation.Methods in lumis.portal.socialnetwork.relationship.entity that return IRelatable Modifier and Type Method Description IRelatable
IRelationship. getSource()
Gets the IRelatable source.IRelatable
RelationshipNode. getSource()
IRelatable
IRelationship. getTarget()
Gets the IRelatable target.IRelatable
RelationshipNode. getTarget()
-