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 UserPersonFactory. buildFrom(ConfluenceUser hibernateObject, Expansions expansions)UserPersonFactory. fromUser(@NonNull ConfluenceUser user)UserPersonFactory. 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.GroupFinderGroupServiceImpl.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 theUserandOperationKey(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 classAuthenticatedUserRelationDescriptor<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.model.audit
Methods in com.atlassian.confluence.api.model.audit that return User Modifier and Type Method Description UserAuditRecord. getAuthor()Deprecated.Methods in com.atlassian.confluence.api.model.audit with parameters of type User Modifier and Type Method Description AuditRecord.BuilderAuditRecord.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 classKnownUserclassUnknownUserFields 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. isUserKnownDeprecated.since 8.6.0.static com.google.common.base.Function<User,String>User. mapUserToUsernameDeprecated.since 8.6.0.Methods in com.atlassian.confluence.api.model.people that return User Modifier and Type Method Description static 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 User Modifier and Type Method Description UserUserSearchResult. 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 UserAbstractWatch. 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.GroupFinderGroupService.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.GroupFinderNoopGroupFinder. 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 UserApiEntityConverter. 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 UserLikeEntity. 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.RemoteGroupFinderRemoteGroupService.RemoteGroupFinder. withMember(User user)RemoteGroupService.RemoteGroupFinderRemoteGroupServiceImpl.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 @NonNull Optional<ConfluenceUser>ConfluenceUserResolver. getExistingByApiUser(User user)Optional<ConfluenceUser>DefaultUserAccessor. getExistingByApiUser(User user)Optional<ConfluenceUser>ReadOnlyUserAccessor. getExistingByApiUser(User user)
-