Package | Description |
---|---|
lumis.portal.socialnetwork.relationship | |
lumis.portal.socialnetwork.relationship.entity |
Modifier and Type | Method and Description |
---|---|
IRelatable |
IRelationshipManager.getNode(String id)
Gets the relatable node.
|
IRelatable |
RelationshipManager.getNode(String id) |
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 type,
String objectId,
boolean createNode) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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<IRelatable> |
RelationshipManager.listRelationships(IRelatable source,
IRelatable target,
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.
|
Set<IRelationship> |
RelationshipManager.listRelationships(IRelatable source,
IRelationshipType relationshipType) |
Modifier and Type | Class and Description |
---|---|
class |
RelatableNode
RelatableNode entity implementation.
|
Modifier and Type | Method and Description |
---|---|
IRelatable |
IRelationship.getSource()
Gets the IRelatable source.
|
IRelatable |
RelationshipNode.getSource() |
IRelatable |
IRelationship.getTarget()
Gets the IRelatable target.
|
IRelatable |
RelationshipNode.getTarget() |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.