Modifier and Type | Method and Description |
---|---|
void |
FavouritesManager.addFavourite(ApplicationUser user,
S entity)
Add the given entity as a favourite of the user passed in add to favourites count if necessary.
|
void |
DefaultFavouritesManager.addFavourite(ApplicationUser user,
SharedEntity entity) |
void |
DefaultFavouritesManager.addFavouriteInPosition(ApplicationUser user,
SharedEntity entity,
long position) |
void |
FavouritesManager.addFavouriteInPosition(ApplicationUser user,
S entity,
long position)
Add the given entity as a favourite of the user passed in, in the specified position, add to favourites count if necessary.
|
void |
FavouritesManager.decreaseFavouriteSequence(ApplicationUser user,
S entity)
Decreases the position of the
SharedEntity relative to the user's set of all other entities of the same type. |
void |
DefaultFavouritesManager.decreaseFavouriteSequence(ApplicationUser user,
SharedEntity entity) |
void |
FavouritesManager.increaseFavouriteSequence(ApplicationUser user,
S entity)
Increases the position of the
SharedEntity relative to the user's set of all other entities of the same type. |
void |
DefaultFavouritesManager.increaseFavouriteSequence(ApplicationUser user,
SharedEntity entity) |
boolean |
FavouritesManager.isFavourite(ApplicationUser user,
S entity)
Check to see if the given entity is a favourite of the user passed in.
|
boolean |
DefaultFavouritesManager.isFavourite(ApplicationUser user,
SharedEntity entity) |
void |
FavouritesManager.moveToEndFavouriteSequence(ApplicationUser user,
S entity)
Moves the position of the
SharedEntity to the end relative to the user's set of all other entities of the same type. |
void |
DefaultFavouritesManager.moveToEndFavouriteSequence(ApplicationUser user,
SharedEntity entity) |
void |
FavouritesManager.moveToStartFavouriteSequence(ApplicationUser user,
S entity)
Moves the position of the
SharedEntity to the start relative to the user's set of all other entities of the same type. |
void |
DefaultFavouritesManager.moveToStartFavouriteSequence(ApplicationUser user,
SharedEntity entity) |
Modifier and Type | Method and Description |
---|---|
Set<ReindexRequest> |
DefaultReindexRequestService.processRequests(Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground) |
Set<ReindexRequest> |
ReindexRequestService.processRequests(Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground)
Processes any outstanding reindex requests asynchronously.
|
Set<ReindexRequest> |
DefaultReindexRequestService.processRequestsAndWait(Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground) |
Set<ReindexRequest> |
ReindexRequestService.processRequestsAndWait(Set<ReindexRequestType> reindexRequestTypes,
boolean runInBackground)
Processes any outstanding reindex requests and waits for them to finish.
|
Modifier and Type | Method and Description |
---|---|
StatsGroup |
SingleLevelGroupByReport.getOptions(SearchRequest sr,
ApplicationUser user,
StatisticsMapper mapper) |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
ConfluenceIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
ConfluenceIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
RemoteIssueLink |
JiraRemoteIssueLinkDecoratingService.decorate(RemoteIssueLink remoteIssueLink) |
RemoteIssueLink |
JiraRemoteIssueLinkDecoratingServiceImpl.decorate(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
ApplicationUser |
MessageHandlerContext.createUser(String username,
String password,
String email,
String fullname,
Integer userEventType)
Creates user in JIRA or just dummy user if run in dry run mode
|
ApplicationUser |
DefaultMessageHandlerContext.createUser(String username,
String password,
String email,
String fullname,
Integer userEventType) |
Modifier and Type | Method and Description |
---|---|
void |
UserUtil.addToJiraUsePermission(ApplicationUser user)
Deprecated.
|
void |
UserUtilImpl.addUserToGroup(com.atlassian.crowd.embedded.api.Group group,
ApplicationUser userToAdd) |
void |
UserUtil.addUserToGroup(com.atlassian.crowd.embedded.api.Group group,
ApplicationUser userToAdd)
This is used to add a specified user to a specified group.
|
void |
UserUtilImpl.addUserToGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups,
ApplicationUser userToAdd) |
void |
UserUtil.addUserToGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups,
ApplicationUser userToAdd)
This is used to add a user to many groups at once.
|
void |
UserUtilImpl.changePassword(ApplicationUser user,
String newPassword) |
void |
UserUtil.changePassword(ApplicationUser user,
String newPassword)
Can be called to set the password for a user.
|
ApplicationUser |
MockUserManager.createUser(UserDetails userData) |
ApplicationUser |
DefaultUserManager.createUser(UserDetails userData) |
ApplicationUser |
UserManager.createUser(UserDetails userData)
Creates a user in the specified directory (userDirectoryId).
|
ApplicationUser |
UserUtilImpl.createUser(UserDetails userData,
boolean sendEmailNotification,
int eventType,
Set<com.atlassian.application.api.ApplicationKey> applicationKeys) |
ApplicationUser |
UserUtil.createUser(UserDetails userData,
boolean sendEmail,
int eventType,
Set<com.atlassian.application.api.ApplicationKey> applicationKeys)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
ApplicationUser |
UserUtilImpl.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName) |
ApplicationUser |
UserUtil.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
ApplicationUser |
UserUtilImpl.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName,
Long directoryId) |
ApplicationUser |
UserUtil.createUserNoNotification(String username,
String password,
String emailAddress,
String displayName,
Long directoryId)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
ApplicationUser |
UserUtilImpl.createUserWithNotification(String username,
String password,
String email,
String fullname,
int userEventType) |
ApplicationUser |
UserUtil.createUserWithNotification(String username,
String password,
String email,
String fullname,
int userEventType)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
ApplicationUser |
UserUtilImpl.createUserWithNotification(String username,
String password,
String email,
String fullname,
Long directoryId,
int userEventType) |
ApplicationUser |
UserUtil.createUserWithNotification(String username,
String password,
String email,
String fullname,
Long directoryId,
int userEventType)
Deprecated.
Use
UserService.createUser(CreateUserValidationResult) instead. Since v7.0. |
void |
UserUtilImpl.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group group,
ApplicationUser userToRemove) |
void |
UserUtil.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group group,
ApplicationUser userToRemove)
This is used to remove a specified user from a specified group.
|
void |
UserUtilImpl.removeUserFromGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups,
ApplicationUser userToRemove) |
void |
UserUtil.removeUserFromGroups(Collection<com.atlassian.crowd.embedded.api.Group> groups,
ApplicationUser userToRemove)
This is used to remove a user from many groups at once.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractPluggableTabPanelAction.isTabPanelHidden(TabPanelClass descriptor)
Returns true if the tab panel of the given descriptor should be hidden from the current view
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ViewProfile.isTabPanelHidden(ViewProfilePanelModuleDescriptor descriptor) |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractViewFileServlet.JwtAttachmentPermissionException |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractViewFileServlet.checkRequesterIsPermittedToViewTheAttachment(Attachment attachment,
javax.servlet.http.HttpServletRequest request,
String exceptionMessage) |
protected void |
ViewAttachmentServlet.getInputStream(javax.servlet.http.HttpServletRequest request,
String attachmentQuery,
InputStreamConsumer<io.atlassian.fugue.Unit> consumer) |
protected abstract void |
AbstractViewFileServlet.getInputStream(javax.servlet.http.HttpServletRequest request,
String attachmentPath,
InputStreamConsumer<io.atlassian.fugue.Unit> consumer)
Gets the attachment file (not the file name) that corresponds to the requested attachment.
|
protected void |
ViewTemporaryAttachmentServlet.getInputStream(javax.servlet.http.HttpServletRequest request,
String attachmentQuery,
InputStreamConsumer<io.atlassian.fugue.Unit> consumer) |
protected void |
ViewThumbnailServlet.getInputStream(javax.servlet.http.HttpServletRequest request,
String attachmentPath,
InputStreamConsumer<io.atlassian.fugue.Unit> consumer) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.