Uses of Class
com.atlassian.confluence.api.model.people.User
Packages that use User
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of User in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return UserModifier and TypeMethodDescriptionPersonFactory.buildFrom(ConfluenceUser hibernateObject, Expansions expansions) PersonFactory.fromUser(@NonNull ConfluenceUser 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 UserModifier and TypeMethodDescriptionNetworkServiceImpl.getFollowers(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) 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 -
Uses of User in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type UserModifier and TypeMethodDescriptionGlobalPermissionServiceImpl.getPermissionsGrantedToUser(User user) protected @NonNull Optional<ContentPermission> ContentRestrictionServiceImpl.getPreExistingContentPermissionForUser(@Nullable ContentEntityObject ceo, @Nullable String permissionType, @NonNull User user) Gets pre-existingContentPermission(singular, optional) for theUserandOperationKey(as String permissionType) specified.voidGlobalPermissionServiceImpl.grantPermissionsToUser(User user, Set<OperationDescription> permissions) voidGlobalPermissionServiceImpl.revokePermissionsFromUser(User user, Set<OperationDescription> permissions) -
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 UserModifier and TypeClassDescriptionclassAuthenticatedUserRelationDescriptor<S extends User,T extends Relatable> AValidatingRelationDescriptorwhich checks that theUserfor which the relation is being created is also the currently authenticated user. -
Uses of User in com.atlassian.confluence.api.impl.service.watch
Methods in com.atlassian.confluence.api.impl.service.watch that return types with arguments of type UserModifier and TypeMethodDescriptionWatchServiceImpl.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) WatchServiceImpl.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) -
Uses of User in com.atlassian.confluence.api.model.audit
Methods in com.atlassian.confluence.api.model.audit that return UserMethods in com.atlassian.confluence.api.model.audit with parameters of type User -
Uses of User in com.atlassian.confluence.api.model.people
Subclasses of User in com.atlassian.confluence.api.model.peopleMethods in com.atlassian.confluence.api.model.people that return UserModifier and TypeMethodDescriptionstatic UserUser.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 UserUser.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 UserMethods in com.atlassian.confluence.api.model.search that return types with arguments of type User -
Uses of User in com.atlassian.confluence.api.model.watch
Methods in com.atlassian.confluence.api.model.watch that return UserMethods in com.atlassian.confluence.api.model.watch with parameters of type UserModifier and TypeMethodDescriptionConstructors in com.atlassian.confluence.api.model.watch with parameters of type UserModifierConstructorDescriptionContentWatch(@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 UserModifier and TypeMethodDescriptionNetworkService.getFollowers(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) Gets the users who are following the given 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 UserModifier and TypeMethodDescriptionGroupService.GroupFinder.withMember(User person) Filter to groups that have the given person as a member -
Uses of User in com.atlassian.confluence.api.service.permissions
Methods in com.atlassian.confluence.api.service.permissions with parameters of type UserModifier and TypeMethodDescriptionGlobalPermissionService.getPermissionsGrantedToUser(User user) Get the permissions granted to a user.voidGlobalPermissionService.grantPermissionsToUser(User user, Set<OperationDescription> permissions) Grants global permissions to a user.voidGlobalPermissionService.revokePermissionsFromUser(User user, Set<OperationDescription> permissions) Revoke global permissions from a user. -
Uses of User in com.atlassian.confluence.api.service.watch
Methods in com.atlassian.confluence.api.service.watch that return types with arguments of type UserModifier and TypeMethodDescriptionWatchService.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) Returns a paginated list of Users watching the given Content identified by contentId.WatchService.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of Users watching the given Space identified by spaceKey. -
Uses of User in com.atlassian.confluence.api.testsupport.matchers.model.user
Methods in com.atlassian.confluence.api.testsupport.matchers.model.user with parameters of type UserModifier and TypeMethodDescriptionprotected booleanUserMatchers.UserWithKeyMatcher.matchesSafely(User user) -
Uses of User in com.atlassian.confluence.api.testsupport.model.watch
Constructors in com.atlassian.confluence.api.testsupport.model.watch with parameters of type UserModifierConstructorDescriptionExtendedContentWatch(String name, User watcher, ContentId contentId) ExtendedSpaceWatch(String name, User watcher, Reference<Space> space, List<ContentType> contentTypes) -
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 -
Uses of User in com.atlassian.confluence.impl.user
Methods in com.atlassian.confluence.impl.user with parameters of type UserModifier and TypeMethodDescription@NonNull Optional<ConfluenceUser> DefaultUserAccessor.getExistingByApiUser(User user) -
Uses of User in com.atlassian.confluence.plugins.like.graphql
Methods in com.atlassian.confluence.plugins.like.graphql that return UserConstructors in com.atlassian.confluence.plugins.like.graphql with parameters of type UserModifierConstructorDescriptionLikeEntity(User user, Date creationDate, com.google.common.base.Supplier<Set<String>> followeesUsernames) -
Uses of User in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type User -
Uses of User in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type UserModifier and TypeMethodDescriptionRemoteWatchService.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) Returns a paginated list of Users watching the given Content identified by contentId.RemoteWatchService.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) Returns a paginated list of Users watching the given Space identified by spaceKey.Methods in com.atlassian.confluence.rest.client with parameters of type UserModifier and TypeMethodDescriptionRemoteGlobalPermissionService.getPermissionsGrantedToUserCompletionStage(User user) Get the permissions granted to a user.RemoteGlobalPermissionServiceImpl.getPermissionsGrantedToUserCompletionStage(User user) RemoteGlobalPermissionService.grantPermissionsToUser(User user, Set<OperationDescription> permissions) Grants global permissions to a user.RemoteGlobalPermissionServiceImpl.grantPermissionsToUser(User user, Set<OperationDescription> permissions) RemoteGlobalPermissionService.revokePermissionsFromUser(User user, Set<OperationDescription> permissions) Revoke global permissions from a user.RemoteGlobalPermissionServiceImpl.revokePermissionsFromUser(User user, Set<OperationDescription> permissions) -
Uses of User in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type UserModifier and TypeMethodDescriptionRemoteWatchServiceImpl.findUsersWatchingContentPaginated(ContentId contentId, PageRequest pageRequest) RemoteWatchServiceImpl.findUsersWatchingSpacePaginated(String spaceKey, PageRequest pageRequest) -
Uses of User in com.atlassian.confluence.rest.client.remoteservice.people
Methods in com.atlassian.confluence.rest.client.remoteservice.people with parameters of type UserModifier and TypeMethodDescriptionRemoteGroupService.RemoteGroupFinder.withMember(User user) RemoteGroupServiceImpl.RemoteGroupFinderImpl.withMember(User user) -
Uses of User in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user with parameters of type UserModifier and TypeMethodDescription@NonNull Optional<ConfluenceUser> ConfluenceUserResolver.getExistingByApiUser(User user) @NonNull Optional<ConfluenceUser> ReadOnlyUserAccessor.getExistingByApiUser(User user)