|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRelatable | |
---|---|
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 | |
---|---|
IRelatable |
RelationshipManager.getNode(String id)
|
IRelatable |
IRelationshipManager.getNode(String id)
Gets the relatable node. |
IRelatable |
RelationshipManager.getNode(String type,
String objectId,
boolean createNode)
|
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. |
Methods in lumis.portal.socialnetwork.relationship that return types with arguments of type IRelatable | |
---|---|
Set<IRelatable> |
RelationshipManager.listRelationships(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. |
Methods in lumis.portal.socialnetwork.relationship with parameters of type IRelatable | |
---|---|
String |
RelationshipManager.addRelationship(IRelatable source,
IRelatable target,
IRelationshipType relationshipType)
|
String |
IRelationshipManager.addRelationship(IRelatable source,
IRelatable target,
IRelationshipType relationshipType)
Adds a new relationship between the source and target nodes. |
Set<IRelatable> |
RelationshipManager.listRelationships(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> |
RelationshipManager.listRelationships(IRelatable source,
IRelationshipType relationshipType)
|
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. |
Uses of IRelatable in lumis.portal.socialnetwork.relationship.entity |
---|
Classes in lumis.portal.socialnetwork.relationship.entity that implement IRelatable | |
---|---|
class |
RelatableNode
RelatableNode entity implementation. |
Methods in lumis.portal.socialnetwork.relationship.entity that return IRelatable | |
---|---|
IRelatable |
RelationshipNode.getSource()
|
IRelatable |
IRelationship.getSource()
Gets the IRelatable source. |
IRelatable |
RelationshipNode.getTarget()
|
IRelatable |
IRelationship.getTarget()
Gets the IRelatable target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |