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 |
---|---|
String |
getRootPath() |
Vertex |
getVertex(String id)
Returns the node for the given id.
|
getNode, refresh, save
Vertex getVertex(String id)
id
- the id to retrieve the node fornull
of the social object with id
does not exist.String getRootPath()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"