Modifier and Type | Method and Description |
---|---|
User |
PersonFactory.buildFrom(ConfluenceUser hibernateObject,
Expansions expansions) |
User |
PersonFactory.fromUser(ConfluenceUser user) |
User |
PersonFactory.fromUser(ConfluenceUser user,
Expansions expansions)
Constructs a User object for a particular user.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<User> |
NetworkServiceImpl.getFollowers(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request) |
PageResponse<User> |
NetworkServiceImpl.getFollowing(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request) |
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
GroupServiceImpl.GroupFinderImpl.withMember(User person) |
Modifier and Type | Method and Description |
---|---|
protected Optional<ContentPermission> |
ContentRestrictionServiceImpl.getPreExistingContentPermissionForUser(ContentEntityObject ceo,
String permissionType,
User user)
Gets pre-existing
ContentPermission (singular, optional) for the User and OperationKey (as String permissionType) specified. |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedUserRelationDescriptor<S extends User,T extends Relatable>
A
ValidatingRelationDescriptor which checks that the User for which the relation is being created is
also the currently authenticated user. |
Modifier and Type | Method and Description |
---|---|
User |
AuditRecord.getAuthor() |
Modifier and Type | Method and Description |
---|---|
AuditRecord.Builder |
AuditRecord.Builder.author(User user) |
Modifier and Type | Class and Description |
---|---|
class |
KnownUser |
class |
UnknownUser |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<User> |
User.isUserKnown
A predicate that filters out unknown users.
|
static com.google.common.base.Function<User,String> |
User.mapUserToUsername |
Modifier and Type | Method and Description |
---|---|
static User |
User.fromUserkey(com.atlassian.sal.api.user.UserKey key)
Creates a user object with only the userkey filled in, suitable for passing to services that accept a User object
|
static User |
User.fromUsername(String username)
Creates a user object with only the username filled in, suitable for passing to services that accept a User object
|
Modifier and Type | Method and Description |
---|---|
User |
UserSearchResult.getUser() |
Modifier and Type | Method and Description |
---|---|
Reference<User> |
UserSearchResult.getEntityRef() |
Modifier and Type | Method and Description |
---|---|
User |
AbstractWatch.getWatcher() |
Constructor and Description |
---|
ContentWatch(User watcher,
ContentId contentId) |
SpaceWatch(User watcher,
Reference<Space> space) |
SpaceWatch(User watcher,
String spaceKey) |
Modifier and Type | Method and Description |
---|---|
PageResponse<User> |
NetworkService.getFollowers(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
Gets the users who are following the given user.
|
PageResponse<User> |
NetworkService.getFollowing(com.atlassian.sal.api.user.UserKey userKey,
PageRequest request)
Gets the users that the given user is following.
|
Modifier and Type | Method and Description |
---|---|
GroupService.GroupFinder |
GroupService.GroupFinder.withMember(User person)
Filter to groups that have the given person as a member
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<ConfluenceUser> |
UserAccessorInternal.getExistingByApiUser(User user)
Retrieve the corresponding ConfluenceUser (if any) for a user, by user key or username
|
Modifier and Type | Method and Description |
---|---|
static User |
ApiEntityConverter.convertItUserToApiUser(User user) |
Modifier and Type | Method and Description |
---|---|
RemoteGroupService.RemoteGroupFinder |
RemoteGroupService.RemoteGroupFinder.withMember(User user) |
RemoteGroupService.RemoteGroupFinder |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.withMember(User user) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<ConfluenceUser> |
DefaultUserAccessor.getExistingByApiUser(User user) |
Copyright © 2003–2018 Atlassian. All rights reserved.