Uses of Class
com.atlassian.confluence.api.model.people.User
-
-
Uses of User in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return User Modifier and Type Method Description User
PersonFactory. buildFrom(ConfluenceUser hibernateObject, Expansions expansions)
User
PersonFactory. fromUser(@NonNull ConfluenceUser user)
User
PersonFactory. fromUser(@NonNull ConfluenceUser user, Expansions expansions)
Constructs a User object for a particular user. -
Uses of User in com.atlassian.confluence.api.impl.service.network
Methods in com.atlassian.confluence.api.impl.service.network that return types with arguments of type User Modifier and Type Method 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)
-
Uses of User in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people with parameters of type User Modifier and Type Method Description GroupService.GroupFinder
GroupServiceImpl.GroupFinderImpl. withMember(User person)
-
Uses of User in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type User Modifier and Type Method Description protected @NonNull Optional<ContentPermission>
ContentRestrictionServiceImpl. getPreExistingContentPermissionForUser(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @NonNull User user)
Gets pre-existingContentPermission
(singular, optional) for theUser
andOperationKey
(as String permissionType) specified. -
Uses of User in com.atlassian.confluence.api.impl.service.relation
Classes in com.atlassian.confluence.api.impl.service.relation with type parameters of type User Modifier and Type Class Description class
AuthenticatedUserRelationDescriptor<S extends User,T extends Relatable>
AValidatingRelationDescriptor
which checks that theUser
for which the relation is being created is also the currently authenticated user. -
Uses of User in com.atlassian.confluence.api.model.audit
Methods in com.atlassian.confluence.api.model.audit that return User Modifier and Type Method Description User
AuditRecord. getAuthor()
Deprecated.Methods in com.atlassian.confluence.api.model.audit with parameters of type User Modifier and Type Method Description AuditRecord.Builder
AuditRecord.Builder. author(User user)
-
Uses of User in com.atlassian.confluence.api.model.people
Subclasses of User in com.atlassian.confluence.api.model.people Modifier and Type Class Description class
KnownUser
class
UnknownUser
Fields in com.atlassian.confluence.api.model.people with type parameters of type User Modifier and Type Field 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
Methods in com.atlassian.confluence.api.model.people that return User Modifier and Type Method 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 objectstatic 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 -
Uses of User in com.atlassian.confluence.api.model.search
Methods in com.atlassian.confluence.api.model.search that return User Modifier and Type Method Description User
UserSearchResult. getUser()
Methods in com.atlassian.confluence.api.model.search that return types with arguments of type User Modifier and Type Method Description Reference<User>
UserSearchResult. getEntityRef()
-
Uses of User in com.atlassian.confluence.api.model.watch
Methods in com.atlassian.confluence.api.model.watch that return User Modifier and Type Method Description User
AbstractWatch. getWatcher()
Constructors in com.atlassian.confluence.api.model.watch with parameters of type User Constructor Description ContentWatch(@NonNull User watcher, @NonNull ContentId contentId)
SpaceWatch(@NonNull User watcher, @NonNull Reference<Space> space, List<ContentType> contentTypes)
SpaceWatch(User watcher, String spaceKey, List<ContentType> contentTypes)
-
Uses of User in com.atlassian.confluence.api.service.network
Methods in com.atlassian.confluence.api.service.network that return types with arguments of type User Modifier and Type Method 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. -
Uses of User in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people with parameters of type User Modifier and Type Method Description GroupService.GroupFinder
GroupService.GroupFinder. withMember(User person)
Filter to groups that have the given person as a member -
Uses of User in com.atlassian.confluence.impl.service.finder.people
Methods in com.atlassian.confluence.impl.service.finder.people with parameters of type User Modifier and Type Method Description GroupService.GroupFinder
NoopGroupFinder. withMember(User person)
-
Uses of User in com.atlassian.confluence.internal.user
Methods in com.atlassian.confluence.internal.user with parameters of type User Modifier and Type Method Description Optional<ConfluenceUser>
UserAccessorInternal. getExistingByApiUser(User user)
Retrieve the corresponding ConfluenceUser (if any) for a user, by user key or username -
Uses of User in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return User Modifier and Type Method Description static User
ApiEntityConverter. convertItUserToApiUser(User user)
-
Uses of User in com.atlassian.confluence.plugins.like.graphql
Methods in com.atlassian.confluence.plugins.like.graphql that return User Modifier and Type Method Description User
LikeEntity. getUser()
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type User Constructor Description LikeEntity(User user, Date creationDate, com.google.common.base.Supplier<Set<String>> followeesUsernames)
-
Uses of User in com.atlassian.confluence.rest.client.remoteservice.people
Methods in com.atlassian.confluence.rest.client.remoteservice.people with parameters of type User Modifier and Type Method Description RemoteGroupService.RemoteGroupFinder
RemoteGroupService.RemoteGroupFinder. withMember(User user)
RemoteGroupService.RemoteGroupFinder
RemoteGroupServiceImpl.RemoteGroupFinderImpl. withMember(User user)
-
Uses of User in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user with parameters of type User Modifier and Type Method Description Optional<ConfluenceUser>
ConfluenceUserResolver. getExistingByApiUser(User user)
Optional<ConfluenceUser>
DefaultUserAccessor. getExistingByApiUser(User user)
-