public interface SocialGraph extends SocialGraph
SocialGraph
encapsulates an abstraction of a directed graph of node. A node in the graph is bound to a
user and the edges between the graph are established by relationships. The SocialGraph
is bound to a
resource resolver and can be adapted from one.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRootPath() |
Vertex |
getVertex(java.lang.String id)
Returns the node for the given id.
|
getNode, refresh, save
Vertex getVertex(java.lang.String id)
id
- the id to retrieve the node fornull
of the social object with id
does not exist.java.lang.String getRootPath()
Copyright © 2010 - 2020 Adobe. All Rights Reserved