public interface Following extends SocialComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_FOLLOWEDID |
static java.lang.String |
PROP_USERID |
static java.lang.String |
RESOURCE_TYPE |
CSV_SELECTOR, DEFAULT_SELECTOR, INDEX_SELECTOR, PROP_REFERER, 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
|
java.lang.String |
getFollowedId()
Get the followed Id.
|
java.lang.String |
getFollowedResourceType()
Get the followed Resource Type
|
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, getProperty, getProperty, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
static final java.lang.String RESOURCE_TYPE
static final java.lang.String PROP_USERID
static final java.lang.String PROP_FOLLOWEDID
User getUser()
java.lang.String getFollowedId()
java.lang.String getFollowedResourceType()
boolean getMayFollow()
boolean getIsFollowed()
boolean getIsFollowedUser()
SocialGraph socialGraph()
Edge edge()
Vertex userNode()
Vertex followedNode()
Copyright © 2010 - 2020 Adobe. All Rights Reserved