public abstract static class UserProfile.Impl extends Object implements com.tinkerpop.frames.modules.javahandler.JavaHandlerContext<com.tinkerpop.blueprints.Vertex>, UserProfile
UserProfile.ImplFOLLOWER_COUNT, FOLLOWING_COUNT, WATCHING_COUNT| Constructor and Description |
|---|
Impl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlocked(UserProfile user)
Add a user to this user's block list.
|
void |
addFollowing(UserProfile user)
Add a user the those this user follows.
|
void |
addWatching(Watchable item)
Add an item to this user's watch list.
|
Iterable<UserProfile> |
coGroupMembers()
Fetch users who share groups with this user.
|
int |
getFollowerCount() |
int |
getFollowingCount() |
int |
getWatchingCount() |
boolean |
isBlocking(UserProfile user)
Ascertain whether this user is blocking another user.
|
boolean |
isFollower(UserProfile otherUser)
Ascertain whether the other user is following this user.
|
boolean |
isFollowing(UserProfile otherUser)
Ascertain whether this user is following another user.
|
boolean |
isWatching(Watchable item)
Ascertain whether this user is watching an item.
|
void |
removeBlocked(UserProfile user)
Remove a user from this user's block list.
|
void |
removeFollowing(UserProfile user)
Remove a user from those this user follows.
|
void |
removeWatching(Watchable item)
Remove an item from this user's watch list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitframe, frame, frame, frame, frame, frame, frameEdges, frameEdges, frameEdges, frameEdges, frameVertices, frameVertices, g, gremlin, gremlin, itgetAnnotations, getBlocked, getFollowers, getFollowing, getGroups, getLinks, getVirtualUnits, getWatchingaddPermissionGrant, getAllParents, getParents, getPermissionGrants, isAdmin, isAnonymousgetIdentifiergetActions, getLatestActiongetAllPriorVersions, getPriorVersionaddAccessor, getAccessors, getHistory, getLatestEvent, getPermissionScope, getPermissionScopes, hasAccessRestriction, removeAccessor, setPermissionScopegetPermissionGrantsas, getId, getProperty, getProperty, getPropertyKeys, getTypeaddAnnotation, addAnnotationPartpublic int getFollowerCount()
getFollowerCount in interface UserProfilepublic int getFollowingCount()
getFollowingCount in interface UserProfilepublic int getWatchingCount()
getWatchingCount in interface UserProfilepublic void addFollowing(UserProfile user)
UserProfileaddFollowing in interface UserProfileuser - a user framepublic void removeFollowing(UserProfile user)
UserProfileremoveFollowing in interface UserProfileuser - a user framepublic boolean isFollowing(UserProfile otherUser)
UserProfileisFollowing in interface UserProfileotherUser - a user framepublic boolean isFollower(UserProfile otherUser)
UserProfileisFollower in interface UserProfileotherUser - a user framepublic void addWatching(Watchable item)
UserProfileaddWatching in interface UserProfileitem - a generic item framepublic void removeWatching(Watchable item)
UserProfileremoveWatching in interface UserProfileitem - a generic item framepublic boolean isWatching(Watchable item)
UserProfileisWatching in interface UserProfileitem - a generic item framepublic Iterable<UserProfile> coGroupMembers()
UserProfilecoGroupMembers in interface UserProfilepublic void addBlocked(UserProfile user)
UserProfileaddBlocked in interface UserProfileuser - a user framepublic void removeBlocked(UserProfile user)
UserProfileremoveBlocked in interface UserProfileuser - a user framepublic boolean isBlocking(UserProfile user)
UserProfileisBlocking in interface UserProfileuser - a user frameCopyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.