| Modifier and Type | Method and Description |
|---|---|
User |
PersonFactory.buildFrom(ConfluenceUser hibernateObject,
Expansions expansions) |
User |
PersonModelFactory.fromUser(ConfluenceUser user,
Expansion... expansions) |
User |
PersonFactory.fromUser(ConfluenceUser user,
Expansion... expansions)
Constructs a User object for a particular user.
|
User |
PersonModelFactory.fromUser(ConfluenceUser user,
Expansions expansions) |
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 | Method and Description |
|---|---|
User |
Watch.getWatcher() |
| Constructor and Description |
|---|
ContentWatch(User watcher,
long contentId) |
LabelWatch(User watcher,
String label) |
SpaceWatch(User watcher,
String spaceKey) |
| 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 |
|---|---|
User |
User.Builder.build() |
static User |
User.fromUserAccountId(String accountId)
Creates a user object with only the aaid filled in, suitable for passing to services that accept a User object
|
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 |
|---|---|
static com.atlassian.sal.api.user.UserKey |
User.getUserKey(Reference<User> userReference) |
| 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 |
|---|---|
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 |
|---|---|
protected List<RelationInstance<User,Content>> |
HeartbeatAction.getContentRelation(RelationDescriptor relationDescriptor) |
| Constructor and Description |
|---|
LikeEntity(User user,
Date creationDate,
com.google.common.base.Supplier<Set<String>> followeesUsernames) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.UserNav |
RestNavigationImpl.user(Reference<User> user) |
| Modifier and Type | Method and Description |
|---|---|
RemoteGroupService.RemoteGroupFinder |
RemoteGroupServiceImpl.RemoteGroupFinderImpl.withMember(User user) |
RemoteGroupService.RemoteGroupFinder |
RemoteGroupService.RemoteGroupFinder.withMember(User user) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserWithDetails
A user object but with additional details that were omitted from the superclass User but required by some webdriver APIs.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentSearchResult> |
KnowledgeBaseSearchV2Rest.searchWithPermissionChecks(Space space,
String queryString,
User permissionCheckedUser) |
List<SearchResult> |
KnowledgeBaseSearchRest.searchWithPermissionChecks(Space space,
String queryString,
User permissionCheckedUser) |
List<ContentSearchResult> |
KnowledgeBaseSearchV2Rest.searchWithPermissionChecks(Space space,
String queryString,
User permissionCheckedUser,
boolean highlighting) |
com.sun.jersey.api.client.WebResource |
KnowledgeBaseSearchV2Rest.searchWithPermissionChecksResource(Space space,
String queryString,
User permissionCheckedUser) |
com.sun.jersey.api.client.WebResource |
KnowledgeBaseSearchRest.searchWithPermissionChecksResource(Space space,
String queryString,
User permissionCheckedUser) |
| Modifier and Type | Method and Description |
|---|---|
int |
FunctestRpc.countDrafts(User user) |
Space |
ConfluenceRpcSession.createPersonalSpace(User user) |
boolean |
NotificationRpc.isWatchingPage(Content page,
User user) |
boolean |
NotificationRpc.isWatchingSpace(Space space,
User user) |
boolean |
NotificationRpc.isWatchingSpaceForType(Space space,
ContentType contentType,
User user) |
boolean |
UserRpc.setUserPreference(User user,
String key,
boolean value) |
boolean |
UserRpc.setUserPreferenceString(User user,
String key,
String value) |
void |
FunctestRpc.setWatchOwnContent(User user,
boolean enabled) |
void |
FunctestRpc.setWatchSpace(User user,
Space space,
ContentType contentType,
boolean watchEnabled) |
void |
NotificationRpc.unwatchPageForUser(Content page,
User user) |
void |
NotificationRpc.watchPageForUser(Content page,
User user) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
PermissionsRpc.getPermissionsForUser(Space space,
User user) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
UserManager.getUserGroups(User user) |
Set<String> |
DefaultUserManager.getUserGroups(User user) |
Set<String> |
CrowdUserManager.getUserGroups(User user) |
boolean |
OnDemandCrowdDirectoryConfiguration.isValidUser(User user) |
boolean |
DirectoryConfiguration.isValidUser(User user)
Returns
true if the provided user details are valid for creation on this configuration. |
boolean |
DefaultDirectoryConfiguration.isValidUser(User user) |
boolean |
CrowdDirectoryConfiguration.isValidUser(User user) |
void |
ExternalUserSynchroniser.postProcessUser(User user)
Apply workarounds and set any properties required for the user.
|
void |
ExternalUserSynchroniser.processUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Return the User/Group/Membership data to a clean state.
|
void |
UserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep)
Return the User/Group/Membership data to a clean state.
|
void |
DefaultUserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep) |
void |
DefaultUserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep) |
void |
CrowdUserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep) |
void |
CrowdUserManager.resetData(Set<User> usersToKeep,
Set<Group> groupsToKeep,
Map<Group,HashSet<User>> userGroupMembershipsToKeep) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<ConfluenceUser> |
DefaultUserAccessor.getExistingByApiUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DashboardNetworkTab.isUserPresent(User user) |
static DashboardPopularStreamContent.StreamItem |
DashboardPopularStreamContent.streamItemFor(Content content,
User author,
DashboardPopularStreamContent.StreamCountItem... countItems) |
| Modifier and Type | Method and Description |
|---|---|
UserWatcherPicker |
UserWatcherPicker.addUser(User user) |
MultiUserPicker |
MultiUserPicker.addUser(User user)
Searches for the given user and adds them by waiting and clicking in the results drop down.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
MultiUserPicker.containsUserValue(User user) |
void |
MultiUserPicker.searchAndSelect(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserProfileMacro.getUser() |
| Constructor and Description |
|---|
UserProfileMacro(User user) |
| Modifier and Type | Method and Description |
|---|---|
UserPickerPopup |
UserPickerPopup.select(User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManageWatchersDialog.addWatcher(User user) |
boolean |
ManageWatchersDialog.isPageWatcher(User user) |
com.atlassian.pageobjects.elements.query.TimedCondition |
ShareDialog.isRecipientVisible(User user) |
boolean |
ManageWatchersDialog.isSpaceWatcher(User user) |
ShareDialog |
ShareDialog.removeShare(User user) |
void |
ManageWatchersDialog.removeWatcher(User user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViewSpaceSummaryPage.hasSpaceAdministrator(User user) |
Copyright © 2003–2017 Atlassian. All rights reserved.