public interface Following extends SocialComponent
Modifier and Type | Field and Description |
---|---|
static String |
PROP_FOLLOWEDID |
static String |
PROP_USERID |
static String |
RESOURCE_TYPE |
DEFAULT_SELECTOR, INDEX_SELECTOR, QUERY_SELECTOR, TRANSLATE_SELECTOR
Modifier and Type | Method and Description |
---|---|
Edge |
edge()
Get the relationship representing this instance
|
Vertex |
followedNode()
Get the followed user graph node
|
SocialComponent |
getFollowed()
Get the followed component.
|
boolean |
getIsFollowed()
Check the follow state
|
boolean |
getIsFollowedUser()
Check if the followed item is a user
|
boolean |
getMayFollow()
Indicate whether the current user can follow the specify following user.
|
User |
getUser()
Get the user
|
SocialGraph |
socialGraph()
Get socialGraph of this instance.
|
Vertex |
userNode()
Get the user social graph node
|
getAsMap, getFriendlyUrl, getId, getParentComponent, getProperties, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
static final String RESOURCE_TYPE
static final String PROP_USERID
static final String PROP_FOLLOWEDID
User getUser()
SocialComponent getFollowed()
boolean getMayFollow()
boolean getIsFollowed()
boolean getIsFollowedUser()
SocialGraph socialGraph()
Edge edge()
Vertex userNode()
Vertex followedNode()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"