|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of User in com.atlassian.core.ofbiz.association |
---|
Methods in com.atlassian.core.ofbiz.association that return types with arguments of type User | |
---|---|
List<User> |
DefaultAssociationManager.getUserFromSink(org.ofbiz.core.entity.GenericValue sink,
String associationType,
boolean useCache)
Operates on UserAssociations - gets MANY users from ONE sink |
List<User> |
AssociationManager.getUserFromSink(org.ofbiz.core.entity.GenericValue sink,
String associationType,
boolean useCache)
Operates on UserAssociations - gets MANY users from ONE sink |
List<User> |
DefaultAssociationManager.getUserFromSink(org.ofbiz.core.entity.GenericValue sink,
String associationType,
boolean useCache,
boolean useSequence)
Operates on UserAssociations - gets MANY users from ONE sink |
List<User> |
AssociationManager.getUserFromSink(org.ofbiz.core.entity.GenericValue sink,
String associationType,
boolean useCache,
boolean useSequence)
Operates on UserAssociations - gets MANY users from ONE sink |
Methods in com.atlassian.core.ofbiz.association with parameters of type User | |
---|---|
org.ofbiz.core.entity.GenericValue |
DefaultAssociationManager.createAssociation(User user,
org.ofbiz.core.entity.GenericValue sink,
String associationType)
|
org.ofbiz.core.entity.GenericValue |
AssociationManager.createAssociation(User user,
org.ofbiz.core.entity.GenericValue sink,
String associationType)
Deprecated. Please use UserAssociationStore.createAssociation(String, com.atlassian.crowd.embedded.api.User, org.ofbiz.core.entity.GenericValue) . Deprecated since v4.3 |
org.ofbiz.core.entity.GenericValue |
DefaultAssociationManager.getAssociation(User user,
org.ofbiz.core.entity.GenericValue sink,
String associationType)
|
org.ofbiz.core.entity.GenericValue |
AssociationManager.getAssociation(User user,
org.ofbiz.core.entity.GenericValue sink,
String associationType)
|
List<org.ofbiz.core.entity.GenericValue> |
DefaultAssociationManager.getSinkFromUser(User source,
String sinkName,
String associationType,
boolean useCache)
Operates on UserAssociations - gets MANY sinks from ONE user |
List<org.ofbiz.core.entity.GenericValue> |
AssociationManager.getSinkFromUser(User source,
String sinkName,
String associationType,
boolean useCache)
Operates on UserAssociations - gets MANY sinks from ONE user |
List<org.ofbiz.core.entity.GenericValue> |
DefaultAssociationManager.getSinkFromUser(User source,
String sinkName,
String associationType,
boolean useCache,
boolean useSequence)
Operates on UserAssociations - gets MANY sinks from ONE user |
List<org.ofbiz.core.entity.GenericValue> |
AssociationManager.getSinkFromUser(User source,
String sinkName,
String associationType,
boolean useCache,
boolean useSequence)
Operates on UserAssociations - gets MANY sinks from ONE user. |
List<Long> |
DefaultAssociationManager.getSinkIdsFromUser(User source,
String sinkName,
String associationType,
boolean useCache)
|
List<Long> |
AssociationManager.getSinkIdsFromUser(User source,
String sinkName,
String associationType,
boolean useCache)
Operates on UserAssociations - gets MANY sinks Ids from ONE user |
void |
DefaultAssociationManager.removeAssociation(User user,
org.ofbiz.core.entity.GenericValue sink,
String associationType)
|
void |
AssociationManager.removeAssociation(User user,
org.ofbiz.core.entity.GenericValue sink,
String associationType)
|
void |
DefaultAssociationManager.removeUserAssociationsFromUser(User user)
Remove all user<->entity associations, given the user |
void |
AssociationManager.removeUserAssociationsFromUser(User user)
Remove all user<->entity associations, given the user |
void |
DefaultAssociationManager.removeUserAssociationsFromUser(User user,
String associationType)
|
void |
AssociationManager.removeUserAssociationsFromUser(User user,
String associationType)
Remove all user<->entity associations, given the user and association type |
void |
DefaultAssociationManager.removeUserAssociationsFromUser(User user,
String associationType,
String entityName)
|
void |
AssociationManager.removeUserAssociationsFromUser(User user,
String associationType,
String entityName)
Remove all user<->entity associations, given the user and association type |
Uses of User in com.atlassian.core.user |
---|
Methods in com.atlassian.core.user that return User | |
---|---|
static User |
UserUtils.createUser(String username,
String email)
Deprecated. This method is used when a user is created automatically, or by another user (for example an administrator). |
static User |
UserUtils.createUser(String username,
String email,
String fullname)
Deprecated. This method is used when a user is created automatically, or by another user (for example an administrator). |
static User |
UserUtils.createUser(String username,
String password,
String email,
String fullname)
Deprecated. Generic method which actually creates users, and fires the given event. |
static User |
UserUtils.createUser(String username,
String password,
String email,
String fullname,
Collection groups)
Deprecated. Creates a new user with given attributes and associates the user with given collection of groups. |
static User |
UserUtils.getUser(String username)
Deprecated. Retrieves and returns the user by given username. |
static User |
UserUtils.getUserByEmail(String email)
Deprecated. Return the first user found that matches thie email address. |
Methods in com.atlassian.core.user with parameters of type User | |
---|---|
static void |
UserUtils.changePassword(User user,
String password)
Deprecated. Changes the password for a given user. |
static void |
UserUtils.removeUser(User user)
Deprecated. Removes the given user. |
static String |
UserUtils.resetPassword(User user)
Deprecated. For a user, create a new password, and dispatch an 'forgot password' event |
Uses of User in com.atlassian.jira.action |
---|
Methods in com.atlassian.jira.action that return User | |
---|---|
abstract User |
JiraActionSupport.getRemoteUser()
Deprecated. Use JiraActionSupport.getLoggedInUser() instead. Since v4.3 |
User |
JiraNonWebActionSupport.getRemoteUser()
|
Methods in com.atlassian.jira.action with parameters of type User | |
---|---|
void |
JiraNonWebActionSupport.setRemoteUser(User remoteUser)
Deprecated. This method should not be used. Since v4.3 |
Uses of User in com.atlassian.jira.action.admin.export |
---|
Methods in com.atlassian.jira.action.admin.export with parameters of type User | |
---|---|
long |
EntitiesExporter.exportEntities(OutputStream outputStream,
SortedSet<String> entityNames,
EntityXmlWriter entityWriter,
User exportingUser)
Exports the entities in the TreeSet to the outputStream. |
long |
DefaultSaxEntitiesExporter.exportEntities(OutputStream outputStream,
SortedSet<String> entityNames,
EntityXmlWriter entityWriter,
User exportingUser)
|
protected void |
DefaultSaxEntitiesExporter.writeHeader(PrintWriter printWriter,
User exportingUser)
This will write the start of the exported XML file out. |
Uses of User in com.atlassian.jira.action.component |
---|
Methods in com.atlassian.jira.action.component with parameters of type User | |
---|---|
ErrorCollection |
SelectComponentAssigneesUtil.execute(User user)
|
ErrorCollection |
SelectComponentAssigneesUtilImpl.execute(User user)
|
boolean |
SelectComponentAssigneesUtil.hasPermission(org.ofbiz.core.entity.GenericValue project,
User user)
|
boolean |
SelectComponentAssigneesUtilImpl.hasPermission(org.ofbiz.core.entity.GenericValue project,
User user)
|
Uses of User in com.atlassian.jira.action.issue |
---|
Methods in com.atlassian.jira.action.issue with parameters of type User | |
---|---|
void |
IssueDeleteInterface.setRemoteUser(User user)
Deprecated. |
Uses of User in com.atlassian.jira.admin |
---|
Methods in com.atlassian.jira.admin with parameters of type User | |
---|---|
List<SimpleLink> |
AdminHistoryLinkFactory.getLinks(User user,
Map<String,Object> params)
|
List<SimpleLink> |
LegacyAdminLinkFactory.getLinks(User user,
Map<String,Object> params)
|
Uses of User in com.atlassian.jira.avatar |
---|
Methods in com.atlassian.jira.avatar with parameters of type User | |
---|---|
boolean |
AvatarManagerImpl.hasPermissionToEdit(User remoteUser,
Avatar.Type type,
String ownerId)
|
boolean |
AvatarManager.hasPermissionToEdit(User remoteUser,
Avatar.Type type,
String ownerId)
Determines if the remoteUser provided has permission to edit avatars of a certain type for the owner provided. |
boolean |
AvatarManagerImpl.hasPermissionToView(User remoteUser,
Avatar.Type type,
String ownerId)
|
boolean |
AvatarManager.hasPermissionToView(User remoteUser,
Avatar.Type type,
String ownerId)
Determines if the remoteUser provided has permission to view avatars of a certain type for the owner provided. |
Uses of User in com.atlassian.jira.bc |
---|
Methods in com.atlassian.jira.bc that return User | |
---|---|
User |
JiraServiceContextImpl.getUser()
Returns user, can be null |
User |
JiraServiceContext.getUser()
Deprecated. Use JiraServiceContext.getLoggedInUser() . Since 4.4 |
Constructors in com.atlassian.jira.bc with parameters of type User | |
---|---|
JiraServiceContextImpl(User user)
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User) instead. |
|
JiraServiceContextImpl(User user,
ErrorCollection errorCollection)
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection) instead. |
|
JiraServiceContextImpl(User user,
ErrorCollection errorCollection,
I18nHelper i18nHelper)
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, com.atlassian.jira.util.I18nHelper) instead. |
Uses of User in com.atlassian.jira.bc.config |
---|
Methods in com.atlassian.jira.bc.config with parameters of type User | |
---|---|
ServiceOutcome<IssueType> |
DefaultConstantsService.getIssueTypeById(User user,
String issueTypeId)
|
ServiceOutcome<IssueType> |
ConstantsService.getIssueTypeById(User user,
String issueTypeId)
Returns a ServiceOutcome containing the IssueType that has the given id. |
ServiceOutcome<Status> |
DefaultConstantsService.getStatusById(User user,
String statusId)
|
ServiceOutcome<Status> |
ConstantsService.getStatusById(User user,
String statusId)
Returns a ServiceOutcome containing the Status that has the given id. |
Uses of User in com.atlassian.jira.bc.favourites |
---|
Methods in com.atlassian.jira.bc.favourites with parameters of type User | |
---|---|
boolean |
DefaultFavouritesService.isFavourite(User user,
SharedEntity entity)
|
boolean |
FavouritesService.isFavourite(User user,
SharedEntity entity)
Check that the given entity is a favourite of the user passed in the context |
Uses of User in com.atlassian.jira.bc.filter |
---|
Methods in com.atlassian.jira.bc.filter with parameters of type User | |
---|---|
void |
SearchRequestService.deleteAllFiltersForUser(JiraServiceContext serviceCtx,
User user)
Delete all filters for a given user |
void |
DefaultSearchRequestService.deleteAllFiltersForUser(JiraServiceContext serviceCtx,
User user)
|
Collection<SearchRequest> |
SearchRequestService.getFavouriteFilters(User user)
Retrieve all filters a user has favourited. |
Collection<SearchRequest> |
DefaultSearchRequestService.getFavouriteFilters(User user)
|
Collection<SearchRequest> |
SearchRequestService.getFiltersFavouritedByOthers(User user)
Get filters owned by a given user that have been favourited by at least one other user |
Collection<SearchRequest> |
DefaultSearchRequestService.getFiltersFavouritedByOthers(User user)
|
Collection<SearchRequest> |
SearchRequestService.getNonPrivateFilters(User user)
Get a user's non private filters. |
Collection<SearchRequest> |
DefaultSearchRequestService.getNonPrivateFilters(User user)
|
Collection<SearchRequest> |
SearchRequestService.getOwnedFilters(User user)
Retrieve all filters a user owns/has created. |
Collection<SearchRequest> |
DefaultSearchRequestService.getOwnedFilters(User user)
|
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultFilterSubscriptionService.getVisibleSubscriptions(User user,
SearchRequest filter)
|
Collection<org.ofbiz.core.entity.GenericValue> |
FilterSubscriptionService.getVisibleSubscriptions(User user,
SearchRequest filter)
Retrieves a list of subscriptions that a given user can see for a given filter. |
Uses of User in com.atlassian.jira.bc.issue |
---|
Methods in com.atlassian.jira.bc.issue with parameters of type User | |
---|---|
IssueService.IssueResult |
DefaultIssueService.create(User user,
IssueService.CreateValidationResult createValidationResult)
|
IssueService.IssueResult |
IssueService.create(User user,
IssueService.CreateValidationResult createValidationResult)
This method will store the provided issue to the JIRA datastore. |
IssueService.IssueResult |
DefaultIssueService.create(User user,
IssueService.CreateValidationResult createValidationResult,
String initialWorkflowActionName)
|
IssueService.IssueResult |
IssueService.create(User user,
IssueService.CreateValidationResult createValidationResult,
String initialWorkflowActionName)
This method will store the provided issue to the JIRA datastore. |
ErrorCollection |
DefaultIssueService.delete(User user,
IssueService.DeleteValidationResult deleteValidationResult)
|
ErrorCollection |
IssueService.delete(User user,
IssueService.DeleteValidationResult deleteValidationResult)
This method will delete an issue from JIRA. |
ErrorCollection |
DefaultIssueService.delete(User user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
ErrorCollection |
IssueService.delete(User user,
IssueService.DeleteValidationResult deleteValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
IssueService.IssueResult |
DefaultIssueService.getIssue(User user,
Long issueId)
|
IssueService.IssueResult |
IssueService.getIssue(User user,
Long issueId)
This method will retrieve the issue with the provided issue id if the current user has permission to view the issue. |
IssueService.IssueResult |
DefaultIssueService.getIssue(User user,
String issueKey)
|
IssueService.IssueResult |
IssueService.getIssue(User user,
String issueKey)
This method will retrieve the issue with the provided issue id if the current user has permission to view the issue. |
boolean |
DefaultIssueService.isEditable(Issue issue,
User user)
|
boolean |
IssueService.isEditable(Issue issue,
User user)
Returns true if the issue can be edited by the current user. |
IssueService.IssueResult |
DefaultIssueService.transition(User user,
IssueService.TransitionValidationResult transitionResult)
|
IssueService.IssueResult |
IssueService.transition(User user,
IssueService.TransitionValidationResult transitionResult)
This method will store the provided issue to the JIRA datastore and will transition it through workflow. |
IssueService.IssueResult |
DefaultIssueService.update(User user,
IssueService.UpdateValidationResult updateValidationResult)
|
IssueService.IssueResult |
IssueService.update(User user,
IssueService.UpdateValidationResult updateValidationResult)
This method will store the provided issue to the JIRA datastore. |
IssueService.IssueResult |
DefaultIssueService.update(User user,
IssueService.UpdateValidationResult updateValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
IssueService.IssueResult |
IssueService.update(User user,
IssueService.UpdateValidationResult updateValidationResult,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore. |
IssueService.CreateValidationResult |
DefaultIssueService.validateCreate(User user,
IssueInputParameters issueInputParameters)
|
IssueService.CreateValidationResult |
IssueService.validateCreate(User user,
IssueInputParameters issueInputParameters)
This method will validate parameters and check permissions and if all checks pass it will create an Issue
that can be passed to the IssueService.create(User, CreateValidationResult)
method. |
IssueService.DeleteValidationResult |
DefaultIssueService.validateDelete(User user,
Long issueId)
|
IssueService.DeleteValidationResult |
IssueService.validateDelete(User user,
Long issueId)
This method will check permissions to see if a user has the Permissions.DELETE_ISSUE
permission in relation to the provided issue. |
IssueService.CreateValidationResult |
DefaultIssueService.validateSubTaskCreate(User user,
Long parentId,
IssueInputParameters issueInputParameters)
|
IssueService.CreateValidationResult |
IssueService.validateSubTaskCreate(User user,
Long parentId,
IssueInputParameters issueInputParameters)
This method does the same as IssueService.validateCreate(User, IssueInputParameters)
and it allows you to specify a parentId such that the created issue will be a subtask of the provided parent id. |
IssueService.TransitionValidationResult |
DefaultIssueService.validateTransition(User user,
Long issueId,
int actionId,
IssueInputParameters issueInputParameters)
|
IssueService.TransitionValidationResult |
IssueService.validateTransition(User user,
Long issueId,
int actionId,
IssueInputParameters issueInputParameters)
This method will validate parameters and check the transition conditions and if all checks pass it will construct a new instance of the Issue and will update it with the new parameters. |
IssueService.UpdateValidationResult |
DefaultIssueService.validateUpdate(User user,
Long issueId,
IssueInputParameters issueInputParameters)
|
IssueService.UpdateValidationResult |
IssueService.validateUpdate(User user,
Long issueId,
IssueInputParameters issueInputParameters)
This method will validate parameters and check permissions and if all checks pass it will construct a new instance of the Issue and will update it with the new parameters. |
Uses of User in com.atlassian.jira.bc.issue.comment |
---|
Methods in com.atlassian.jira.bc.issue.comment with parameters of type User | |
---|---|
Comment |
DefaultCommentService.create(User user,
Issue issue,
String body,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
CommentService.create(User user,
Issue issue,
String body,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue set with current date and time, visible to all
- no group level or role level restriction. |
Comment |
DefaultCommentService.create(User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
CommentService.create(User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue set with current date and time. |
Comment |
DefaultCommentService.create(User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
Comment |
CommentService.create(User user,
Issue issue,
String body,
String groupLevel,
Long roleLevelId,
Date created,
boolean dispatchEvent,
ErrorCollection errorCollection)
Creates and persists a Comment on the given Issue . |
Comment |
DefaultCommentService.getCommentById(User user,
Long commentId,
ErrorCollection errorCollection)
|
Comment |
CommentService.getCommentById(User user,
Long commentId,
ErrorCollection errorCollection)
Will return a comment for the passed in commentId. |
List<Comment> |
DefaultCommentService.getCommentsForUser(User currentUser,
Issue issue,
ErrorCollection errorCollection)
|
List<Comment> |
CommentService.getCommentsForUser(User currentUser,
Issue issue,
ErrorCollection errorCollection)
Will return a list of Comment s for the given user |
MutableComment |
DefaultCommentService.getMutableComment(User user,
Long commentId,
ErrorCollection errorCollection)
|
MutableComment |
CommentService.getMutableComment(User user,
Long commentId,
ErrorCollection errorCollection)
Will return a MutableComment for the passed in commentId. |
boolean |
DefaultCommentService.hasPermissionToCreate(User user,
Issue issue,
ErrorCollection errorCollection)
|
boolean |
CommentService.hasPermissionToCreate(User user,
Issue issue,
ErrorCollection errorCollection)
Has the correct permission to create a comment for the given issue. |
boolean |
DefaultCommentService.hasPermissionToEdit(User user,
Comment comment,
ErrorCollection errorCollection)
|
boolean |
CommentService.hasPermissionToEdit(User user,
Comment comment,
ErrorCollection errorCollection)
Determine whether the current user has the permission to edit the comment. |
boolean |
DefaultCommentService.isValidAllCommentData(User user,
Issue issue,
String body,
String groupLevel,
String roleLevelId,
ErrorCollection errorCollection)
|
boolean |
CommentService.isValidAllCommentData(User user,
Issue issue,
String body,
String groupLevel,
String roleLevelId,
ErrorCollection errorCollection)
Will call all other validate methods setting the appropriate errors in the errorCollection if any errors occur. |
boolean |
DefaultCommentService.isValidCommentData(User user,
Issue issue,
String groupLevel,
String roleLevelId,
ErrorCollection errorCollection)
|
boolean |
CommentService.isValidCommentData(User user,
Issue issue,
String groupLevel,
String roleLevelId,
ErrorCollection errorCollection)
This method validates if the comment has the correct role and group levels set. |
void |
DefaultCommentService.update(User user,
MutableComment comment,
boolean dispatchEvent,
ErrorCollection errorCollection)
|
void |
CommentService.update(User user,
MutableComment comment,
boolean dispatchEvent,
ErrorCollection errorCollection)
Updates a Comment and sets the comments updated date to be now and the updatedAuthor to be the
passed in user. |
void |
DefaultCommentService.validateCommentUpdate(User user,
Long commentId,
String body,
String groupLevel,
Long roleLevelId,
ErrorCollection errorCollection)
|
void |
CommentService.validateCommentUpdate(User user,
Long commentId,
String body,
String groupLevel,
Long roleLevelId,
ErrorCollection errorCollection)
Confirms the parameters to update a comment are valid and that the updating user has the permission to do so. |
Uses of User in com.atlassian.jira.bc.issue.label |
---|
Methods in com.atlassian.jira.bc.issue.label with parameters of type User | |
---|---|
LabelService.LabelsResult |
DefaultLabelService.addLabel(User user,
LabelService.AddLabelValidationResult result,
boolean sendNotification)
|
LabelService.LabelsResult |
LabelService.addLabel(User user,
LabelService.AddLabelValidationResult result,
boolean sendNotification)
Adds the label to the issue specified by the validation result. |
LabelService.LabelsResult |
DefaultLabelService.getLabels(User user,
Long issueId)
|
LabelService.LabelsResult |
LabelService.getLabels(User user,
Long issueId)
Returns all the labels for the given issue. |
LabelService.LabelsResult |
DefaultLabelService.getLabels(User user,
Long issueId,
Long customFieldId)
|
LabelService.LabelsResult |
LabelService.getLabels(User user,
Long issueId,
Long customFieldId)
Returns all the labels for the given issue and custom field. |
LabelService.LabelSuggestionResult |
DefaultLabelService.getSuggestedLabels(User user,
Long issueId,
Long customFieldId,
String token)
|
LabelService.LabelSuggestionResult |
LabelService.getSuggestedLabels(User user,
Long issueId,
Long customFieldId,
String token)
Given a token to search for, this method returns a number of suggestions for the label. |
LabelService.LabelSuggestionResult |
DefaultLabelService.getSuggestedLabels(User user,
Long issueId,
String token)
|
LabelService.LabelSuggestionResult |
LabelService.getSuggestedLabels(User user,
Long issueId,
String token)
Given a token to search for, this method returns a number of suggestions for the label. |
LabelService.LabelsResult |
DefaultLabelService.setLabels(User user,
LabelService.SetLabelValidationResult result,
boolean sendNotification,
boolean causeChangeNotification)
|
LabelService.LabelsResult |
LabelService.setLabels(User user,
LabelService.SetLabelValidationResult result,
boolean sendNotification,
boolean causeChangeNotification)
Sets the labels for a particular issue to the set specified as a parameter. |
LabelService.AddLabelValidationResult |
DefaultLabelService.validateAddLabel(User user,
Long issueId,
Long customFieldId,
String label)
|
LabelService.AddLabelValidationResult |
LabelService.validateAddLabel(User user,
Long issueId,
Long customFieldId,
String label)
Validates that the user provided can add the label provided for a particular issue. |
LabelService.AddLabelValidationResult |
DefaultLabelService.validateAddLabel(User user,
Long issueId,
String label)
|
LabelService.AddLabelValidationResult |
LabelService.validateAddLabel(User user,
Long issueId,
String label)
Validates that the user provided can add the label provided for a particular issue. |
LabelService.SetLabelValidationResult |
DefaultLabelService.validateSetLabels(User user,
Long issueId,
Long customFieldId,
Set<String> labels)
|
LabelService.SetLabelValidationResult |
LabelService.validateSetLabels(User user,
Long issueId,
Long customFieldId,
Set<String> labels)
Validates that the user provided can set the labels provided for a particular issue. |
LabelService.SetLabelValidationResult |
DefaultLabelService.validateSetLabels(User user,
Long issueId,
Set<String> labels)
|
LabelService.SetLabelValidationResult |
LabelService.validateSetLabels(User user,
Long issueId,
Set<String> labels)
Validates that the user provided can set the labels provided for a particular issue. |
Uses of User in com.atlassian.jira.bc.issue.search |
---|
Uses of User in com.atlassian.jira.bc.issue.vote |
---|
Methods in com.atlassian.jira.bc.issue.vote that return types with arguments of type User | |
---|---|
ServiceOutcome<Collection<User>> |
DefaultVoteService.viewVoters(Issue issue,
User remoteUser)
|
ServiceOutcome<Collection<User>> |
VoteService.viewVoters(Issue issue,
User remoteUser)
Get the list of all users who have voted on an issue. |
Methods in com.atlassian.jira.bc.issue.vote with parameters of type User | |
---|---|
int |
DefaultVoteService.addVote(User remoteUser,
VoteService.VoteValidationResult validationResult)
|
int |
VoteService.addVote(User remoteUser,
VoteService.VoteValidationResult validationResult)
Adds a new vote using the specified validation result |
boolean |
DefaultVoteService.hasVoted(Issue issue,
User user)
|
boolean |
VoteService.hasVoted(Issue issue,
User user)
Find if the specified user has voted on an issue |
int |
DefaultVoteService.removeVote(User remoteUser,
VoteService.VoteValidationResult validationResult)
|
int |
VoteService.removeVote(User remoteUser,
VoteService.VoteValidationResult validationResult)
Removes a new vote using the specified validation result |
VoteService.VoteValidationResult |
DefaultVoteService.validateAddVote(User remoteUser,
User user,
Issue issue)
|
VoteService.VoteValidationResult |
VoteService.validateAddVote(User remoteUser,
User user,
Issue issue)
Validates if the user currently logged in may add a vote by the user supplied for the issue provided. |
VoteService.VoteValidationResult |
DefaultVoteService.validateRemoveVote(User remoteUser,
User user,
Issue issue)
|
VoteService.VoteValidationResult |
VoteService.validateRemoveVote(User remoteUser,
User user,
Issue issue)
Validates if the user currently logged in may remove a vote for the user supplied for the issue provided. |
ServiceOutcome<Collection<User>> |
DefaultVoteService.viewVoters(Issue issue,
User remoteUser)
|
ServiceOutcome<Collection<User>> |
VoteService.viewVoters(Issue issue,
User remoteUser)
Get the list of all users who have voted on an issue. |
Uses of User in com.atlassian.jira.bc.issue.watcher |
---|
Uses of User in com.atlassian.jira.bc.issue.worklog |
---|
Methods in com.atlassian.jira.bc.issue.worklog with parameters of type User | |
---|---|
protected boolean |
DefaultWorklogService.hasDeleteAllPermission(User user,
Issue issue)
|
protected boolean |
DefaultWorklogService.hasDeleteOwnPermission(User user,
Worklog worklog)
|
protected boolean |
DefaultWorklogService.hasEditAllPermission(User user,
Issue issue)
|
protected boolean |
DefaultWorklogService.hasEditOwnPermission(User user,
Worklog worklog)
|
protected boolean |
DefaultWorklogService.isSameAuthor(User user,
Worklog worklog)
|
protected boolean |
DefaultWorklogService.isUserInGroup(User user,
String groupLevel)
|
protected boolean |
DefaultWorklogService.isUserInRole(Long roleLevel,
User user,
Issue issue)
|
Uses of User in com.atlassian.jira.bc.portal |
---|
Methods in com.atlassian.jira.bc.portal with parameters of type User | |
---|---|
void |
PortalPageService.deleteAllPortalPagesForUser(User user)
Delete all Portal Pages owned by a user. |
void |
DefaultPortalPageService.deleteAllPortalPagesForUser(User user)
|
Collection<PortalPage> |
PortalPageService.getFavouritePortalPages(User user)
Retrieve all PortalPage 's a user has favourited. |
Collection<PortalPage> |
DefaultPortalPageService.getFavouritePortalPages(User user)
|
Collection<PortalPage> |
PortalPageService.getNonPrivatePortalPages(User user)
Get a user's non private PortalPage 's. |
Collection<PortalPage> |
DefaultPortalPageService.getNonPrivatePortalPages(User user)
|
Collection<PortalPage> |
PortalPageService.getOwnedPortalPages(User user)
Retrieve all PortalPage 's a user owns/has created. |
Collection<PortalPage> |
DefaultPortalPageService.getOwnedPortalPages(User user)
|
Collection<PortalPage> |
PortalPageService.getPortalPagesFavouritedByOthers(User user)
Get PortalPage 's owned by a given user that have been favourited by at least one other user |
Collection<PortalPage> |
DefaultPortalPageService.getPortalPagesFavouritedByOthers(User user)
|
boolean |
PortalPageService.isFavourite(User user,
PortalPage portalPage)
Is the passed PortalPage a favourite of the passed User. |
boolean |
DefaultPortalPageService.isFavourite(User user,
PortalPage portalPage)
|
Uses of User in com.atlassian.jira.bc.project |
---|
Methods in com.atlassian.jira.bc.project with parameters of type User | |
---|---|
ProjectService.DeleteProjectResult |
DefaultProjectService.deleteProject(User user,
ProjectService.DeleteProjectValidationResult deleteProjectValidationResult)
|
ProjectService.DeleteProjectResult |
ProjectService.deleteProject(User user,
ProjectService.DeleteProjectValidationResult deleteProjectValidationResult)
Deletes the project provided by the deleteProjectValidationResult. |
ProjectService.GetProjectResult |
DefaultProjectService.getProjectById(User user,
Long id)
|
ProjectService.GetProjectResult |
ProjectService.getProjectById(User user,
Long id)
Used to retrieve a Project object by id. |
ProjectService.GetProjectResult |
DefaultProjectService.getProjectByKey(User user,
String key)
|
ProjectService.GetProjectResult |
ProjectService.getProjectByKey(User user,
String key)
Used to retrieve a Project object by key. |
ProjectService.CreateProjectValidationResult |
DefaultProjectService.validateCreateProject(User user,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType)
|
ProjectService.CreateProjectValidationResult |
ProjectService.validateCreateProject(User user,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType)
This method needs to be called before creating a project to ensure all parameters are correct. |
ProjectService.CreateProjectValidationResult |
DefaultProjectService.validateCreateProject(User user,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
ProjectService.CreateProjectValidationResult |
ProjectService.validateCreateProject(User user,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
This method needs to be called before creating a project to ensure all parameters are correct. |
ProjectService.DeleteProjectValidationResult |
DefaultProjectService.validateDeleteProject(User user,
String key)
|
ProjectService.DeleteProjectValidationResult |
ProjectService.validateDeleteProject(User user,
String key)
Validation to delete a project is quite straightforward. |
ProjectService.UpdateProjectValidationResult |
DefaultProjectService.validateUpdateProject(User user,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType)
|
ProjectService.UpdateProjectValidationResult |
ProjectService.validateUpdateProject(User user,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType)
Validates updating a project's details. |
ProjectService.UpdateProjectValidationResult |
DefaultProjectService.validateUpdateProject(User user,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
|
ProjectService.UpdateProjectValidationResult |
ProjectService.validateUpdateProject(User user,
String name,
String key,
String description,
String lead,
String url,
Long assigneeType,
Long avatarId)
Validates updating a project's details. |
ProjectService.UpdateProjectSchemesValidationResult |
DefaultProjectService.validateUpdateProjectSchemes(User user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
|
ProjectService.UpdateProjectSchemesValidationResult |
ProjectService.validateUpdateProjectSchemes(User user,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
If the scheme ids are not null or -1 (-1 is often used to reset schemes), then an attempt will be made to retrieve the scheme. |
Uses of User in com.atlassian.jira.bc.project.component |
---|
Methods in com.atlassian.jira.bc.project.component with parameters of type User | |
---|---|
ProjectComponent |
DefaultProjectComponentService.create(User user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
|
ProjectComponent |
ProjectComponentService.create(User user,
ErrorCollection errorCollection,
String name,
String description,
String lead,
Long projectId)
|
ProjectComponent |
DefaultProjectComponentService.find(User user,
ErrorCollection errorCollection,
Long id)
|
ProjectComponent |
ProjectComponentService.find(User user,
ErrorCollection errorCollection,
Long id)
|
ProjectComponent |
DefaultProjectComponentService.update(User user,
ErrorCollection errorCollection,
MutableProjectComponent component)
|
ProjectComponent |
ProjectComponentService.update(User user,
ErrorCollection errorCollection,
MutableProjectComponent component)
|
Uses of User in com.atlassian.jira.bc.project.projectoperation |
---|
Methods in com.atlassian.jira.bc.project.projectoperation with parameters of type User | |
---|---|
List<PluggableProjectOperation> |
ProjectOperationManager.getVisibleProjectOperations(Project project,
User user)
Returns a list of PluggableProjectOperation s |
List<PluggableProjectOperation> |
DefaultProjectOperationManager.getVisibleProjectOperations(Project project,
User user)
|
Uses of User in com.atlassian.jira.bc.project.version |
---|
Methods in com.atlassian.jira.bc.project.version with parameters of type User | |
---|---|
Version |
DefaultVersionService.createVersion(User user,
VersionService.CreateVersionValidationResult request)
|
Version |
VersionService.createVersion(User user,
VersionService.CreateVersionValidationResult request)
Using the validation result from VersionService.validateCreateVersion(User, com.atlassian.jira.project.Project,
String, String, String, Long) a new version will be created. |
VersionService.VersionResult |
DefaultVersionService.getVersionById(User user,
Long versionId)
|
VersionService.VersionResult |
VersionService.getVersionById(User user,
Long versionId)
Used to retrieve a Version object by version id. |
VersionService.VersionResult |
DefaultVersionService.getVersionById(User user,
Project project,
Long versionId)
|
VersionService.VersionResult |
VersionService.getVersionById(User user,
Project project,
Long versionId)
Used to retrieve a Version object by version id within project
specified by Project object. |
VersionService.VersionResult |
DefaultVersionService.getVersionByProjectAndName(User user,
Project project,
String versionName)
|
VersionService.VersionResult |
VersionService.getVersionByProjectAndName(User user,
Project project,
String versionName)
Used to retrieve a Version object by version name within project
specified by Project object. |
VersionService.VersionsResult |
DefaultVersionService.getVersionsByProject(User user,
Project project)
|
VersionService.VersionsResult |
VersionService.getVersionsByProject(User user,
Project project)
Used to retrieve a Version collection within project
specified by Project object. |
VersionService.ArchiveVersionValidationResult |
DefaultVersionService.validateArchiveVersion(User user,
Version version)
|
VersionService.ArchiveVersionValidationResult |
VersionService.validateArchiveVersion(User user,
Version version)
This method should be called before archiving a version. |
VersionService.CreateVersionValidationResult |
DefaultVersionService.validateCreateVersion(User user,
Project project,
String versionName,
String releaseDate,
String description,
Long scheduleAfterVersion)
|
VersionService.CreateVersionValidationResult |
VersionService.validateCreateVersion(User user,
Project project,
String versionName,
String releaseDate,
String description,
Long scheduleAfterVersion)
This method needs to be called before creating a version to ensure all parameters are correct. |
VersionService.ReleaseVersionValidationResult |
DefaultVersionService.validateReleaseVersion(User user,
Version version,
Date releaseDate)
|
VersionService.ReleaseVersionValidationResult |
VersionService.validateReleaseVersion(User user,
Version version,
Date releaseDate)
This method needs to be called before releasing a version to ensure all parameters are correct. |
VersionService.ArchiveVersionValidationResult |
DefaultVersionService.validateUnarchiveVersion(User user,
Version version)
|
VersionService.ArchiveVersionValidationResult |
VersionService.validateUnarchiveVersion(User user,
Version version)
This method should be called before unarchiving a version. |
VersionService.ReleaseVersionValidationResult |
DefaultVersionService.validateUnreleaseVersion(User user,
Version version,
Date releaseDate)
|
VersionService.ReleaseVersionValidationResult |
VersionService.validateUnreleaseVersion(User user,
Version version,
Date releaseDate)
This method needs to be called before unreleasing a version to ensure all parameters are correct. |
Uses of User in com.atlassian.jira.bc.projectroles |
---|
Methods in com.atlassian.jira.bc.projectroles with parameters of type User | |
---|---|
void |
DefaultProjectRoleService.addActorsToProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.addActorsToProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will add project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
DefaultProjectRoleService.addDefaultActorsToProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
String type,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.addDefaultActorsToProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
String type,
ErrorCollection errorCollection)
Will add default role actor associations based off the passed in actors and checking
the currentUser has the correct permissions to perform the update operation. |
ProjectRole |
DefaultProjectRoleService.createProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
|
ProjectRole |
ProjectRoleService.createProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will create the project role with the given projectRole.getName() ,
projectRole.getDescription() and checking the currentUser has the correct permissions
to perform the create operation. |
void |
DefaultProjectRoleService.deleteProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.deleteProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will delete the given projectRole and checks
the currentUser has the correct permissions to perform the delete operation. |
Collection |
DefaultProjectRoleService.getAssociatedIssueSecuritySchemes(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
|
Collection |
ProjectRoleService.getAssociatedIssueSecuritySchemes(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will get all issue security scheme's that the specified projectRole is currently used in. |
Collection |
DefaultProjectRoleService.getAssociatedNotificationSchemes(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
|
Collection |
ProjectRoleService.getAssociatedNotificationSchemes(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will get all notification scheme's that the specified projectRole is currently used in. |
Collection |
DefaultProjectRoleService.getAssociatedPermissionSchemes(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
|
Collection |
ProjectRoleService.getAssociatedPermissionSchemes(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will get all permission scheme's that the specified projectRole is currently used in. |
org.apache.commons.collections.MultiMap |
DefaultProjectRoleService.getAssociatedWorkflows(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
|
org.apache.commons.collections.MultiMap |
ProjectRoleService.getAssociatedWorkflows(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Returns workflows and their actions that are associated with the given ProjectRole . |
DefaultRoleActors |
DefaultProjectRoleService.getDefaultRoleActors(User currentUser,
ProjectRole projectRole,
ErrorCollection collection)
|
DefaultRoleActors |
ProjectRoleService.getDefaultRoleActors(User currentUser,
ProjectRole projectRole,
ErrorCollection collection)
Will return a DefaultRoleActors for the given projectRole checking the currentUser
has the correct permissions to perform the get operation. |
Map<Long,List<String>> |
DefaultProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(User currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName,
ErrorCollection errorCollection)
|
Map<Long,List<String>> |
ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(User currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String userName,
ErrorCollection errorCollection)
Returns a Map of Lists. |
ProjectRole |
DefaultProjectRoleService.getProjectRole(User currentUser,
Long id,
ErrorCollection errorCollection)
|
ProjectRole |
ProjectRoleService.getProjectRole(User currentUser,
Long id,
ErrorCollection errorCollection)
Will return the project role with the given id , and checking the currentUser
has the correct permissions to perform the operation. |
ProjectRoleActors |
DefaultProjectRoleService.getProjectRoleActors(User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
|
ProjectRoleActors |
ProjectRoleService.getProjectRoleActors(User currentUser,
ProjectRole projectRole,
Project project,
ErrorCollection errorCollection)
Will return a {@link ProjectRoleActors) for the given projectRole and project checking
the currentUser has the correct permissions to perform the get operation. |
ProjectRole |
DefaultProjectRoleService.getProjectRoleByName(User currentUser,
String name,
ErrorCollection errorCollection)
|
ProjectRole |
ProjectRoleService.getProjectRoleByName(User currentUser,
String name,
ErrorCollection errorCollection)
Will return the project role with the given name , and checking the currentUser
has the correct permissions to perform the operation. |
Collection |
DefaultProjectRoleService.getProjectRoles(User currentUser,
ErrorCollection errorCollection)
|
Collection<ProjectRole> |
ProjectRoleService.getProjectRoles(User currentUser,
ErrorCollection errorCollection)
Get all the ProjectRoles available in JIRA. |
Collection<Project> |
DefaultProjectRoleService.getProjectsContainingRoleActorByNameAndType(User currentUser,
String name,
String type,
ErrorCollection errorCollection)
|
Collection<Project> |
ProjectRoleService.getProjectsContainingRoleActorByNameAndType(User currentUser,
String name,
String type,
ErrorCollection errorCollection)
Returns the Project 's which contain a role actor of the specified name and type within any role. |
boolean |
DefaultProjectRoleService.hasProjectRolePermission(User currentUser,
Project project)
|
boolean |
ProjectRoleService.hasProjectRolePermission(User currentUser,
Project project)
Will have permission to modify roles if they are a JIRA admin or, if in enterprise, the user is a project administrator. |
boolean |
DefaultProjectRoleService.isProjectRoleNameUnique(User currentUser,
String name,
ErrorCollection errorCollection)
|
boolean |
ProjectRoleService.isProjectRoleNameUnique(User currentUser,
String name,
ErrorCollection errorCollection)
Will tell you if a role name exists or not. |
void |
DefaultProjectRoleService.removeActorsFromProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.removeActorsFromProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
Project project,
String actorType,
ErrorCollection errorCollection)
Will remove project role actor associations for the given actors and checking
the currentUser has the correct permissions to perform the update operation. |
void |
DefaultProjectRoleService.removeAllRoleActorsByNameAndType(User currentUser,
String name,
String type,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.removeAllRoleActorsByNameAndType(User currentUser,
String name,
String type,
ErrorCollection errorCollection)
Will remove all role actors with the specified name and the specified type. |
void |
DefaultProjectRoleService.removeAllRoleActorsByProject(User currentUser,
Project project,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.removeAllRoleActorsByProject(User currentUser,
Project project,
ErrorCollection errorCollection)
Will remove all role actors associated with the specified project. |
void |
DefaultProjectRoleService.removeDefaultActorsFromProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
String actorType,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.removeDefaultActorsFromProjectRole(User currentUser,
Collection<String> actors,
ProjectRole projectRole,
String actorType,
ErrorCollection errorCollection)
Will remove default actor associations based off the passed in actors , projectRole and
actorType and checking the currentUser has the correct permissions to perform the update operation. |
List<Long> |
DefaultProjectRoleService.roleActorOfTypeExistsForProjects(User currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter,
ErrorCollection errorCollection)
|
List<Long> |
ProjectRoleService.roleActorOfTypeExistsForProjects(User currentUser,
List<Long> projectsToLimitBy,
ProjectRole projectRole,
String projectRoleType,
String projectRoleParameter,
ErrorCollection errorCollection)
Returns a list of projectId's for which the role actor of the specified type exists in the project for the provided projectRole. |
void |
DefaultProjectRoleService.updateProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
|
void |
ProjectRoleService.updateProjectRole(User currentUser,
ProjectRole projectRole,
ErrorCollection errorCollection)
Will update projectRole , checking
the currentUser has the correct permissions to perform the update operation. |
ErrorCollection |
DefaultProjectRoleService.validateRemoveAllRoleActorsByNameAndType(User currentUser,
String name,
String type)
|
ErrorCollection |
ProjectRoleService.validateRemoveAllRoleActorsByNameAndType(User currentUser,
String name,
String type)
Will validate removing all role actors with the specified name and the specified type. |
Uses of User in com.atlassian.jira.bc.scheme.distiller |
---|
Methods in com.atlassian.jira.bc.scheme.distiller with parameters of type User | |
---|---|
DistilledSchemeResults |
SchemeDistillerService.distillSchemes(User user,
Collection schemes,
ErrorCollection errorCollection)
This method does the work of analyzing and distilling, if possible, the passed in Scheme 's. |
DistilledSchemeResults |
DefaultSchemeDistillerService.distillSchemes(User user,
Collection schemes,
ErrorCollection errorCollection)
|
SchemeRelationships |
SchemeDistillerService.getSchemeRelationships(User user,
DistilledSchemeResults distilledSchemeResults,
ErrorCollection errorCollection)
This method will return a SchemeRelationships object for the internal collections of distilled scheme results. |
SchemeRelationships |
DefaultSchemeDistillerService.getSchemeRelationships(User user,
DistilledSchemeResults distilledSchemeResults,
ErrorCollection errorCollection)
|
void |
SchemeDistillerService.isValidNewSchemeName(User user,
String fieldName,
String newSchemeName,
String schemeType,
ErrorCollection errorCollection)
This method checks if the new scheme name passed in already exists. |
void |
DefaultSchemeDistillerService.isValidNewSchemeName(User user,
String fieldName,
String newSchemeName,
String schemeType,
ErrorCollection errorCollection)
|
Scheme |
SchemeDistillerService.persistNewSchemeMappings(User user,
DistilledSchemeResult distilledSchemeResult,
ErrorCollection errorCollection)
This method will persist the result of the 'distilling' operation. |
Scheme |
DefaultSchemeDistillerService.persistNewSchemeMappings(User user,
DistilledSchemeResult distilledSchemeResult,
ErrorCollection errorCollection)
|
Uses of User in com.atlassian.jira.bc.scheme.mapper |
---|
Methods in com.atlassian.jira.bc.scheme.mapper with parameters of type User | |
---|---|
SchemeTransformResults |
DefaultSchemeGroupsToRoleTransformerService.doTransform(User currentUser,
List schemes,
Set regularExpressionRoleMappings,
ErrorCollection errorCollection)
|
SchemeTransformResults |
SchemeGroupsToRoleTransformerService.doTransform(User currentUser,
List schemes,
Set regularExpressionRoleMappings,
ErrorCollection errorCollection)
|
void |
DefaultSchemeGroupsToRoleTransformerService.persistTransformationResults(User currentUser,
SchemeTransformResults schemeTransformResults,
ErrorCollection errorCollection)
|
void |
SchemeGroupsToRoleTransformerService.persistTransformationResults(User currentUser,
SchemeTransformResults schemeTransformResults,
ErrorCollection errorCollection)
|
Uses of User in com.atlassian.jira.bc.security.login |
---|
Methods in com.atlassian.jira.bc.security.login with parameters of type User | |
---|---|
LoginResult |
LoginService.authenticate(User user,
String password)
This can be called to see if an user knows the given password. |
LoginResult |
LoginServiceImpl.authenticate(User user,
String password)
|
LoginProperties |
LoginService.getLoginProperties(User remoteUser,
javax.servlet.http.HttpServletRequest request)
Returns loginProperties needed to render the login gadget or login form. |
LoginProperties |
LoginServiceImpl.getLoginProperties(User remoteUser,
javax.servlet.http.HttpServletRequest request)
|
void |
LoginService.resetFailedLoginCount(User user)
This can be called to reset the failed login count of a user |
void |
LoginServiceImpl.resetFailedLoginCount(User user)
|
Uses of User in com.atlassian.jira.bc.user |
---|
Methods in com.atlassian.jira.bc.user that return User | |
---|---|
User |
DefaultUserService.createUser(UserService.CreateUserValidationResult result)
|
User |
UserService.createUser(UserService.CreateUserValidationResult result)
Deprecated. Please use UserService.createUserWithNotification(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3 |
User |
DefaultUserService.createUserForSignup(UserService.CreateUserValidationResult result)
|
User |
UserService.createUserForSignup(UserService.CreateUserValidationResult result)
Deprecated. Please use UserService.createUserFromSignup(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3 |
User |
DefaultUserService.createUserNoEvent(UserService.CreateUserValidationResult result)
|
User |
UserService.createUserNoEvent(UserService.CreateUserValidationResult result)
Deprecated. Please use UserService.createUserNoNotification(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3 |
Methods in com.atlassian.jira.bc.user with parameters of type User | |
---|---|
void |
DefaultUserService.removeUser(User user,
UserService.DeleteUserValidationResult result)
|
void |
UserService.removeUser(User user,
UserService.DeleteUserValidationResult result)
Given a valid validation result, this will remove the user and removes the user from all the groups. |
UserService.CreateUserValidationResult |
DefaultUserService.validateCreateUserForAdmin(User user,
String username,
String password,
String confirmPassword,
String email,
String fullname)
|
UserService.CreateUserValidationResult |
UserService.validateCreateUserForAdmin(User user,
String username,
String password,
String confirmPassword,
String email,
String fullname)
Validates creating a user for the admin section. |
UserService.CreateUserValidationResult |
DefaultUserService.validateCreateUserForAdminPasswordRequired(User user,
String username,
String password,
String confirmPassword,
String email,
String fullname)
|
UserService.CreateUserValidationResult |
UserService.validateCreateUserForAdminPasswordRequired(User user,
String username,
String password,
String confirmPassword,
String email,
String fullname)
Validates creating a user for RPC calls. |
UserService.CreateUserValidationResult |
DefaultUserService.validateCreateUserForSignupOrSetup(User user,
String username,
String password,
String confirmPassword,
String email,
String fullname)
|
UserService.CreateUserValidationResult |
UserService.validateCreateUserForSignupOrSetup(User user,
String username,
String password,
String confirmPassword,
String email,
String fullname)
Validates creating a user during setup of JIRA or during public signup. |
UserService.DeleteUserValidationResult |
DefaultUserService.validateDeleteUser(User loggedInUser,
String username)
|
UserService.DeleteUserValidationResult |
UserService.validateDeleteUser(User loggedInUser,
String username)
Validates removing a user for the admin section. |
Uses of User in com.atlassian.jira.bc.user.search |
---|
Methods in com.atlassian.jira.bc.user.search that return types with arguments of type User | |
---|---|
Collection<User> |
DefaultUserPickerSearchService.getResults(JiraServiceContext jiraServiceContext,
String query)
|
Collection<User> |
UserPickerSearchService.getResults(JiraServiceContext jiraServiceContext,
String query)
Deprecated. Please use UserPickerSearchService.findUsers(com.atlassian.jira.bc.JiraServiceContext, String) instead. Since 4.3 |
Collection<User> |
DefaultUserPickerSearchService.getResultsSearchForEmptyQuery(JiraServiceContext jiraServiceContext,
String query)
|
Collection<User> |
UserPickerSearchService.getResultsSearchForEmptyQuery(JiraServiceContext jiraServiceContext,
String query)
Deprecated. Please use UserPickerSearchService.findUsersAllowEmptyQuery(com.atlassian.jira.bc.JiraServiceContext, String) instead. Since 4.3 |
Uses of User in com.atlassian.jira.bulkedit.operation |
---|
Methods in com.atlassian.jira.bulkedit.operation with parameters of type User | |
---|---|
boolean |
BulkMoveOperationImpl.canPerform(BulkEditBean bulkEditBean,
User remoteUser)
|
boolean |
BulkMigrateOperation.canPerform(BulkEditBean bulkEditBean,
User remoteUser)
|
boolean |
BulkEditOperation.canPerform(BulkEditBean bulkEditBean,
User remoteUser)
|
boolean |
BulkDeleteOperation.canPerform(BulkEditBean bulkEditBean,
User remoteUser)
|
boolean |
BulkWorkflowTransitionOperation.canPerform(BulkEditBean bulkEditBean,
User remoteUser)
|
boolean |
BulkOperation.canPerform(BulkEditBean bulkEditBean,
User remoteUser)
Deprecated. Use BulkOperation.canPerform(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
void |
BulkMigrateOperation.chooseContext(BulkEditBean rootBulkEditBean,
User remoteUser,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
BulkMigrateOperation.chooseContextNoValidate(BulkEditBean rootBulkEditBean,
User remoteUser)
|
void |
BulkMoveOperationImpl.perform(BulkEditBean bulkEditBean,
User remoteUser)
|
void |
BulkMigrateOperation.perform(BulkEditBean rootBulkEditBean,
User remoteUser)
|
void |
BulkEditOperation.perform(BulkEditBean bulkEditBean,
User remoteUser)
|
void |
BulkDeleteOperation.perform(BulkEditBean bulkEditBean,
User remoteUser)
|
void |
BulkWorkflowTransitionOperation.perform(BulkEditBean bulkEditBean,
User remoteUser)
|
void |
BulkOperation.perform(BulkEditBean bulkEditBean,
User remoteUser)
Deprecated. Use BulkOperation.perform(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
Uses of User in com.atlassian.jira.charts |
---|
Methods in com.atlassian.jira.charts that return User | |
---|---|
User |
ChartFactory.ChartContext.getRemoteUser()
|
Constructors in com.atlassian.jira.charts with parameters of type User | |
---|---|
ChartFactory.ChartContext(User remoteUser,
SearchRequest searchRequest,
int width,
int height)
|
Uses of User in com.atlassian.jira.config |
---|
Methods in com.atlassian.jira.config with parameters of type User | |
---|---|
IssueUpdateBean |
DefaultSubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask,
org.ofbiz.core.entity.GenericValue parentIssue,
User currentUser)
|
IssueUpdateBean |
SubTaskManager.changeParent(org.ofbiz.core.entity.GenericValue subTask,
org.ofbiz.core.entity.GenericValue parentIssue,
User currentUser)
Change the parent of the given subtask to the given new parent on behalf of the given user. |
void |
DefaultSubTaskManager.createSubTaskIssueLink(org.ofbiz.core.entity.GenericValue parentIssue,
org.ofbiz.core.entity.GenericValue subTaskIssue,
User remoteUser)
|
void |
SubTaskManager.createSubTaskIssueLink(org.ofbiz.core.entity.GenericValue parentIssue,
org.ofbiz.core.entity.GenericValue subTaskIssue,
User remoteUser)
|
void |
DefaultSubTaskManager.createSubTaskIssueLink(Issue parentIssue,
Issue subTaskIssue,
User remoteUser)
|
void |
SubTaskManager.createSubTaskIssueLink(Issue parentIssue,
Issue subTaskIssue,
User remoteUser)
|
SubTaskBean |
DefaultSubTaskManager.getSubTaskBean(org.ofbiz.core.entity.GenericValue issue,
User remoteUser)
|
SubTaskBean |
SubTaskManager.getSubTaskBean(org.ofbiz.core.entity.GenericValue issue,
User remoteUser)
|
Uses of User in com.atlassian.jira.dashboard.permission |
---|
Methods in com.atlassian.jira.dashboard.permission with parameters of type User | |
---|---|
com.atlassian.gadgets.dashboard.DashboardState |
GadgetPermissionManager.filterGadgets(com.atlassian.gadgets.dashboard.DashboardState dashboardState,
User remoteUser)
Removes any gadgets a user doesn't have permission to see in the passed in dashboard state. |
com.atlassian.gadgets.dashboard.DashboardState |
JiraGadgetPermissionManager.filterGadgets(com.atlassian.gadgets.dashboard.DashboardState dashboardState,
User remoteUser)
|
com.atlassian.gadgets.Vote |
GadgetPermissionManager.voteOn(com.atlassian.gadgets.plugins.PluginGadgetSpec pluginGadgetSpec,
User remoteUser)
Decides if a user has permission to view a particular gadget. |
com.atlassian.gadgets.Vote |
JiraGadgetPermissionManager.voteOn(com.atlassian.gadgets.plugins.PluginGadgetSpec pluginGadgetSpec,
User remoteUser)
|
com.atlassian.gadgets.Vote |
GadgetPermissionManager.voteOn(String completeGadgetKey,
User remoteUser)
Decides if a user has permission to view a particular gadget. |
com.atlassian.gadgets.Vote |
JiraGadgetPermissionManager.voteOn(String completeGadgetKey,
User remoteUser)
|
Uses of User in com.atlassian.jira.dev.reference.plugin.contextproviders |
---|
Methods in com.atlassian.jira.dev.reference.plugin.contextproviders with parameters of type User | |
---|---|
Map |
ReferenceContextProvider.getContextMap(User user,
JiraHelper jiraHelper)
|
Uses of User in com.atlassian.jira.dev.reference.plugin.jql |
---|
Methods in com.atlassian.jira.dev.reference.plugin.jql with parameters of type User | |
---|---|
MessageSet |
EchoJqlFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
Uses of User in com.atlassian.jira.dev.reference.plugin.project |
---|
Methods in com.atlassian.jira.dev.reference.plugin.project with parameters of type User | |
---|---|
String |
ProjectOperation.getHtml(Project project,
User user)
|
boolean |
ProjectOperation.showOperation(Project project,
User user)
|
Uses of User in com.atlassian.jira.dev.reference.plugin.tabpanels |
---|
Methods in com.atlassian.jira.dev.reference.plugin.tabpanels with parameters of type User | |
---|---|
List |
ReferenceIssueTabPanel.getActions(Issue issue,
User remoteUser)
|
boolean |
ReferenceIssueTabPanel.showPanel(Issue issue,
User remoteUser)
This panel will be shown to all users for all issues. |
Uses of User in com.atlassian.jira.event.issue |
---|
Methods in com.atlassian.jira.event.issue that return User | |
---|---|
static User |
EventUtils.getPreviousAssignee(IssueEvent event)
|
User |
IssueEvent.getRemoteUser()
Deprecated. Please use IssueEvent.getUser() . Deprecated since v4.3 |
Methods in com.atlassian.jira.event.issue with parameters of type User | |
---|---|
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
User remoteUser)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
User remoteUser,
boolean sendMail)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
User remoteUser)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
User remoteUser,
boolean sendMail)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
User remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params,
boolean sendMail,
boolean subtasksUpdated)
Deprecated. Since v4.3 |
static void |
IssueEventDispatcher.dispatchEvent(Long eventTypeId,
Issue issue,
User remoteUser,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail,
boolean subtasksUpdated)
Deprecated. Since v4.3 |
Uses of User in com.atlassian.jira.event.type |
---|
Methods in com.atlassian.jira.event.type with parameters of type User | |
---|---|
String |
EventType.getTranslatedDesc(User remoteUser)
Deprecated. Use EventType.getTranslatedDesc(User) . Since v4.3 |
String |
EventType.getTranslatedName(User remoteUser)
Deprecated. Use EventType.getTranslatedName(User) . Since v4.3 |
Uses of User in com.atlassian.jira.event.user |
---|
Methods in com.atlassian.jira.event.user that return User | |
---|---|
User |
UserEvent.getInitiatingUser()
Returns the user who triggered the event. |
User |
UserEvent.getUser()
Returns the user that the event is occurring on. |
Uses of User in com.atlassian.jira.external |
---|
Methods in com.atlassian.jira.external that return User | |
---|---|
User |
ExternalUtils.createUser(ExternalUser externalUser)
|
User |
ExternalUtils.getJiraUser(ExternalUser externalUser)
|
Uses of User in com.atlassian.jira.favourites |
---|
Methods in com.atlassian.jira.favourites with parameters of type User | |
---|---|
void |
FavouritesManager.addFavourite(User user,
S entity)
Add the given entity as a favourite of the user passed in add to favourites count if necessary. |
void |
DefaultFavouritesManager.addFavourite(User user,
SharedEntity entity)
|
void |
DefaultFavouritesManager.addFavouriteInPosition(User user,
SharedEntity entity,
long position)
|
void |
FavouritesManager.addFavouriteInPosition(User 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(User 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(User user,
SharedEntity entity)
|
Collection<Long> |
FavouritesManager.getFavouriteIds(User user,
SharedEntity.TypeDescriptor<S> entityType)
Get the ids of a user's favourite Entities for a given entity type |
Collection<Long> |
DefaultFavouritesManager.getFavouriteIds(User user,
SharedEntity.TypeDescriptor<SharedEntity> entityType)
|
void |
FavouritesManager.increaseFavouriteSequence(User 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(User user,
SharedEntity entity)
|
boolean |
FavouritesManager.isFavourite(User user,
S entity)
Check to see if the given entity is a favourite of the user passed in. |
boolean |
DefaultFavouritesManager.isFavourite(User user,
SharedEntity entity)
|
void |
FavouritesManager.moveToEndFavouriteSequence(User 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(User user,
SharedEntity entity)
|
void |
FavouritesManager.moveToStartFavouriteSequence(User 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(User user,
SharedEntity entity)
|
void |
FavouritesManager.removeFavourite(User user,
S entity)
Remove the given entity as a favourite of the user passed in. |
void |
DefaultFavouritesManager.removeFavourite(User user,
SharedEntity entity)
|
void |
FavouritesManager.removeFavouritesForUser(User user,
SharedEntity.TypeDescriptor<S> entityType)
Remove the favourite associations for the given User and the given type |
void |
DefaultFavouritesManager.removeFavouritesForUser(User user,
SharedEntity.TypeDescriptor<SharedEntity> entityType)
|
Uses of User in com.atlassian.jira.hints |
---|
Methods in com.atlassian.jira.hints with parameters of type User | |
---|---|
List<Hint> |
DefaultHintManager.getAllHints(User user,
JiraHelper jiraHelper)
|
List<Hint> |
HintManager.getAllHints(User user,
JiraHelper helper)
Get all hints visible in given user context. |
Hint |
DefaultHintManager.getHintForContext(User remoteUser,
JiraHelper jiraHelper,
HintManager.Context context)
|
Hint |
HintManager.getHintForContext(User remoteUser,
JiraHelper jiraHelper,
HintManager.Context context)
Given a valid HintManager.Context this method returns a random
link for that context. |
Hint |
DefaultHintManager.getRandomHint(User user,
JiraHelper jiraHelper)
|
Hint |
HintManager.getRandomHint(User user,
JiraHelper jiraHelper)
Get random hint visible in given user context. |
Uses of User in com.atlassian.jira.imports.project |
---|
Methods in com.atlassian.jira.imports.project that return User | |
---|---|
protected User |
DefaultProjectImportPersister.convertToOSUser(com.atlassian.crowd.embedded.api.User newUser)
|
Methods in com.atlassian.jira.imports.project with parameters of type User | |
---|---|
String |
DefaultProjectImportPersister.createChangeItemForIssueLinkIfNeeded(String issueId,
String issueLinkTypeId,
String linkedIssueKey,
boolean isSource,
User importAuthor)
|
String |
ProjectImportPersister.createChangeItemForIssueLinkIfNeeded(String issueId,
String issueLinkTypeId,
String linkedIssueKey,
boolean isSource,
User importAuthor)
This will look at the issue specified by issueId and add a changeItem for the issue link if it needs to. |
Issue |
DefaultProjectImportPersister.createIssue(ExternalIssue externalIssue,
Date importDate,
User importAuthor)
|
Issue |
ProjectImportPersister.createIssue(ExternalIssue externalIssue,
Date importDate,
User importAuthor)
Creates an issue based off of the provided ExternalIssue. |
void |
DefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
User importAuthor)
|
void |
ProjectImportManager.doImport(ProjectImportOptions projectImportOptions,
ProjectImportData projectImportData,
BackupProject backupProject,
BackupSystemInformation backupSystemInformation,
ProjectImportResults projectImportResults,
TaskProgressInterval taskProgressInterval,
I18nHelper i18n,
User importAuthor)
This will perform the project import based on the mappings provided. |
Uses of User in com.atlassian.jira.imports.project.handler |
---|
Constructors in com.atlassian.jira.imports.project.handler with parameters of type User | |
---|---|
IssueLinkPersisterHandler(ProjectImportPersister projectImportPersister,
ProjectImportMapper projectImportMapper,
IssueManager issueManager,
ProjectImportResults projectImportResults,
BackupSystemInformation backupSystemInformation,
Executor executor,
User importAuthor)
|
|
IssuePersisterHandler(ProjectImportPersister projectImportPersister,
ProjectImportMapper projectImportMapper,
User importAuthor,
ProjectImportResults projectImportResults,
Executor executor)
|
Uses of User in com.atlassian.jira.issue |
---|
Methods in com.atlassian.jira.issue that return User | |
---|---|
User |
IssueImpl.getAssignee()
|
User |
DocumentIssueImpl.getAssignee()
|
User |
Issue.getAssignee()
Deprecated. use Issue.getAssigneeUser() Since 4.3 |
User |
IssueImpl.getReporter()
|
User |
DocumentIssueImpl.getReporter()
|
User |
Issue.getReporter()
Deprecated. use Issue.getReporterUser() Since 4.3 |
Methods in com.atlassian.jira.issue that return types with arguments of type User | |
---|---|
List<User> |
IssueManager.getIssueWatchers(org.ofbiz.core.entity.GenericValue issue)
Deprecated. Use IssueManager.getIssueWatchers(Issue) instead |
List<User> |
IssueManager.getIssueWatchers(Issue issue)
Deprecated. Use IssueManager.getWatchers(com.atlassian.jira.issue.Issue) instead |
Methods in com.atlassian.jira.issue with parameters of type User | |
---|---|
List<ChangeItemBean> |
AttachmentManager.convertTemporaryAttachments(User user,
Issue issue,
List<Long> selectedAttachments,
TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
Converts a set of provided temporary attachments to real attachments attached to an issue. |
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
User remoteUser,
org.ofbiz.core.entity.GenericValue issue)
Same as the AttachmentManager.createAttachment(java.io.File, String, String, com.opensymphony.user.User, org.ofbiz.core.entity.GenericValue, java.util.Map, java.util.Date) method, except it
submits no attachmentProperties and uses now() for the created time. |
ChangeItemBean |
AttachmentManager.createAttachment(File file,
String filename,
String contentType,
User remoteUser,
org.ofbiz.core.entity.GenericValue issue,
Map<String,Object> attachmentProperties,
Date createdTime)
Create an attachment both on disk, and in the database. |
Attachment |
AttachmentManager.createAttachment(org.ofbiz.core.entity.GenericValue issue,
User author,
String mimetype,
String filename,
Long filesize,
Map<String,Object> attachmentProperties,
Date createdTime)
Create an attachment in the database. |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(User remoteUser,
Issue issue)
Persists a new issue. |
org.ofbiz.core.entity.GenericValue |
IssueManager.createIssue(User remoteUser,
Map<String,Object> fields)
Creates an issue. |
void |
IssueManager.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will delete an issue from JIRA. |
List<Issue> |
IssueManager.getVotedIssues(User user)
Get a list of issues that the user has voted on and can see. |
List<Issue> |
IssueManager.getVotedIssuesOverrideSecurity(User user)
Get a list of issues that the user has voted on. |
List<Issue> |
IssueManager.getWatchedIssues(User user)
Get a list of issues that the user is watching and can see. |
List<Issue> |
IssueManager.getWatchedIssuesOverrideSecurity(User user)
Get a list of issues that the user is watching |
boolean |
IssueManager.isEditable(Issue issue,
User user)
Returns true if the issue can be edited by the current user. |
void |
IssueImpl.setAssignee(User assignee)
|
void |
MutableIssue.setAssignee(User assignee)
Deprecated. Call MutableIssue.setAssignee(com.atlassian.crowd.embedded.api.User) . Since v4.3 |
static org.ofbiz.core.entity.GenericValue |
IssueUtils.setPriority(org.ofbiz.core.entity.GenericValue issue,
User remoteUser,
String priority)
Deprecated. |
org.ofbiz.core.entity.GenericValue |
IssueUtilsBean.setPriority(org.ofbiz.core.entity.GenericValue issue,
User remoteUser,
String priority)
Deprecated. |
void |
IssueImpl.setReporter(User reporter)
|
void |
MutableIssue.setReporter(User reporter)
Deprecated. Call MutableIssue.setReporter(com.atlassian.crowd.embedded.api.User) . Since v4.3 |
Issue |
IssueManager.updateIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
This method will store the provided issue to the JIRA datastore. |
Uses of User in com.atlassian.jira.issue.changehistory |
---|
Methods in com.atlassian.jira.issue.changehistory that return User | |
---|---|
User |
ChangeHistory.getUser()
|
Uses of User in com.atlassian.jira.issue.comments |
---|
Methods in com.atlassian.jira.issue.comments that return User | |
---|---|
User |
CommentImpl.getAuthorObject()
|
User |
Comment.getAuthorObject()
Deprecated. Use Comment.getAuthorUser() instead. Since v4.4. |
User |
CommentImpl.getUpdateAuthorObject()
|
User |
Comment.getUpdateAuthorObject()
Deprecated. Use Comment.getUpdateAuthorUser() instead. Since v4.4. |
Methods in com.atlassian.jira.issue.comments with parameters of type User | |
---|---|
List<Comment> |
DefaultCommentManager.getCommentsForUser(Issue issue,
User user)
|
List<Comment> |
CommentManager.getCommentsForUser(Issue issue,
User user)
Deprecated. Please use CommentManager.getCommentsForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
CommentIterator |
DefaultRecentCommentManager.getRecentComments(SearchRequest searchRequest,
User user)
|
CommentIterator |
RecentCommentManager.getRecentComments(SearchRequest searchRequest,
User user)
Return an iterator over all the comments from any issues in the search request that the user can see |
boolean |
DefaultCommentPermissionManager.hasBrowsePermission(Comment comment,
User user)
|
boolean |
CommentPermissionManager.hasBrowsePermission(Comment comment,
User user)
Deprecated. Use CommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User, Comment) . Since v4.3 |
boolean |
DefaultCommentPermissionManager.hasDeleteAllPermission(User user,
Issue issue)
|
boolean |
CommentPermissionManager.hasDeleteAllPermission(User user,
Issue issue)
Returns true if the given User can delete all comments for the given Issue. |
boolean |
DefaultCommentPermissionManager.hasDeleteOwnPermission(User user,
Issue issue)
|
boolean |
CommentPermissionManager.hasDeleteOwnPermission(User user,
Issue issue)
Returns true if the given User can delete her own comments in the given Issue. |
boolean |
DefaultCommentPermissionManager.hasEditAllPermission(User user,
Issue issue)
|
boolean |
CommentPermissionManager.hasEditAllPermission(User user,
Issue issue)
Returns true if user has permission to edit all comments in the given Issue. |
boolean |
DefaultCommentPermissionManager.hasEditOwnPermission(User user,
Issue issue)
|
boolean |
CommentPermissionManager.hasEditOwnPermission(User user,
Issue issue)
Returns true if user has permission to edit her own comments in the given Issue. |
boolean |
DefaultCommentPermissionManager.hasEditPermission(Comment comment,
User user)
|
boolean |
CommentPermissionManager.hasEditPermission(Comment comment,
User user)
Deprecated. Use CommentPermissionManager.hasEditPermission(com.atlassian.crowd.embedded.api.User, Comment) . Since v4.3 |
boolean |
DefaultCommentPermissionManager.isUserCommentAuthor(User user,
Comment comment)
|
boolean |
DefaultCommentManager.isUserCommentAuthor(User user,
Comment comment)
|
boolean |
CommentPermissionManager.isUserCommentAuthor(User user,
Comment comment)
Returns true if the given user is the author of the given comment. |
boolean |
CommentManager.isUserCommentAuthor(User user,
Comment comment)
Deprecated. Please use CommentManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User, Comment) instead. Since v4.3 |
Uses of User in com.atlassian.jira.issue.comments.util |
---|
Methods in com.atlassian.jira.issue.comments.util with parameters of type User | |
---|---|
protected abstract boolean |
DatabaseCommentIterator.hasReadPermissionForAction(Comment comment,
Issue issue,
User user)
|
Constructors in com.atlassian.jira.issue.comments.util with parameters of type User | |
---|---|
DatabaseCommentIterator(OfBizDelegator delegator,
CommentManager commentManager,
Collection<Long> issueIds,
User user)
|
Uses of User in com.atlassian.jira.issue.customfields |
---|
Methods in com.atlassian.jira.issue.customfields with parameters of type User | |
---|---|
static boolean |
CustomFieldUtils.isShownAndVisible(CustomField customField,
User user,
SearchContext searchContext,
FieldVisibilityManager fieldVisibilityManager)
Deprecated. Use CustomFieldUtils.isShownAndVisible(com.atlassian.jira.issue.fields.CustomField, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.search.SearchContext, com.atlassian.jira.web.FieldVisibilityManager) instead. Since v4.3 |
static boolean |
CustomFieldUtils.isUserHasPermissionToProjects(CustomField customField,
User user)
Deprecated. Use CustomFieldUtils.isUserHasPermissionToProjects(com.atlassian.jira.issue.fields.CustomField, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
Uses of User in com.atlassian.jira.issue.customfields.converters |
---|
Methods in com.atlassian.jira.issue.customfields.converters that return User | |
---|---|
User |
UserConverterImpl.getUser(String stringValue)
|
User |
UserConverter.getUser(String stringValue)
Deprecated. Use UserConverter.getUserObject(String stringValue) . Since 4.3 |
Methods in com.atlassian.jira.issue.customfields.converters with parameters of type User | |
---|---|
String |
UserConverterImpl.getString(User user)
|
String |
UserConverter.getString(User user)
|
Uses of User in com.atlassian.jira.issue.customfields.impl |
---|
Methods in com.atlassian.jira.issue.customfields.impl with parameters of type User | |
---|---|
int |
UserCFType.compare(User customFieldObjectValue1,
User customFieldObjectValue2,
FieldConfig fieldConfig)
|
Uses of User in com.atlassian.jira.issue.customfields.searchers.renderer |
---|
Methods in com.atlassian.jira.issue.customfields.searchers.renderer with parameters of type User | |
---|---|
String |
VersionCustomFieldRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
CustomFieldRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
protected List<Map<String,String>> |
UserPickerGroupCustomFieldRenderer.getSelectedListOptions(User searcher)
Returns a list of select box options |
protected Map<String,Object> |
DateCustomFieldSearchRenderer.getVelocityParams(User searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
CustomFieldRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
boolean |
CustomFieldRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
DateCustomFieldSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
CustomFieldRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
UserPickerGroupCustomFieldRenderer.isShown(User searcher,
SearchContext searchContext)
|
Uses of User in com.atlassian.jira.issue.customfields.searchers.transformer |
---|
Methods in com.atlassian.jira.issue.customfields.searchers.transformer with parameters of type User | |
---|---|
boolean |
ProjectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
FreeTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
MultiSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
UserPickerCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
NumberRangeCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
VersionCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
GroupCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
ExactNumberCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
CascadingSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
SelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
ExactTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
protected Clause |
AbstractSingleValueCustomFieldSearchInputTransformer.getClauseFromParams(User searcher,
CustomFieldParams customFieldParams)
|
protected Clause |
MultiSelectCustomFieldSearchInputTransformer.getClauseFromParams(User searcher,
CustomFieldParams params)
|
protected Clause |
NumberRangeCustomFieldSearchInputTransformer.getClauseFromParams(User searcher,
CustomFieldParams customFieldParams)
|
protected Clause |
VersionCustomFieldSearchInputTransformer.getClauseFromParams(User searcher,
CustomFieldParams params)
|
protected Clause |
CascadingSelectCustomFieldSearchInputTransformer.getClauseFromParams(User searcher,
CustomFieldParams customFieldParams)
|
protected abstract Clause |
AbstractCustomFieldSearchInputTransformer.getClauseFromParams(User searcher,
CustomFieldParams customFieldParams)
Note: only provide a sensible implementation of this if you intend on using AbstractCustomFieldSearchInputTransformer.getSearchClause(User, com.atlassian.jira.issue.transport.FieldValuesHolder)
as implemented here. |
protected Clause |
VersionCustomFieldSearchInputTransformer.getClauseFromParams(User searcher,
CustomFieldParams params,
FieldValuesHolder fieldValuesHolder)
|
protected String |
AbstractCustomFieldSearchInputTransformer.getClauseName(User searcher,
ClauseNames clauseNames)
|
protected CustomFieldParams |
ProjectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
protected CustomFieldParams |
AbstractSingleValueCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
protected CustomFieldParams |
MultiSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
protected CustomFieldParams |
UserPickerCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
protected CustomFieldParams |
NumberRangeCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
protected CustomFieldParams |
VersionCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
protected CustomFieldParams |
CascadingSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
protected CustomFieldParams |
SelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
protected abstract CustomFieldParams |
AbstractCustomFieldSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
Gets CustomField search parameters from the given JQL Query. |
Clause |
VersionCustomFieldSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
AbstractCustomFieldSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
String |
DefaultCustomFieldInputHelper.getUniqueClauseName(User searcher,
String primaryName,
String fieldName)
|
String |
CustomFieldInputHelper.getUniqueClauseName(User searcher,
String primaryName,
String fieldName)
Given the primary clause name and the field name, returns the "unique" clause name that should be used when constructing terminal clauses for this clause name. |
void |
AbstractCustomFieldSearchInputTransformer.populateFromParams(User user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
AbstractCustomFieldSearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
FreeTextCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
MultiSelectCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
UserPickerCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
NumberRangeCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
GroupCustomFieldSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
AbstractCustomFieldSearchInputTransformer.validateParams(User user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
Uses of User in com.atlassian.jira.issue.fields |
---|
Uses of User in com.atlassian.jira.issue.fields.layout.column |
---|
Methods in com.atlassian.jira.issue.fields.layout.column with parameters of type User | |
---|---|
ColumnLayout |
AbstractColumnLayoutManager.getColumnLayout(User user)
|
ColumnLayout |
ColumnLayoutManager.getColumnLayout(User user)
Get the columns layout for a user, if the user does not have one the default is returned |
ColumnLayout |
AbstractColumnLayoutManager.getColumnLayout(User remoteUser,
SearchRequest searchRequest)
|
ColumnLayout |
ColumnLayoutManager.getColumnLayout(User remoteUser,
SearchRequest searchRequest)
Get the columns layout for a searchRequest, if the searchRequest does not have one the user's columns are returned. |
ColumnLayout |
AbstractColumnLayoutManager.getDefaultColumnLayout(User remoteUser)
|
ColumnLayout |
ColumnLayoutManager.getDefaultColumnLayout(User remoteUser)
Get the default Layout, and filter out the columns which a user cannot see |
EditableSearchRequestColumnLayout |
AbstractColumnLayoutManager.getEditableSearchRequestColumnLayout(User user,
SearchRequest searchRequest)
|
EditableSearchRequestColumnLayout |
ColumnLayoutManager.getEditableSearchRequestColumnLayout(User user,
SearchRequest searchRequest)
Get an editable column layout for the searchRequest, returns null if it does not have one |
EditableUserColumnLayout |
AbstractColumnLayoutManager.getEditableUserColumnLayout(User user)
|
EditableUserColumnLayout |
ColumnLayoutManager.getEditableUserColumnLayout(User user)
Get an editable column layout for the user, returns null if they do not have one |
boolean |
AbstractColumnLayoutManager.hasColumnLayout(User user)
|
boolean |
ColumnLayoutManager.hasColumnLayout(User user)
|
boolean |
ColumnLayoutItemImpl.isAliasForField(User user,
String jqlName)
|
boolean |
ColumnLayoutItem.isAliasForField(User user,
String sortField)
|
void |
AbstractColumnLayoutManager.restoreUserColumnLayout(User user)
|
void |
ColumnLayoutManager.restoreUserColumnLayout(User user)
|
Uses of User in com.atlassian.jira.issue.fields.renderer.wiki.links |
---|
Methods in com.atlassian.jira.issue.fields.renderer.wiki.links that return User | |
---|---|
User |
JiraUserProfileLink.getUser()
|
Uses of User in com.atlassian.jira.issue.fields.screen |
---|
Methods in com.atlassian.jira.issue.fields.screen with parameters of type User | |
---|---|
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(List<String> fieldIds,
User remoteUser,
Issue issue,
IssueOperation issueOperation)
|
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(List<String> fieldIds,
User remoteUser,
Issue issue,
IssueOperation issueOperation)
Returns a FieldScreenRenderer that represents a 'field screen' with the fields the ids of which
are in fieldIds. |
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(User remoteUser,
Issue issue,
com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
|
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser,
Issue issue,
com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
Obtain a field screen renderer that can be used to render JIRA's fields when transitioning through the passed workflow. |
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(User remoteUser,
Issue issue,
IssueOperation issueOperation,
boolean onlyShownCustomFields)
|
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser,
Issue issue,
IssueOperation issueOperation,
boolean onlyShownCustomFields)
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments. |
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(User remoteUser,
Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate)
|
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser,
Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate)
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments. |
Uses of User in com.atlassian.jira.issue.history |
---|
Methods in com.atlassian.jira.issue.history with parameters of type User | |
---|---|
List<SimpleLink> |
IssueHistoryLinkFactory.getLinks(User user,
Map<String,Object> params)
|
Uses of User in com.atlassian.jira.issue.label |
---|
Methods in com.atlassian.jira.issue.label with parameters of type User | |
---|---|
Label |
DefaultLabelManager.addLabel(User remoteUser,
Long issueId,
Long customFieldId,
String label,
boolean sendNotification)
|
Label |
LabelManager.addLabel(User remoteUser,
Long issueId,
Long customFieldId,
String label,
boolean sendNotification)
Adds a label to the issue and customFieldId provided. |
Label |
DefaultLabelManager.addLabel(User remoteUser,
Long issueId,
String label,
boolean sendNotification)
|
Label |
LabelManager.addLabel(User remoteUser,
Long issueId,
String label,
boolean sendNotification)
Adds a label to the issue provided. |
String |
DefaultLabelUtil.getLabelJql(User user,
Long customFieldId,
String label)
|
String |
LabelUtil.getLabelJql(User user,
Long customFieldId,
String label)
Given a label and custom field Id, this utility returns a JQL string to search for this label in the custom field provided |
String |
DefaultLabelUtil.getLabelJql(User user,
String label)
|
String |
LabelUtil.getLabelJql(User user,
String label)
Given a label this utility returns a JQL string to search for this label in the system labels field |
String |
DefaultLabelUtil.getLabelJqlForProject(User user,
Long projectId,
Long customFieldId,
String label)
|
String |
LabelUtil.getLabelJqlForProject(User user,
Long projectId,
Long customFieldId,
String label)
Given a label, project id and custom field id, this utility returns a JQL string to search for this label in the label custom field, limited by the project provided |
String |
DefaultLabelUtil.getLabelJqlForProject(User user,
Long projectId,
String label)
|
String |
LabelUtil.getLabelJqlForProject(User user,
Long projectId,
String label)
Given a label and project id, this utility returns a JQL string to search for this label in the label system field, limited by the project provided |
Set<String> |
DefaultLabelManager.getSuggestedLabels(User user,
Long issueId,
Long customFieldId,
String token)
|
Set<String> |
LabelManager.getSuggestedLabels(User user,
Long issueId,
Long customFieldId,
String token)
Returns a set of label suggestions sorted alphabetically for the label custom field provided. |
Set<String> |
DefaultLabelManager.getSuggestedLabels(User user,
Long issueId,
String token)
|
Set<String> |
LabelManager.getSuggestedLabels(User user,
Long issueId,
String token)
Returns a set of label suggestions sorted alphabetically for the labels system field. |
Set<Label> |
DefaultLabelManager.setLabels(User remoteUser,
Long issueId,
Long customFieldId,
Set<String> labels,
boolean sendNotification,
boolean causesChangeNotification)
|
Set<Label> |
LabelManager.setLabels(User remoteUser,
Long issueId,
Long customFieldId,
Set<String> labels,
boolean sendNotification,
boolean causeChangeNotification)
Sets the labels for a particular issue and field combo to the set specified as a parameter. |
Set<Label> |
DefaultLabelManager.setLabels(User remoteUser,
Long issueId,
Set<String> labels,
boolean sendNotification,
boolean causesChangeNotification)
|
Set<Label> |
LabelManager.setLabels(User remoteUser,
Long issueId,
Set<String> labels,
boolean sendNotification,
boolean causeChangeNotification)
Sets the labels for a particular issue to the set specified as a parameter. |
Uses of User in com.atlassian.jira.issue.link |
---|
Methods in com.atlassian.jira.issue.link with parameters of type User | |
---|---|
void |
DefaultIssueLinkManager.changeIssueLinkType(IssueLink issueLink,
IssueLinkType swapLinkType,
User remoteUser)
|
void |
IssueLinkManager.changeIssueLinkType(IssueLink issueLink,
IssueLinkType swapLinkType,
User remoteUser)
Deprecated. Use IssueLinkManager.changeIssueLinkType(IssueLink, IssueLinkType, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
void |
DefaultIssueLinkManager.createIssueLink(Long sourceIssueId,
Long destinationIssueId,
Long issueLinkTypeId,
Long sequence,
User remoteUser)
|
void |
IssueLinkManager.createIssueLink(Long sourceIssueId,
Long destinationIssueId,
Long issueLinkTypeId,
Long sequence,
User remoteUser)
Deprecated. Use IssueLinkManager.createIssueLink(Long, Long, Long, Long, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
LinkCollection |
DefaultIssueLinkManager.getLinkCollection(org.ofbiz.core.entity.GenericValue issue,
User remoteUser)
|
LinkCollection |
IssueLinkManager.getLinkCollection(org.ofbiz.core.entity.GenericValue issue,
User remoteUser)
Deprecated. use IssueLinkManager.getLinkCollection(com.atlassian.jira.issue.Issue, com.opensymphony.user.User) instead |
LinkCollection |
DefaultIssueLinkManager.getLinkCollection(Issue issue,
User remoteUser)
|
LinkCollection |
IssueLinkManager.getLinkCollection(Issue issue,
User remoteUser)
Deprecated. Use IssueLinkManager.getLinkCollection(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
void |
DefaultIssueLinkManager.removeIssueLink(IssueLink issueLink,
User remoteUser)
|
void |
IssueLinkManager.removeIssueLink(IssueLink issueLink,
User remoteUser)
Deprecated. Use IssueLinkManager.removeIssueLink(IssueLink, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
int |
DefaultIssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue,
User remoteUser)
|
int |
IssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue issue,
User remoteUser)
Deprecated. Use IssueLinkManager.removeIssueLinks(org.ofbiz.core.entity.GenericValue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
void |
IssueLinkTypeDestroyerImpl.removeIssueLinkType(Long issueLinkTypeId,
IssueLinkType swapLinkType,
User remoteUser)
|
void |
IssueLinkTypeDestroyer.removeIssueLinkType(Long issueLinkTypeId,
IssueLinkType swapLinkType,
User remoteUser)
Deprecated. use IssueLinkTypeDestroyer.removeIssueLinkType(Long, IssueLinkType, com.atlassian.crowd.embedded.api.User) |
Uses of User in com.atlassian.jira.issue.managers |
---|
Methods in com.atlassian.jira.issue.managers that return types with arguments of type User | |
---|---|
List<User> |
DefaultIssueManager.getIssueWatchers(org.ofbiz.core.entity.GenericValue issue)
Return a list of users that are watching an issue. |
List<User> |
DefaultIssueManager.getIssueWatchers(Issue issue)
|
Methods in com.atlassian.jira.issue.managers with parameters of type User | |
---|---|
List<ChangeItemBean> |
DefaultAttachmentManager.convertTemporaryAttachments(User user,
Issue issue,
List<Long> selectedAttachments,
TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
|
ChangeItemBean |
DefaultAttachmentManager.createAttachment(File file,
String filename,
String contentType,
User remoteUser,
org.ofbiz.core.entity.GenericValue issue)
|
ChangeItemBean |
DefaultAttachmentManager.createAttachment(File file,
String filename,
String contentType,
User remoteUser,
org.ofbiz.core.entity.GenericValue issue,
Map<String,Object> attachmentProperties,
Date createdTime)
|
Attachment |
DefaultAttachmentManager.createAttachment(org.ofbiz.core.entity.GenericValue issue,
User author,
String mimetype,
String filename,
Long filesize,
Map<String,Object> attachmentProperties,
Date createdTime)
|
org.ofbiz.core.entity.GenericValue |
DefaultIssueManager.createIssue(User remoteUser,
Issue issue)
|
org.ofbiz.core.entity.GenericValue |
DefaultIssueManager.createIssue(User remoteUser,
Map<String,Object> fields)
|
void |
DefaultIssueManager.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
void |
IssueDeleteHelper.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Deprecated. use IssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.MutableIssue, com.atlassian.jira.event.type.EventDispatchOption, boolean)
instead |
void |
DefaultIssueDeleteHelper.deleteIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
List<Issue> |
DefaultIssueManager.getVotedIssues(User user)
|
List<Issue> |
DefaultIssueManager.getVotedIssuesOverrideSecurity(User user)
|
List<Issue> |
DefaultIssueManager.getWatchedIssues(User user)
|
List<Issue> |
DefaultIssueManager.getWatchedIssuesOverrideSecurity(User user)
|
boolean |
DefaultIssueManager.isEditable(Issue issue,
User user)
|
Issue |
DefaultIssueManager.updateIssue(User user,
MutableIssue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
|
Uses of User in com.atlassian.jira.issue.operation |
---|
Methods in com.atlassian.jira.issue.operation with parameters of type User | |
---|---|
boolean |
BulkTransitionIssueOperation.canPerform(BulkEditBean bulkEditBean,
User remoteUser)
|
void |
BulkTransitionIssueOperation.perform(BulkEditBean bulkEditBean,
User remoteUser)
|
Uses of User in com.atlassian.jira.issue.search |
---|
Methods in com.atlassian.jira.issue.search with parameters of type User | |
---|---|
SearchRequest |
DefaultSearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
User searchUser,
ActionParams parameterMap)
|
SearchRequest |
SearchRequestFactory.createFromParameters(SearchRequest oldSearchRequest,
User searchUser,
ActionParams parameterMap)
Takes a user and a raw map of request parameters that are used to create an object representation of the search request. |
SearchRequest |
DefaultSearchRequestFactory.createFromQuery(SearchRequest oldSearchRequest,
User searchUser,
Query query)
|
SearchRequest |
SearchRequestFactory.createFromQuery(SearchRequest oldSearchRequest,
User searchUser,
Query query)
Takes a user, a SearchQuery and an original search request that are used to create an object representation of the search request. |
Collection<SearchRequest> |
DefaultSearchRequestManager.getAllOwnedSearchRequests(User user)
|
Collection<SearchRequest> |
SearchRequestManager.getAllOwnedSearchRequests(User user)
Retrieves a collection of SearchRequest objects that a user created. |
List<SimpleLink> |
CurrentSearchLinkFactory.getLinks(User user,
Map<String,Object> params)
|
List<SimpleLink> |
FavouriteFilterLinkFactory.getLinks(User user,
Map<String,Object> params)
|
SearchRequest |
DefaultSearchRequestManager.getOwnedSearchRequestByName(User author,
String name)
|
SearchRequest |
SearchRequestManager.getOwnedSearchRequestByName(User author,
String name)
Find a search request given the author and the request name. |
SearchRequest |
DefaultSearchRequestManager.getRequest(User searcher,
Long id)
|
SearchRequest |
SearchRequestManager.getRequest(User searcher,
Long id)
Deprecated. since v3.13. Use SearchRequestService.getFilter(com.atlassian.jira.bc.JiraServiceContext, Long) |
SearchRequest |
DefaultSearchRequestManager.getSearchRequest(User searcher,
Long id)
|
SearchRequest |
SearchRequestManager.getSearchRequest(User searcher,
Long id)
Deprecated. since v3.13. Use SearchRequestService.getFilter(com.atlassian.jira.bc.JiraServiceContext, Long) |
SearchRequest |
DefaultSearchRequestManager.getSearchRequestById(User user,
Long id)
|
SearchRequest |
SearchRequestManager.getSearchRequestById(User user,
Long id)
Return the search request as stored in the database |
List<SearchRequest> |
DefaultSearchRequestManager.getVisibleRequests(User user)
|
List<SearchRequest> |
SearchRequestManager.getVisibleRequests(User user)
Deprecated. since v3.13. Use SearchRequestService.getFavouriteFilters(User)
or search functions |
void |
SearchProvider.search(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector)
Deprecated. Use SearchProvider.search(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User,
org.apache.lucene.search.HitCollector) . Since v4.3 |
void |
SearchProvider.search(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector,
org.apache.lucene.search.Query andQuery)
Run a search based on the provided search criteria and, for each match, call hitCollector.collect(). |
SearchResults |
SearchProvider.search(Query query,
User searcher,
PagerFilter pager)
Deprecated. Use SearchProvider.search(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.web.bean.PagerFilter) . Since v4.3 |
SearchResults |
SearchProvider.search(Query query,
User searcher,
PagerFilter pager,
org.apache.lucene.search.Query andQuery)
Deprecated. Use SearchProvider.search(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.web.bean.PagerFilter, org.apache.lucene.search.Query) . Since v4.3 |
SharedEntitySearchResult<SearchRequest> |
DefaultSearchRequestManager.search(SharedEntitySearchParameters searchParameters,
User user,
int pagePosition,
int pageWidth)
|
SharedEntitySearchResult<SearchRequest> |
SearchRequestManager.search(SharedEntitySearchParameters searchParameters,
User user,
int pagePosition,
int pageWidth)
Search for the SearchRequests that match the passed searchParameters. |
void |
SearchProvider.searchAndSort(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector,
PagerFilter pager)
Deprecated. Use SearchProvider.searchAndSort(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, org.apache.lucene.search.HitCollector, com.atlassian.jira.web.bean.PagerFilter) . Since v4.3 |
void |
SearchProvider.searchAndSortOverrideSecurity(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector,
PagerFilter pager)
Deprecated. Use SearchProvider.searchAndSortOverrideSecurity(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, org.apache.lucene.search.HitCollector, com.atlassian.jira.web.bean.PagerFilter) . Since v4.3 |
long |
SearchProvider.searchCount(Query query,
User searcher)
Deprecated. Use SearchProvider.searchCount(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
long |
SearchProvider.searchCountOverrideSecurity(Query query,
User searcher)
Deprecated. Use SearchProvider.searchCount(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
void |
SearchProvider.searchOverrideSecurity(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector)
Deprecated. Use SearchProvider.searchOverrideSecurity(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, org.apache.lucene.search.HitCollector) . Since v4.3 |
SearchResults |
SearchProvider.searchOverrideSecurity(Query query,
User searcher,
PagerFilter pager,
org.apache.lucene.search.Query andQuery)
Deprecated. Use SearchProvider.searchOverrideSecurity(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.web.bean.PagerFilter, org.apache.lucene.search.Query) . Since v4.3 |
Uses of User in com.atlassian.jira.issue.search.managers |
---|
Methods in com.atlassian.jira.issue.search.managers with parameters of type User | |
---|---|
Collection<ClauseHandler> |
DefaultSearchHandlerManager.getClauseHandler(User user,
String jqlClauseName)
|
Collection<ClauseHandler> |
SearchHandlerManager.getClauseHandler(User user,
String jqlClauseName)
Return a collection of ClauseHandler s registered against the passed JQL clause
name. |
Collection<String> |
DefaultSearchHandlerManager.getFieldIds(User searcher,
String jqlClauseName)
|
Collection<String> |
SearchHandlerManager.getFieldIds(User searcher,
String jqlClauseName)
Gets the field ids that are associated with the provided jqlClauseName. |
Collection<IssueSearcher<?>> |
DefaultSearchHandlerManager.getSearchers(User searcher,
SearchContext context)
|
Collection<IssueSearcher<?>> |
DefaultIssueSearcherManager.getSearchers(User searcher,
SearchContext context)
|
Collection<IssueSearcher<?>> |
IssueSearcherManager.getSearchers(User searcher,
SearchContext context)
Get searchers that are applicable for a given context. |
Collection<IssueSearcher<?>> |
SearchHandlerManager.getSearchers(User searcher,
SearchContext context)
Get searchers that are applicable for a given context. |
Collection<IssueSearcher<?>> |
DefaultSearchHandlerManager.getSearchersByClauseName(User user,
String jqlClauseName,
SearchContext searchContext)
|
Collection<IssueSearcher<?>> |
SearchHandlerManager.getSearchersByClauseName(User user,
String jqlClauseName,
SearchContext searchContext)
Return a collection of IssueSearcher s registered against the
passed JQL clause name. |
Collection<ClauseHandler> |
DefaultSearchHandlerManager.getVisibleClauseHandlers(User searcher)
|
Collection<ClauseHandler> |
SearchHandlerManager.getVisibleClauseHandlers(User searcher)
Get all the available clause handlers that the searcher can see. |
Collection<ClauseNames> |
DefaultSearchHandlerManager.getVisibleJqlClauseNames(User searcher)
|
Collection<ClauseNames> |
SearchHandlerManager.getVisibleJqlClauseNames(User searcher)
Get all the available clause names that the searcher can see. |
Uses of User in com.atlassian.jira.issue.search.providers |
---|
Methods in com.atlassian.jira.issue.search.providers with parameters of type User | |
---|---|
void |
LuceneSearchProvider.search(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector)
|
void |
LuceneSearchProvider.search(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector,
org.apache.lucene.search.Query andQuery)
|
SearchResults |
LuceneSearchProvider.search(Query query,
User searcher,
PagerFilter pager)
|
SearchResults |
LuceneSearchProvider.search(Query query,
User searcher,
PagerFilter pager,
org.apache.lucene.search.Query andQuery)
|
void |
LuceneSearchProvider.searchAndSort(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector,
PagerFilter pager)
|
void |
LuceneSearchProvider.searchAndSortOverrideSecurity(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector,
PagerFilter pager)
|
long |
LuceneSearchProvider.searchCount(Query query,
User searcher)
|
long |
LuceneSearchProvider.searchCountOverrideSecurity(Query query,
User searcher)
|
void |
LuceneSearchProvider.searchOverrideSecurity(Query query,
User searcher,
org.apache.lucene.search.HitCollector hitCollector)
|
SearchResults |
LuceneSearchProvider.searchOverrideSecurity(Query query,
User searcher,
PagerFilter pager,
org.apache.lucene.search.Query andQuery)
|
Uses of User in com.atlassian.jira.issue.search.searchers |
---|
Methods in com.atlassian.jira.issue.search.searchers with parameters of type User | |
---|---|
boolean |
SearcherGroup.isShown(User searcher,
SearchContext searchContext)
|
Uses of User in com.atlassian.jira.issue.search.searchers.renderer |
---|
Methods in com.atlassian.jira.issue.search.searchers.renderer with parameters of type User | |
---|---|
String |
AbstractDateSearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
FixForVersionRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
ProjectSearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
WorkRatioSearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
AffectedVersionRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
SearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
Used to produce an HTML input that is rendered on the JIRA issue navigator. |
String |
IssueConstantsSearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
AbstractUserSearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
LabelsSearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
IssueTypeSearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
ComponentSearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
QuerySearchRenderer.getEditHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
protected I18nHelper |
AbstractSearchRenderer.getI18n(User searcher)
|
Collection |
QuerySearchRenderer.getQueryFieldNames(User searcher,
FieldValuesHolder fieldValuesHolder)
|
protected abstract List<Map<String,String>> |
AbstractUserSearchRenderer.getSelectedListOptions(User searcher)
|
protected List<Map<String,String>> |
ReporterSearchRenderer.getSelectedListOptions(User searcher)
|
protected List<Map<String,String>> |
AssigneeSearchRenderer.getSelectedListOptions(User searcher)
|
protected List<Option> |
ComponentSearchRenderer.getSelectListOptions(User searcher,
SearchContext searchContext)
|
protected String |
AbstractUserSearchRenderer.getTextForuser(User searcher,
FieldValuesHolder fieldValuesHolder)
|
protected Map<String,Object> |
WorkRatioSearchRenderer.getVelocityParams(User searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
protected Map<String,Object> |
AbstractSearchRenderer.getVelocityParams(User searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
protected Map<String,Object> |
AbstractUserSearchRenderer.getVelocityParams(User searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
protected Map<String,Object> |
ComponentSearchRenderer.getVelocityParams(User searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
protected Map |
ResolutionSearchRenderer.getVelocityParams(User searcher,
SearchContext searchContext,
FieldLayoutItem fieldLayoutItem,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
AbstractDateSearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
FixForVersionRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
WorkRatioSearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
AffectedVersionRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
|
String |
SearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map<?,?> displayParameters,
webwork.action.Action action)
Used to produce the HTML that displays a searchers summary information (e.g. |
String |
IssueConstantsSearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
AbstractUserSearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
ProjectSearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
LabelsSearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
IssueTypeSearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
ComponentSearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
String |
QuerySearchRenderer.getViewHtml(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
Map displayParameters,
webwork.action.Action action)
|
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectSearchRenderer.getVisibleProjects(User searcher)
|
boolean |
QuerySearchRenderer.isFieldVisible(User searcher,
String fieldId,
SearchContext searchContext)
|
boolean |
AbstractDateSearchRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
IssueConstantsSearchRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
AbstractUserSearchRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
ProjectSearchRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
WorkRatioSearchRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
LabelsSearchRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
IssueTypeSearchRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
AbstractProjectConstantsRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
QuerySearchRenderer.isRelevantForQuery(User searcher,
Query query)
|
boolean |
SearchRenderer.isRelevantForQuery(User searcher,
Query query)
Checks if the searchRequest object has a search representation that was created by the searcher and is used to determine if the SearchRenderer.getViewHtml(User, com.atlassian.jira.issue.search.SearchContext, com.atlassian.jira.issue.transport.FieldValuesHolder, java.util.Map, webwork.action.Action)
method should be called when rendering the search summary. |
abstract boolean |
AbstractDateSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
IssueConstantsSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
ProjectSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
WorkRatioSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
ReporterSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
LabelsSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
IssueTypeSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
AssigneeSearchRenderer.isShown(User searcher,
SearchContext searchContext)
Returns true or false based on AssigneeSearchRenderer.fieldVisibilityManager value. |
boolean |
AbstractProjectConstantsRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
DateSearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
QuerySearchRenderer.isShown(User searcher,
SearchContext searchContext)
|
boolean |
SearchRenderer.isShown(User searcher,
SearchContext searchContext)
Checks if the searcher should be shown in this context on the Issue Navigator. |
Constructors in com.atlassian.jira.issue.search.searchers.renderer with parameters of type User | |
---|---|
ComponentSearchRenderer.ComponentLabelFunction(User searcher)
|
Uses of User in com.atlassian.jira.issue.search.searchers.transformer |
---|
Methods in com.atlassian.jira.issue.search.searchers.transformer with parameters of type User | |
---|---|
boolean |
DateSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
VersionSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
CustomFieldLabelsSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
QuerySearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
ProjectSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
IdIndexedSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
UserSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
LabelsSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
RelativeDateSearcherInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
WorkRatioSearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
|
boolean |
SearchInputTransformer.doRelevantClausesFitFilterForm(User searcher,
Query query,
SearchContext searchContext)
Tells the caller whether or not the relevant clauses from the passed query can be represented on the issue navigator. |
protected Clause |
CustomFieldLabelsSearchInputTransformer.getClauseFromParams(User searcher,
CustomFieldParams customFieldParams)
|
Set<String> |
ProjectSearchInputTransformer.getIdValuesAsStrings(User searcher,
Query query,
SearchContext searchContext)
|
Set<String> |
ProjectSearchInputTransformer.getNavigatorValuesAsStrings(User searcher,
Query query,
SearchContext searchContext)
|
protected CustomFieldParams |
CustomFieldLabelsSearchInputTransformer.getParamsFromSearchRequest(User searcher,
Query query,
SearchContext searchContext)
|
Clause |
DateSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
VersionSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
QuerySearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
ProjectSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
ComponentSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
IdIndexedSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
For this implementation we expect that the fieldValuesHolder will contain a list of strings or nothing at all, if not then this will throw an exception. |
Clause |
UserSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
LabelsSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
RelativeDateSearcherInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
WorkRatioSearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
|
Clause |
SearchInputTransformer.getSearchClause(User searcher,
FieldValuesHolder fieldValuesHolder)
Gets the portion of the Search Query that this searcher is responsible for. |
void |
DateSearchInputTransformer.populateFromParams(User user,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
QuerySearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
ProjectSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
IdIndexedSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
UserSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
LabelsSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
RelativeDateSearcherInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
WorkRatioSearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
|
void |
SearchInputTransformer.populateFromParams(User searcher,
FieldValuesHolder fieldValuesHolder,
ActionParams actionParams)
Populate FieldValuesHolder object with whatever values the searcher is interested in from the
ActionParams . |
void |
DateSearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
QuerySearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
ProjectSearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
IdIndexedSearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
UserSearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
LabelsSearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
RelativeDateSearcherInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
WorkRatioSearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
|
void |
SearchInputTransformer.populateFromQuery(User searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
This method transforms any query information contained in the query that is relevant to this SearchInputTransformer into the values that the HTML rendering expects. |
void |
DateSearchInputTransformer.validateParams(User user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
QuerySearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
ProjectSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
IdIndexedSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
UserSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
LabelsSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
RelativeDateSearcherInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
WorkRatioSearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
|
void |
SearchInputTransformer.validateParams(User searcher,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
Adds error meessages to the errors object if values in the fieldValuesHolder fails validation. |
Uses of User in com.atlassian.jira.issue.search.util |
---|
Methods in com.atlassian.jira.issue.search.util with parameters of type User | |
---|---|
List<SearchSort> |
SearchSortUtilImpl.mergeSearchSorts(User user,
Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength)
|
List<SearchSort> |
SearchSortUtil.mergeSearchSorts(User user,
Collection<SearchSort> newSorts,
Collection<SearchSort> oldSorts,
int maxLength)
Combine the new search sorts and the old search sorts returning a list of sorts that is only of size maxLength. |
Uses of User in com.atlassian.jira.issue.security |
---|
Methods in com.atlassian.jira.issue.security with parameters of type User | |
---|---|
Collection<org.ofbiz.core.entity.GenericValue> |
IssueLevelSecurities.getAllUsersSecurityLevels(User user)
|
Collection<org.ofbiz.core.entity.GenericValue> |
IssueSecurityLevelManager.getAllUsersSecurityLevels(User user)
Deprecated. Please use IssueSecurityLevelManager.getAllUsersSecurityLevels(com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
List<org.ofbiz.core.entity.GenericValue> |
IssueLevelSecurities.getUsersSecurityLevels(org.ofbiz.core.entity.GenericValue entity,
User user)
|
List<org.ofbiz.core.entity.GenericValue> |
IssueSecurityLevelManager.getUsersSecurityLevels(org.ofbiz.core.entity.GenericValue entity,
User user)
Deprecated. Please use IssueSecurityLevelManager.getUsersSecurityLevels(org.ofbiz.core.entity.GenericValue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
Collection<org.ofbiz.core.entity.GenericValue> |
IssueLevelSecurities.getUsersSecurityLevelsByName(User user,
String securityLevelName)
|
Collection<org.ofbiz.core.entity.GenericValue> |
IssueSecurityLevelManager.getUsersSecurityLevelsByName(User user,
String securityLevelName)
Deprecated. Please use IssueSecurityLevelManager.getUsersSecurityLevelsByName(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3 |
boolean |
IssueSecurityType.hasPermission(org.ofbiz.core.entity.GenericValue entity,
String argument,
User user)
Interface for determining if a permission type has the permission |
Uses of User in com.atlassian.jira.issue.subscription |
---|
Methods in com.atlassian.jira.issue.subscription with parameters of type User | |
---|---|
org.ofbiz.core.entity.GenericValue |
DefaultSubscriptionManager.createSubscription(User user,
Long filterId,
String groupName,
Long period,
Boolean emailOnEmpty)
|
org.ofbiz.core.entity.GenericValue |
SubscriptionManager.createSubscription(User user,
Long filterId,
String groupName,
Long period,
Boolean emailOnEmpty)
|
org.ofbiz.core.entity.GenericValue |
DefaultSubscriptionManager.createSubscription(User user,
Long filterId,
String groupName,
org.quartz.Trigger trigger,
Boolean emailOnEmpty)
|
org.ofbiz.core.entity.GenericValue |
SubscriptionManager.createSubscription(User user,
Long filterId,
String groupName,
org.quartz.Trigger trigger,
Boolean emailOnEmpty)
Creates a new subscription based on the passed in filter id and fired in accordance with the passed in trigger |
void |
DefaultSubscriptionManager.deleteSubscriptionsForUser(User user)
|
void |
SubscriptionManager.deleteSubscriptionsForUser(User user)
|
org.ofbiz.core.entity.GenericValue |
DefaultSubscriptionManager.getSubscription(User user,
Long subId)
|
org.ofbiz.core.entity.GenericValue |
SubscriptionManager.getSubscription(User user,
Long subId)
|
List<org.ofbiz.core.entity.GenericValue> |
DefaultSubscriptionManager.getSubscriptions(User user,
Long filterId)
|
List<org.ofbiz.core.entity.GenericValue> |
SubscriptionManager.getSubscriptions(User user,
Long filterId)
|
boolean |
DefaultSubscriptionManager.hasSubscription(User user,
Long filterId)
|
boolean |
SubscriptionManager.hasSubscription(User user,
Long filterId)
|
void |
DefaultSubscriptionManager.runSubscription(User user,
Long subId)
|
void |
SubscriptionManager.runSubscription(User u,
Long subId)
|
void |
DefaultSubscriptionManager.updateSubscription(User u,
Long subId,
Map fields,
org.quartz.Trigger trigger)
Deprecated. |
void |
SubscriptionManager.updateSubscription(User user,
Long subscriptionId,
Map fields,
org.quartz.Trigger trigger)
Deprecated. Should use the method with an explicit list of fields |
void |
DefaultSubscriptionManager.updateSubscription(User user,
Long subscriptionId,
String groupName,
org.quartz.Trigger trigger,
Boolean emailOnEmpty)
|
void |
SubscriptionManager.updateSubscription(User user,
Long subscriptionId,
String groupName,
org.quartz.Trigger trigger,
Boolean emailOnEmpty)
|
Uses of User in com.atlassian.jira.issue.tabpanels |
---|
Methods in com.atlassian.jira.issue.tabpanels that return User | |
---|---|
User |
CVSAction.getUser()
|
Methods in com.atlassian.jira.issue.tabpanels with parameters of type User | |
---|---|
List |
WorklogTabPanel.getActions(Issue issue,
User remoteUser)
|
List |
AllTabPanel.getActions(Issue issue,
User remoteUser)
|
List<IssueAction> |
CVSTabPanel.getActions(Issue issue,
User remoteUser)
Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project |
List |
CommentTabPanel.getActions(Issue issue,
User user)
|
List |
ChangeHistoryTabPanel.getActions(Issue issue,
User remoteUser)
|
boolean |
WorklogTabPanel.showPanel(Issue issue,
User remoteUser)
|
boolean |
AllTabPanel.showPanel(Issue issue,
User remoteUser)
|
boolean |
CVSTabPanel.showPanel(Issue issue,
User remoteUser)
|
boolean |
CommentTabPanel.showPanel(Issue issue,
User remoteUser)
|
boolean |
ChangeHistoryTabPanel.showPanel(Issue issue,
User remoteUser)
|
Uses of User in com.atlassian.jira.issue.thumbnail |
---|
Methods in com.atlassian.jira.issue.thumbnail with parameters of type User | |
---|---|
boolean |
ThumbnailManager.checkToolkit(User user)
Deprecated. Call ThumbnailManager.checkToolkit() instead. Since v4.3 |
boolean |
DefaultThumbnailManager.checkToolkit(User user)
|
boolean |
DisabledThumbNailManager.checkToolkit(User user)
|
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
ThumbnailManager.getThumbnails(Collection<Attachment> attachments,
User user)
|
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
DefaultThumbnailManager.getThumbnails(Collection<Attachment> attachments,
User user)
|
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
DisabledThumbNailManager.getThumbnails(Collection<Attachment> attachments,
User user)
|
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
ThumbnailManager.getThumbnails(org.ofbiz.core.entity.GenericValue issue,
User user)
Deprecated. since 4.0 use ThumbnailManager.getThumbnails(com.atlassian.jira.issue.Issue, User) |
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
DefaultThumbnailManager.getThumbnails(org.ofbiz.core.entity.GenericValue issue,
User user)
|
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
DisabledThumbNailManager.getThumbnails(org.ofbiz.core.entity.GenericValue issue,
User user)
|
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
ThumbnailManager.getThumbnails(Issue issue,
User user)
Deprecated. Call ThumbnailManager.getThumbnails(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
DefaultThumbnailManager.getThumbnails(Issue issue,
User user)
|
Collection<com.atlassian.core.util.thumbnail.Thumbnail> |
DisabledThumbNailManager.getThumbnails(Issue issue,
User user)
|
Uses of User in com.atlassian.jira.issue.transitions |
---|
Methods in com.atlassian.jira.issue.transitions with parameters of type User | |
---|---|
List<SimpleLink> |
TransitionLinkFactory.getLinks(User user,
Map<String,Object> params)
|
Uses of User in com.atlassian.jira.issue.views |
---|
Methods in com.atlassian.jira.issue.views with parameters of type User | |
---|---|
protected abstract IssueTableLayoutBean |
AbstractSearchRequestExcelView.getColumnLayout(SearchRequest searchRequest,
User user)
|
protected IssueTableLayoutBean |
SearchRequestExcelViewAllFields.getColumnLayout(SearchRequest searchRequest,
User user)
|
protected IssueTableLayoutBean |
SearchRequestExcelViewCurrentFields.getColumnLayout(SearchRequest searchRequest,
User user)
|
List<FieldLayoutItem> |
IssueXMLView.getVisibleCustomFields(Issue issue,
User user,
IssueViewFieldParams issueViewFieldParams)
|
Uses of User in com.atlassian.jira.issue.views.util |
---|
Methods in com.atlassian.jira.issue.views.util with parameters of type User | |
---|---|
static String |
SearchRequestViewUtils.getGeneratedInfo(User user)
|
static String |
SearchRequestViewUtils.getLink(SearchRequest searchRequest,
String baseUrl,
User user)
|
LinkCollection |
IssueViewUtil.getLinkCollection(Issue issue,
User user)
|
LinkCollection |
DefaultIssueViewUtil.getLinkCollection(Issue issue,
User user)
|
Uses of User in com.atlassian.jira.issue.vote |
---|
Methods in com.atlassian.jira.issue.vote that return types with arguments of type User | |
---|---|
Iterable<User> |
DefaultIssueVoterAccessor.getDetails(Locale displayLocale,
Issue issue)
|
Iterable<User> |
IssueVoterAccessor.getDetails(Locale displayLocale,
Issue issue)
Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue) . Since 4.3 |
Collection<User> |
DefaultVoteManager.getVoters(Locale usersLocale,
org.ofbiz.core.entity.GenericValue issue)
|
Collection<User> |
VoteManager.getVoters(Locale usersLocale,
org.ofbiz.core.entity.GenericValue issue)
Deprecated. Use VoteManager.getVoters(com.atlassian.jira.issue.Issue, java.util.Locale) . Since v4.3 |
Methods in com.atlassian.jira.issue.vote with parameters of type User | |
---|---|
boolean |
DefaultVoteManager.addVote(User user,
org.ofbiz.core.entity.GenericValue issue)
|
boolean |
VoteManager.addVote(User user,
org.ofbiz.core.entity.GenericValue issue)
Adds a new vote for the user and issue specified. |
boolean |
DefaultVoteManager.addVote(User user,
Issue issue)
|
boolean |
VoteManager.addVote(User user,
Issue issue)
Adds a new vote for the user and issue specified. |
Iterable<Long> |
DefaultVotedIssuesAccessor.getVotedIssueIds(User voter,
User searcher,
VotedIssuesAccessor.Security security)
|
Iterable<Long> |
VotedIssuesAccessor.getVotedIssueIds(User voter,
User searcher,
VotedIssuesAccessor.Security security)
Deprecated. Use VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.vote.VotedIssuesAccessor.Security) . Since v4.3 |
boolean |
DefaultVoteManager.hasVoted(User user,
org.ofbiz.core.entity.GenericValue issue)
|
boolean |
VoteManager.hasVoted(User user,
org.ofbiz.core.entity.GenericValue issue)
Checks if the collection of VoteManager.getVoters(java.util.Locale, org.ofbiz.core.entity.GenericValue) contains
the user supplied. |
boolean |
DefaultVoteManager.hasVoted(User user,
Issue issue)
|
boolean |
VoteManager.hasVoted(User user,
Issue issue)
Checks if the given User has voted on the given Issue. |
boolean |
DefaultVoteManager.removeVote(User user,
org.ofbiz.core.entity.GenericValue issue)
|
boolean |
VoteManager.removeVote(User user,
org.ofbiz.core.entity.GenericValue issue)
Removes a vote for the user and issue specified. |
boolean |
DefaultVoteManager.removeVote(User user,
Issue issue)
|
boolean |
VoteManager.removeVote(User user,
Issue issue)
Removes a vote for the user and issue specified. |
void |
DefaultVoteManager.removeVotesForUser(User user)
|
void |
VoteManager.removeVotesForUser(User user)
Removes all votes made by user. |
Method parameters in com.atlassian.jira.issue.vote with type arguments of type User | ||
---|---|---|
|
DefaultIssueVoterAccessor.getDetails(Locale displayLocale,
Issue issue,
Function<User,T> transformer)
|
|
|
IssueVoterAccessor.getDetails(Locale displayLocale,
Issue issue,
Function<User,T> transformer)
Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue) . Since 4.3 |
Uses of User in com.atlassian.jira.issue.watchers |
---|
Methods in com.atlassian.jira.issue.watchers that return types with arguments of type User | |
---|---|
Collection<User> |
DefaultWatcherManager.getCurrentWatchList(Locale userLocale,
org.ofbiz.core.entity.GenericValue issue)
|
Collection<User> |
WatcherManager.getCurrentWatchList(Locale userLocale,
org.ofbiz.core.entity.GenericValue issue)
Deprecated. Use WatcherManager.getCurrentWatchList(com.atlassian.jira.issue.Issue, java.util.Locale) instead. Since v4.3. |
Iterable<User> |
DefaultIssueWatcherAccessor.getDetails(Locale displayLocale,
Issue issue)
|
Iterable<User> |
IssueWatcherAccessor.getDetails(Locale displayLocale,
Issue issue)
Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale) . Since 4.3 |
Methods in com.atlassian.jira.issue.watchers with parameters of type User | |
---|---|
Iterable<Long> |
DefaultWatchedIssuesAccessor.getWatchedIssueIds(User watcher,
User searcher,
WatchedIssuesAccessor.Security security)
|
Iterable<Long> |
WatchedIssuesAccessor.getWatchedIssueIds(User watcher,
User searcher,
WatchedIssuesAccessor.Security security)
Deprecated. use WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security) . Since v4.3 |
boolean |
DefaultWatcherManager.isWatching(User user,
org.ofbiz.core.entity.GenericValue issue)
|
boolean |
WatcherManager.isWatching(User user,
org.ofbiz.core.entity.GenericValue issue)
Determine whether the current user is already watching the issue or not |
boolean |
DefaultWatcherManager.isWatching(User user,
Issue issue)
|
boolean |
WatcherManager.isWatching(User user,
Issue issue)
Determine whether the current user is already watching the issue or not |
void |
DefaultWatcherManager.removeAllWatchesForUser(User user)
|
void |
WatcherManager.removeAllWatchesForUser(User user)
Remove all watches for a given user |
void |
DefaultWatcherManager.startWatching(User user,
org.ofbiz.core.entity.GenericValue issue)
|
void |
WatcherManager.startWatching(User user,
org.ofbiz.core.entity.GenericValue issue)
Enable watching of a particular issue for the user supplied. |
void |
DefaultWatcherManager.stopWatching(User user,
org.ofbiz.core.entity.GenericValue issue)
|
void |
WatcherManager.stopWatching(User user,
org.ofbiz.core.entity.GenericValue issue)
Disable watching of a particular issue for the user supplied. |
void |
DefaultWatcherManager.stopWatching(User user,
Issue issue)
|
void |
WatcherManager.stopWatching(User user,
Issue issue)
Disable watching of a particular issue for the user supplied. |
Method parameters in com.atlassian.jira.issue.watchers with type arguments of type User | ||
---|---|---|
|
DefaultIssueWatcherAccessor.getDetails(Locale displayLocale,
Issue issue,
Function<User,T> transformer)
|
|
|
IssueWatcherAccessor.getDetails(Locale displayLocale,
Issue issue,
Function<User,T> transformer)
Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale) . Since 4.3 |
Uses of User in com.atlassian.jira.issue.worklog |
---|
Methods in com.atlassian.jira.issue.worklog with parameters of type User | |
---|---|
Worklog |
DefaultWorklogManager.create(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
|
Worklog |
WorklogManager.create(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
Creates a worklog based on the passed in Worklog object and associates
it with the given issue. |
boolean |
DefaultWorklogManager.delete(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
|
boolean |
WorklogManager.delete(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
Deletes the specified worklog and updates the issue's remaining estimate and time spent fields. |
Worklog |
DefaultWorklogManager.update(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
|
Worklog |
WorklogManager.update(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
Updates the provided Worklog . |
void |
DefaultTimeTrackingIssueUpdater.updateIssueOnWorklogCreate(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
|
void |
TimeTrackingIssueUpdater.updateIssueOnWorklogCreate(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
Will set the Worklog.getIssue() 's remaining estimate to the newEstimate
and will increment the issues time spent by the Worklog.getTimeSpent() . |
void |
DefaultTimeTrackingIssueUpdater.updateIssueOnWorklogDelete(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
|
void |
TimeTrackingIssueUpdater.updateIssueOnWorklogDelete(User user,
Worklog worklog,
Long newEstimate,
boolean dispatchEvent)
Will set the Worklog.getIssue() 's remaining estimate to the newEstimate
and will decrement the issues time spent by the Worklog.getTimeSpent() . |
void |
DefaultTimeTrackingIssueUpdater.updateIssueOnWorklogUpdate(User user,
Worklog originalWorklog,
Worklog newWorklog,
Long originalTimeSpent,
Long newEstimate,
boolean dispatchEvent)
|
void |
TimeTrackingIssueUpdater.updateIssueOnWorklogUpdate(User user,
Worklog originalWorklog,
Worklog newWorklog,
Long originalTimeSpent,
Long newEstimate,
boolean dispatchEvent)
Will set the Worklog.getIssue() 's remaining estimate to the newEstimate
and will decrement the issues time spent by the originalTimeSpent and then increment it by the
Worklog.getTimeSpent() . |
Uses of User in com.atlassian.jira.jelly |
---|
Methods in com.atlassian.jira.jelly that return User | |
---|---|
User |
UserAwareDynaBeanTagSupport.getUser()
|
User |
UserAware.getUser()
|
User |
PermissionSchemeContextAccessorImpl.getUser()
|
Methods in com.atlassian.jira.jelly with parameters of type User | |
---|---|
void |
NewUserContextAccessorImpl.setNewUser(User user)
|
void |
NewUserContextAccessor.setNewUser(User user)
|
Uses of User in com.atlassian.jira.jelly.tag |
---|
Methods in com.atlassian.jira.jelly.tag that return User | |
---|---|
User |
UserAwareActionTagSupport.getUser()
|
Uses of User in com.atlassian.jira.jelly.tag.admin |
---|
Methods in com.atlassian.jira.jelly.tag.admin with parameters of type User | |
---|---|
void |
AddUserToGroup.setNewUser(User user)
|
void |
CreateUser.setNewUser(User user)
|
Uses of User in com.atlassian.jira.jql.context |
---|
Methods in com.atlassian.jira.jql.context with parameters of type User | |
---|---|
ClauseContext |
StatusClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
AbstractProjectAttributeClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
MultiClauseDecoratorContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
CustomFieldClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IssueSecurityLevelClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
SimpleClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
CascadingSelectCustomFieldClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
SelectCustomFieldClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
AllTextClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
ProjectCategoryClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IssueTypeClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
ProjectClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IssueIdClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IssueParentClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
IntersectingClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
SavedFilterClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
ValidatingDecoratorContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
|
ClauseContext |
ClauseContextFactory.getClauseContext(User searcher,
TerminalClause terminalClause)
Generates a clause context for the associated handler. |
Uses of User in com.atlassian.jira.jql.operand |
---|
Methods in com.atlassian.jira.jql.operand with parameters of type User | |
---|---|
QueryLiteral |
DefaultJqlOperandResolver.getSingleValue(User user,
Operand operand,
TerminalClause clause)
|
QueryLiteral |
JqlOperandResolver.getSingleValue(User user,
Operand operand,
TerminalClause clause)
Returns the single value contained within the passed operand. |
List<QueryLiteral> |
DefaultJqlOperandResolver.getValues(User searcher,
Operand operand,
TerminalClause terminalClause)
|
List<QueryLiteral> |
JqlOperandResolver.getValues(User searcher,
Operand operand,
TerminalClause terminalClause)
Return the values contained within the passed operand. |
FunctionOperand |
DefaultJqlOperandResolver.sanitiseFunctionOperand(User searcher,
FunctionOperand operand)
|
FunctionOperand |
JqlOperandResolver.sanitiseFunctionOperand(User searcher,
FunctionOperand operand)
Sanitise a function operand for the specified user, so that information is not leaked. |
MessageSet |
DefaultJqlOperandResolver.validate(User user,
Operand operand,
TerminalClause terminalClause)
|
MessageSet |
JqlOperandResolver.validate(User user,
Operand operand,
TerminalClause terminalClause)
Validates the operand against its handler. |
Uses of User in com.atlassian.jira.jql.query |
---|
Methods in com.atlassian.jira.jql.query that return User | |
---|---|
User |
QueryCreationContextImpl.getUser()
|
User |
QueryCreationContext.getUser()
Get the User. |
Uses of User in com.atlassian.jira.jql.util |
---|
Methods in com.atlassian.jira.jql.util with parameters of type User | |
---|---|
Issue |
JqlIssueSupport.getIssue(long id,
User user)
Get the issue given its id if the passed user can see it. |
Issue |
JqlIssueSupportImpl.getIssue(long id,
User user)
|
List<Issue> |
JqlIssueSupport.getIssues(String issueKey,
User user)
Get the issues with the passed key if the passed user can see it. |
List<Issue> |
JqlIssueSupportImpl.getIssues(String issueKey,
User user)
|
Uses of User in com.atlassian.jira.jql.validator |
---|
Methods in com.atlassian.jira.jql.validator with parameters of type User | |
---|---|
ValidatorVisitor |
ValidatorVisitor.ValidatorVisitorFactory.createVisitor(User searcher)
|
Collection<ClauseValidator> |
ValidatorRegistry.getClauseValidator(User searcher,
TerminalClause clause)
Fetches the associated ClauseValidators for the provided TerminalClause. |
Collection<ClauseValidator> |
DefaultValidatorRegistry.getClauseValidator(User searcher,
TerminalClause clause)
|
Collection<ClauseValidator> |
ValidatorRegistry.getClauseValidator(User searcher,
WasClause clause)
Fetches the associated ClauseValidators for the provided WasClause. |
Collection<ClauseValidator> |
DefaultValidatorRegistry.getClauseValidator(User searcher,
WasClause clause)
|
protected List<Option> |
SelectCustomFieldValidator.getOptionsFromLiteral(User searcher,
QueryLiteral literal)
|
protected List<Option> |
CascadingSelectCustomFieldValidator.getOptionsFromLiteral(User searcher,
QueryLiteral literal)
|
MessageSet |
OrderByValidator.validate(User searcher,
OrderBy orderBy)
Will add messages if there is a portion of the order by that contains a non-orderable jql clause name or if there are any duplicates or if the user is trying to order by a field that they can't see. |
MessageSet |
DefaultOrderByValidator.validate(User searcher,
OrderBy orderBy)
|
MessageSet |
AllTextValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
LocalDateValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
SelectCustomFieldValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
WatchesValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
NumberCustomFieldValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
WorkRatioValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
ExactTextCustomFieldValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
VotesValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
AbstractUserValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
SavedFilterClauseValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
FreeTextFieldValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
ResolutionValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
StatusValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
GroupCustomFieldValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
LabelsValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
DateValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
PriorityValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
ComponentValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
IssueIdValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
ProjectValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
IssueParentValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
IssueSecurityLevelClauseValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
CommentValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
ProjectCategoryValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
WasClauseValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
IssueTypeValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
ClauseValidator.validate(User searcher,
TerminalClause terminalClause)
Validates a clause and adds human readable i18n'ed messages if there is a problem. |
MessageSet |
SupportedOperatorsValidator.validate(User searcher,
TerminalClause terminalClause)
|
MessageSet |
WasValuesExistValidator.validate(User searcher,
WasClause clause)
|
Constructors in com.atlassian.jira.jql.validator with parameters of type User | |
---|---|
ValidatorVisitor(ValidatorRegistry validatorRegistry,
JqlOperandResolver operandResolver,
OperatorUsageValidator operatorUsageValidator,
User searcher)
|
Uses of User in com.atlassian.jira.jql.values |
---|
Methods in com.atlassian.jira.jql.values with parameters of type User | |
---|---|
ClauseValuesGenerator.Results |
AbstractIssueConstantValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
LabelsClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
UserClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
GroupValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
SecurityLevelClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
ProjectClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
VersionClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
SavedFilterValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
CustomFieldOptionsClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
ProjectCategoryClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
ComponentClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
|
ClauseValuesGenerator.Results |
ClauseValuesGenerator.getPossibleValues(User searcher,
String jqlClauseName,
String valuePrefix,
int maxNumResults)
Will return a string representation of only the possible values that match the value prefix for this clause. |
Uses of User in com.atlassian.jira.mail |
---|
Methods in com.atlassian.jira.mail that return User | |
---|---|
User |
TemplateIssue.getAssignee()
|
User |
TemplateIssue.getReporter()
|
Uses of User in com.atlassian.jira.mock.issue |
---|
Methods in com.atlassian.jira.mock.issue that return User | |
---|---|
User |
MockIssue.getAssignee()
|
User |
MockIssue.getReporter()
|
Methods in com.atlassian.jira.mock.issue with parameters of type User | |
---|---|
void |
MockIssue.setAssignee(User assignee)
|
void |
MockIssue.setReporter(User reporter)
|
Uses of User in com.atlassian.jira.mock.security |
---|
Methods in com.atlassian.jira.mock.security that return User | |
---|---|
User |
MockSimpleAuthenticationContext.getUser()
|
Methods in com.atlassian.jira.mock.security with parameters of type User | |
---|---|
MockSimpleAuthenticationContext |
MockSimpleAuthenticationContext.setOSUser(User user)
|
void |
MockSimpleAuthenticationContext.setUser(User user)
|
Uses of User in com.atlassian.jira.movesubtask.operation |
---|
Methods in com.atlassian.jira.movesubtask.operation with parameters of type User | |
---|---|
boolean |
MoveSubTaskTypeOperation.canPerform(MoveIssueBean moveIssueBean,
User remoteUser)
|
boolean |
AbstractMoveSubTaskOperation.canPerform(MoveIssueBean moveIssueBean,
User remoteUser)
|
boolean |
MoveSubTaskOperation.canPerform(MoveIssueBean moveIssueBean,
User remoteUser)
Determines whether the operation can be performed with the given issue |
Uses of User in com.atlassian.jira.notification |
---|
Methods in com.atlassian.jira.notification that return User | |
---|---|
User |
NotificationRecipient.getUser()
Deprecated. use NotificationRecipient.getUserRecipient() instead |
Uses of User in com.atlassian.jira.notification.type |
---|
Methods in com.atlassian.jira.notification.type that return types with arguments of type User | |
---|---|
Set<User> |
ProjectRoleSecurityAndNotificationType.getUsers(PermissionContext permissionContext,
String roleId)
|
Methods in com.atlassian.jira.notification.type with parameters of type User | |
---|---|
org.apache.lucene.search.Query |
ProjectRoleSecurityAndNotificationType.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
Uses of User in com.atlassian.jira.permission |
---|
Methods in com.atlassian.jira.permission that return types with arguments of type User | |
---|---|
Collection<User> |
DefaultPermissionSchemeManager.getUsers(Long permissionId,
org.ofbiz.core.entity.GenericValue projectOrIssue)
|
Methods in com.atlassian.jira.permission with parameters of type User | |
---|---|
boolean |
DenyWorkflowPermission.allows(int permission,
Issue issue,
User user)
|
boolean |
DefaultWorkflowPermission.allows(int permission,
Issue issue,
User user)
|
boolean |
WorkflowPermission.allows(int permission,
Issue issue,
User user)
Deprecated. Please use WorkflowPermission.allows(int, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
Uses of User in com.atlassian.jira.plugin.assignee |
---|
Methods in com.atlassian.jira.plugin.assignee that return User | |
---|---|
User |
AssigneeResolver.getDefaultAssignee(Issue issue,
Map fieldValuesHolder)
Deprecated. Since 4.3 Use AssigneeResolver.getDefaultAssigneeObject(com.atlassian.jira.issue.Issue, java.util.Map) . |
Uses of User in com.atlassian.jira.plugin.assignee.impl |
---|
Methods in com.atlassian.jira.plugin.assignee.impl that return User | |
---|---|
User |
DefaultAssigneeResolver.getDefaultAssignee(Issue issue,
Map fieldValuesHolder)
Resolves the 'Automatic' assignee based on Project and Component values of the issue |
Uses of User in com.atlassian.jira.plugin.componentpanel |
---|
Constructors in com.atlassian.jira.plugin.componentpanel with parameters of type User | |
---|---|
BrowseComponentContextImpl(SearchService searchService,
ProjectComponent component,
User user)
|
Uses of User in com.atlassian.jira.plugin.issuetabpanel |
---|
Methods in com.atlassian.jira.plugin.issuetabpanel with parameters of type User | |
---|---|
List |
IssueTabPanel.getActions(Issue issue,
User remoteUser)
Return a list of issue actions in the order that you want them to be displayed. |
List |
IssueTabPanelModuleDescriptor.getActions(Issue issue,
User remoteUser)
|
boolean |
IssueTabPanel.showPanel(Issue issue,
User remoteUser)
Whether or not to show this tab panel to the given User for the given Issue. |
Uses of User in com.atlassian.jira.plugin.jql.function |
---|
Methods in com.atlassian.jira.plugin.jql.function with parameters of type User | |
---|---|
MessageSet |
AbstractSingleVersionFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
CascadeOptionFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
AbstractDateFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
EchoFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
VotedIssuesFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
IssueHistoryFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
NowFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
AbstractUserBasedFunction.validate(User searcher,
FunctionOperand functionOperand,
TerminalClause terminalClause)
|
MessageSet |
AbstractIssueTypeFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
WatchedIssuesFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
LinkedIssuesFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
AbstractVersionsFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
MembersOfFunction.validate(User searcher,
FunctionOperand functionOperand,
TerminalClause terminalClause)
|
MessageSet |
CurrentLoginFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
LastLoginFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
AbstractUserCapabilityFunction.validate(User searcher,
FunctionOperand functionOperand,
TerminalClause terminalClause)
|
MessageSet |
CurrentUserFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
|
MessageSet |
JqlFunction.validate(User searcher,
FunctionOperand operand,
TerminalClause terminalClause)
Will validate the function operand's arguments and report back any errors. |
Uses of User in com.atlassian.jira.plugin.profile |
---|
Methods in com.atlassian.jira.plugin.profile with parameters of type User | |
---|---|
String |
RoadmapUserProfilePanel.getHtml(User profileUser)
|
String |
DefaultProfilePanel.getHtml(User profileUser)
|
String |
ViewProfilePanel.getHtml(User profileUser)
Renders the html to be used in this profile panel. |
boolean |
OptionalUserProfilePanel.showPanel(User profileUser,
User currentUser)
Whether or not to show the panel for a given user to a given user. |
boolean |
RoadmapUserProfilePanel.showPanel(User profileUser,
User currentUser)
Only displaythe panel if the it is the current user looking at their own profile, and assignee and fix for are visable in a project that has versions |
Uses of User in com.atlassian.jira.plugin.projectoperation |
---|
Methods in com.atlassian.jira.plugin.projectoperation with parameters of type User | |
---|---|
protected abstract String |
DefaultPluggableProjectOperation.getContentHtml(Project project,
User user)
|
String |
PluggableProjectOperation.getHtml(Project project,
User user)
Get the HTML to present on screen |
String |
DefaultPluggableProjectOperation.getHtml(Project project,
User user)
|
protected abstract String |
DefaultPluggableProjectOperation.getLabelHtml(Project project,
User user)
|
boolean |
PluggableProjectOperation.showOperation(Project project,
User user)
Whether or not to show this operation for the given project and user. |
Uses of User in com.atlassian.jira.plugin.projectpanel.fragment.impl |
---|
Methods in com.atlassian.jira.plugin.projectpanel.fragment.impl with parameters of type User | |
---|---|
protected Clause |
UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil.getDomainClause(User user)
|
Constructors in com.atlassian.jira.plugin.projectpanel.fragment.impl with parameters of type User | |
---|---|
AbstractUrlFragmentUtil(SearchRequest searchRequest,
User user,
ApplicationProperties applicationProperties)
|
|
StatusSummaryFragment.StatusUrlUtil(SearchRequest searchRequest,
User user,
ApplicationProperties applicationProperties)
|
|
UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil(SearchRequest searchRequest,
User user,
ApplicationProperties applicationProperties)
|
|
UnresolvedIssuesByComponentFragment.ComponentUrlUtil(SearchRequest searchRequest,
User user,
ApplicationProperties applicationProperties)
|
|
UnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil(SearchRequest searchRequest,
User user,
ApplicationProperties applicationProperties)
|
|
UnresolvedIssuesByPriorityFragment.PriorityUrlUtil(SearchRequest searchRequest,
User user,
ApplicationProperties applicationProperties)
|
Uses of User in com.atlassian.jira.plugin.report.impl |
---|
Methods in com.atlassian.jira.plugin.report.impl with parameters of type User | |
---|---|
StatsGroup |
SingleLevelGroupByReport.getOptions(SearchRequest sr,
User user,
StatisticsMapper mapper)
|
StatsGroup |
SingleLevelGroupByReport.searchMapIssueKeys(SearchRequest request,
User searcher,
StatisticsMapper mapper)
|
Uses of User in com.atlassian.jira.plugin.searchrequestview.auth |
---|
Methods in com.atlassian.jira.plugin.searchrequestview.auth with parameters of type User | |
---|---|
Authorizer.Result |
AuthorizerImpl.isSearchRequestAuthorized(User user,
SearchRequest searchRequest,
SearchRequestParams params)
|
Authorizer.Result |
Authorizer.isSearchRequestAuthorized(User user,
SearchRequest searchRequest,
SearchRequestParams params)
Can the specified user perform this SearchRequest? |
Uses of User in com.atlassian.jira.plugin.userformat |
---|
Methods in com.atlassian.jira.plugin.userformat with parameters of type User | |
---|---|
String |
FullProfileUserFormat.getDisplayEmail(User user)
|
String |
FullProfileUserFormat.getUserLinks(User profileUser,
String template)
|
Map |
FullProfileUserFormat.getUserProperties(User user)
These user properties are currently only visible to JIRA Administrators |
boolean |
FullProfileUserFormat.isEmailVisible(User user)
|
boolean |
FullProfileUserFormat.isUserLoggedinUser(User user)
|
Uses of User in com.atlassian.jira.plugin.versionpanel |
---|
Constructors in com.atlassian.jira.plugin.versionpanel with parameters of type User | |
---|---|
BrowseVersionContextImpl(Version version,
User user)
Constructs an instance for this class. |
Uses of User in com.atlassian.jira.plugin.viewissue |
---|
Methods in com.atlassian.jira.plugin.viewissue with parameters of type User | |
---|---|
List<SimpleLink> |
SubTaskViewOptionsFactory.getLinks(User user,
Map<String,Object> params)
|
Constructors in com.atlassian.jira.plugin.viewissue with parameters of type User | |
---|---|
SubTasksContxtProvider.SubTaskTableRenderer(Issue issue,
User user,
Map<String,Object> context)
|
Uses of User in com.atlassian.jira.plugin.webfragment |
---|
Uses of User in com.atlassian.jira.plugin.webfragment.conditions |
---|
Methods in com.atlassian.jira.plugin.webfragment.conditions with parameters of type User | |
---|---|
boolean |
IsIssueReportedByCurrentUserCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
CanAttachFileToIssueCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
IsWatchingIssueCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
CanConvertToSubTaskCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
HasSubTasksAvailableCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
IsSubTaskCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
IsIssueAssignedToCurrentUserCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
IsIssueUnresolvedCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
IsIssueEditableCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
CanAttachScreenshotToIssueCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
HasVotedForIssueCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
boolean |
CanConvertToIssueCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
|
abstract boolean |
AbstractIssueCondition.shouldDisplay(User user,
Issue issue,
JiraHelper jiraHelper)
Should we display this item for this issue? |
boolean |
ExternalUserManagementDisabledCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
WatchingEnabledCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
NotVersionContextCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
JiraGlobalPermissionCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
abstract boolean |
AbstractJiraPermissionCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
CanCreateSharedObjectsCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
abstract boolean |
AbstractJiraCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
HasIssuePermissionCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
VotingEnabledCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
UserHasIssueHistoryCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
IsKeyboardShortcutsEnabledCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
TimeTrackingEnabledCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
HasProjectPermissionCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
UserIsProjectAdminCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
HasLastSearchRequestCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
HasSelectedProjectCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
UserLoggedInCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
IsAdminModeCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
LinkingEnabledCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
UserIsSysAdminCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
Returns true if the user is logged in and has system admin rights. |
boolean |
HasLinkTypesAvailableCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
IsFieldHiddenCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
SubTasksEnabledCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
UserIsAdminCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
UserIsTheLoggedInUserCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
UserHasVisibleProjectsCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
HasVersionsUnreleasedCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
AbstractIssueCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
boolean |
HasVersionsReleasedCondition.shouldDisplay(User user,
JiraHelper jiraHelper)
|
Uses of User in com.atlassian.jira.plugin.webfragment.contextproviders |
---|
Methods in com.atlassian.jira.plugin.webfragment.contextproviders with parameters of type User | |
---|---|
Map |
SessionIdContextProvider.getContextMap(User user,
JiraHelper jiraHelper)
|
Map |
HeightContextProvider.getContextMap(User user,
JiraHelper jiraHelper)
|
Map |
HelpContextProvider.getContextMap(User user,
JiraHelper jiraHelper)
|
abstract Map |
AbstractJiraContextProvider.getContextMap(User user,
JiraHelper jiraHelper)
|
Uses of User in com.atlassian.jira.plugin.webfragment.model |
---|
Methods in com.atlassian.jira.plugin.webfragment.model with parameters of type User | |
---|---|
String |
JiraWebParam.getRenderedParam(String paramKey,
User user,
JiraHelper jiraHelper)
|
Uses of User in com.atlassian.jira.portal |
---|
Methods in com.atlassian.jira.portal with parameters of type User | |
---|---|
boolean |
PortletAccessManager.canUserSeePortlet(User user,
Portlet portlet)
This returns true if the specified user is allowed to see the passed Portlet |
boolean |
DefaultPortletAccessManager.canUserSeePortlet(User user,
Portlet portlet)
|
boolean |
PortletAccessManager.canUserSeePortlet(User user,
String portletKey)
This returns true if the specified user is allowed to see the Portlet represented by the given portletKey |
boolean |
DefaultPortletAccessManager.canUserSeePortlet(User user,
String portletKey)
|
PortalPage |
DefaultPortalPageManager.createBasedOnClone(User pageOwner,
PortalPage portalPage,
PortalPage clonePortalPage)
|
PortalPage |
PortalPageManager.createBasedOnClone(User pageOwner,
PortalPage portalPage,
PortalPage clonePortalPage)
Creates a PortalPage in the database by cloning its Portlet content from the specified clonePortalPage |
Collection<PortalPage> |
DefaultPortalPageManager.getAllOwnedPortalPages(User owner)
|
Collection<PortalPage> |
PortalPageManager.getAllOwnedPortalPages(User owner)
Returns a Collection of PortalPage objects that are owned by the specified User |
List<SimpleLink> |
FavouriteDashboardLinkFactory.getLinks(User user,
Map<String,Object> params)
|
PortalPage |
DefaultPortalPageManager.getPortalPage(User user,
Long portalPageId)
|
PortalPage |
PortalPageManager.getPortalPage(User user,
Long portalPageId)
Returns the PortalPage with the specified portalPageId, IF the user is allowed to see it. |
PortalPage |
DefaultPortalPageManager.getPortalPageByName(User owner,
String pageName)
|
PortalPage |
PortalPageManager.getPortalPageByName(User owner,
String pageName)
Returns a PortalPage by searching for it by owner and pageName. |
Portlet |
PortletAccessManager.getPortlet(User user,
String portletKey)
Called to return a Portlet that can be seen by the User and which
has the key of portletKey |
Portlet |
DefaultPortletAccessManager.getPortlet(User user,
String portletKey)
|
Collection<Portlet> |
PortletAccessManager.getVisiblePortlets(User user)
This returns all Portlet 's that a user can see |
Collection<Portlet> |
DefaultPortletAccessManager.getVisiblePortlets(User user)
|
SharedEntitySearchResult<PortalPage> |
DefaultPortalPageManager.search(SharedEntitySearchParameters searchParameters,
User user,
int pagePosition,
int pageWidth)
|
SharedEntitySearchResult<PortalPage> |
PortalPageManager.search(SharedEntitySearchParameters searchParameters,
User user,
int pagePosition,
int pageWidth)
Search for the PortalPages that match the passed SearchParameters. |
Uses of User in com.atlassian.jira.portal.portlets |
---|
Methods in com.atlassian.jira.portal.portlets with parameters of type User | |
---|---|
List |
MyWatchesPortlet.getIssues(User remoteUser,
PortletConfiguration portletConfiguration)
|
List |
MyVotesPortlet.getIssues(User remoteUser,
PortletConfiguration portletConfiguration)
|
protected abstract List |
AbstractVotesAndWatchesPortlet.getIssues(User remoteUser,
PortletConfiguration portletConfiguration)
|
Uses of User in com.atlassian.jira.project |
---|
Methods in com.atlassian.jira.project that return User | |
---|---|
User |
AbstractProjectManager.getDefaultAssignee(org.ofbiz.core.entity.GenericValue project,
org.ofbiz.core.entity.GenericValue component)
This function returns the default assignee if the system has been setup incorrectly then it will throw an error The AbstractProjectManager.isDefaultAssignee(GenericValue, GenericValue) checks if there is a valid default assignee |
User |
ProjectManager.getDefaultAssignee(org.ofbiz.core.entity.GenericValue project,
org.ofbiz.core.entity.GenericValue component)
Deprecated. Please use ProjectManager.getDefaultAssignee(Project, ProjectComponent) . Since v4.3 |
User |
MockProject.getLead()
|
User |
ProjectImpl.getLead()
|
User |
Project.getLead()
Deprecated. Use Project.getLeadUser() instead. |
Methods in com.atlassian.jira.project with parameters of type User | |
---|---|
List<SimpleLink> |
ProjectHistoryLinkFactory.getLinks(User user,
Map<String,Object> params)
|
Collection<org.ofbiz.core.entity.GenericValue> |
CachingProjectManager.getProjectsByLead(User leadUser)
|
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultProjectManager.getProjectsByLead(User leadUser)
|
Collection<org.ofbiz.core.entity.GenericValue> |
ProjectManager.getProjectsByLead(User leadUser)
Deprecated. Use ProjectManager.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User) instead |
void |
MockProject.setLead(User lead)
|
Uses of User in com.atlassian.jira.project.browse |
---|
Methods in com.atlassian.jira.project.browse that return User | |
---|---|
User |
BrowseProjectContext.getUser()
|
User |
BrowseContext.getUser()
The user browsing the project. |
Constructors in com.atlassian.jira.project.browse with parameters of type User | |
---|---|
BrowseProjectContext(User user,
Project project)
|
Uses of User in com.atlassian.jira.project.util |
---|
Methods in com.atlassian.jira.project.util with parameters of type User | |
---|---|
String |
ReleaseNoteManager.getReleaseNote(webwork.action.Action action,
String releaseNoteStyleName,
Version version,
User user,
org.ofbiz.core.entity.GenericValue project)
Return a releasenote for this version, using the specified releaseNoteStyleName. |
Uses of User in com.atlassian.jira.scheme |
---|
Methods in com.atlassian.jira.scheme that return types with arguments of type User | |
---|---|
Collection<User> |
AbstractSchemeManager.getUsers(Long permissionId,
org.ofbiz.core.entity.GenericValue projectOrIssue)
Deprecated. Use AbstractSchemeManager.getUsers(Long, com.atlassian.jira.permission.PermissionContext) instead. |
Collection<User> |
SchemeManager.getUsers(Long permissionId,
org.ofbiz.core.entity.GenericValue issueOrProject)
Deprecated. Use SchemeManager.getUsers(Long, com.atlassian.jira.permission.PermissionContext) instead. |
Collection<User> |
AbstractSchemeManager.getUsers(Long permissionId,
PermissionContext ctx)
Retrieves a list of User s that have current permission in a project (e.g. |
Collection<User> |
SchemeManager.getUsers(Long permissionId,
PermissionContext ctx)
|
Uses of User in com.atlassian.jira.security |
---|
Methods in com.atlassian.jira.security that return User | |
---|---|
User |
JiraAuthenticationContextImpl.getUser()
|
User |
JiraAuthenticationContext.getUser()
Deprecated. use JiraAuthenticationContext.getLoggedInUser() . Since v4.3 |
Methods in com.atlassian.jira.security with parameters of type User | |
---|---|
Collection<Project> |
AbstractPermissionManager.getProjectObjects(int permissionId,
User user)
|
Collection<Project> |
SubvertedPermissionManager.getProjectObjects(int permissionId,
User user)
|
Collection<Project> |
PermissionManager.getProjectObjects(int permissionId,
User user)
Deprecated. Please use PermissionManager.getProjectObjects(int, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
Collection<org.ofbiz.core.entity.GenericValue> |
AbstractPermissionManager.getProjects(int permissionId,
User user)
|
Collection<org.ofbiz.core.entity.GenericValue> |
SubvertedPermissionManager.getProjects(int permissionId,
User user)
Simply returns all projects. |
Collection<org.ofbiz.core.entity.GenericValue> |
PermissionManager.getProjects(int permissionId,
User user)
Deprecated. Please use PermissionManager.getProjectObjects(int, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
Collection<org.ofbiz.core.entity.GenericValue> |
AbstractPermissionManager.getProjects(int permissionId,
User user,
org.ofbiz.core.entity.GenericValue category)
|
Collection<org.ofbiz.core.entity.GenericValue> |
SubvertedPermissionManager.getProjects(int permissionId,
User user,
org.ofbiz.core.entity.GenericValue category)
|
Collection<org.ofbiz.core.entity.GenericValue> |
PermissionManager.getProjects(int permissionId,
User user,
org.ofbiz.core.entity.GenericValue category)
Deprecated. Please use PermissionManager.getProjects(int, com.atlassian.crowd.embedded.api.User, org.ofbiz.core.entity.GenericValue) . Since v4.3 |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
org.ofbiz.core.entity.GenericValue entity,
User u)
|
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
org.ofbiz.core.entity.GenericValue entity,
User u)
|
boolean |
PermissionManager.hasPermission(int permissionsId,
org.ofbiz.core.entity.GenericValue entity,
User u)
Deprecated. use PermissionManager.hasPermission(int, Issue, User) for Issues or PermissionManager.hasPermission(int, Project, User)
for Projects since JIRA 3.11 |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
org.ofbiz.core.entity.GenericValue project,
User u,
boolean issueCreation)
|
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
org.ofbiz.core.entity.GenericValue project,
User u,
boolean issueCreation)
|
boolean |
PermissionManager.hasPermission(int permissionsId,
org.ofbiz.core.entity.GenericValue project,
User u,
boolean issueCreation)
Deprecated. use PermissionManager.hasPermission(int, Issue, User) for Issues or
PermissionManager.hasPermission(int, Project, User, boolean) for Projects since 3.11 |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Issue entity,
User u)
|
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
Issue entity,
User u)
|
boolean |
PermissionManager.hasPermission(int permissionsId,
Issue entity,
User u)
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Project project,
User user)
|
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
Project project,
User user)
|
boolean |
PermissionManager.hasPermission(int permissionsId,
Project project,
User user)
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.project.Project, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
Project project,
User user,
boolean issueCreation)
|
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
Project project,
User user,
boolean issueCreation)
|
boolean |
PermissionManager.hasPermission(int permissionsId,
Project project,
User user,
boolean issueCreation)
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.project.Project, com.atlassian.crowd.embedded.api.User, boolean) . Since v4.3 |
boolean |
GlobalPermissionManager.hasPermission(int permissionType,
User u)
Deprecated. Please use GlobalPermissionManager.hasPermission(int, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
boolean |
AbstractPermissionManager.hasPermission(int permissionsId,
User user)
|
boolean |
SubvertedPermissionManager.hasPermission(int permissionsId,
User user)
|
boolean |
DefaultGlobalPermissionManager.hasPermission(int permissionType,
User u)
|
boolean |
PermissionManager.hasPermission(int permissionsId,
User user)
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
boolean |
AbstractPermissionManager.hasProjects(int permissionId,
User user)
|
boolean |
SubvertedPermissionManager.hasProjects(int permissionId,
User user)
|
boolean |
PermissionManager.hasProjects(int permissionId,
User user)
Deprecated. Please use PermissionManager.hasProjects(int, com.atlassian.crowd.embedded.api.User) . Since v4.3 |
void |
JiraAuthenticationContextImpl.setUser(User user)
|
void |
JiraAuthenticationContext.setUser(User user)
Deprecated. use JiraAuthenticationContext.setLoggedInUser(com.atlassian.crowd.embedded.api.User) . Since v4.3 |
Uses of User in com.atlassian.jira.security.auth.trustedapps |
---|
Methods in com.atlassian.jira.security.auth.trustedapps with parameters of type User | |
---|---|
boolean |
CachingTrustedApplicationManager.delete(User user,
long id)
|
boolean |
TrustedApplicationManager.delete(User user,
long id)
Deletes the TrustedApplicationInfo with the specified ID. |
boolean |
DefaultTrustedApplicationManager.delete(User user,
long id)
|
TrustedApplicationInfo |
CachingTrustedApplicationManager.store(User user,
TrustedApplicationInfo info)
|
TrustedApplicationInfo |
TrustedApplicationManager.store(User user,
TrustedApplicationInfo info)
Persist a TrustedApplicationInfo |
TrustedApplicationInfo |
DefaultTrustedApplicationManager.store(User user,
TrustedApplicationInfo info)
|
Uses of User in com.atlassian.jira.security.groups |
---|
Methods in com.atlassian.jira.security.groups with parameters of type User | |
---|---|
boolean |
DefaultGroupManager.isUserInGroup(User user,
Group group)
|
boolean |
GroupManager.isUserInGroup(User user,
Group group)
Deprecated. Use GroupManager.isUserInGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4. |
Uses of User in com.atlassian.jira.security.roles |
---|
Methods in com.atlassian.jira.security.roles that return types with arguments of type User | |
---|---|
Set<User> |
DefaultRoleActorsImpl.getUsers()
|
Set<User> |
DefaultRoleActors.getUsers()
|
Set<User> |
RoleActor.getUsers()
Will provide a Set of users encapsulated by this RoleActor. |
Uses of User in com.atlassian.jira.security.roles.actor |
---|
Methods in com.atlassian.jira.security.roles.actor that return types with arguments of type User | |
---|---|
Set<User> |
GroupRoleActorFactory.GroupRoleActor.getUsers()
|
Methods in com.atlassian.jira.security.roles.actor with parameters of type User | |
---|---|
boolean |
GroupRoleActorFactory.GroupRoleActor.contains(User user)
|
Uses of User in com.atlassian.jira.security.type |
---|
Methods in com.atlassian.jira.security.type that return types with arguments of type User | |
---|---|
Set<User> |
GroupCF.getUsers(PermissionContext ctx,
String customFieldId)
Get user specified by the Custom Field |
Set<User> |
ProjectLead.getUsers(PermissionContext ctx,
String ignored)
|
Set<User> |
CurrentReporter.getUsers(PermissionContext ctx,
String ignored)
|
Set<User> |
SecurityType.getUsers(PermissionContext permissionContext,
String argument)
Returns a list of User s represented by a security type instance. |
Set<User> |
CurrentAssignee.getUsers(PermissionContext ctx,
String ignored)
|
Set<User> |
GroupDropdown.getUsers(PermissionContext ctx,
String groupName)
|
Set<User> |
AbstractIssueFieldSecurityType.getUsers(PermissionContext ctx,
String argument)
|
Set<User> |
UserCF.getUsers(PermissionContext ctx,
String customFieldId)
Get user specified by the Custom Field |
Set<User> |
SingleUser.getUsers(PermissionContext ctx,
String username)
Returns a single element set that contains a User object found
by the given user name. |
Methods in com.atlassian.jira.security.type with parameters of type User | |
---|---|
org.apache.lucene.search.Query |
GroupCF.getQuery(User searcher,
org.ofbiz.core.entity.GenericValue entity,
String parameter)
|
org.apache.lucene.search.Query |
SecurityType.getQuery(User searcher,
org.ofbiz.core.entity.GenericValue entity,
String parameter)
|
org.apache.lucene.search.Query |
AbstractProjectsSecurityType.getQuery(User searcher,
org.ofbiz.core.entity.GenericValue entity,
String parameter)
|
org.apache.lucene.search.Query |
AbstractIssueFieldSecurityType.getQuery(User searcher,
org.ofbiz.core.entity.GenericValue entity,
String parameter)
|
org.apache.lucene.search.Query |
UserCF.getQuery(User searcher,
org.ofbiz.core.entity.GenericValue entity,
String parameter)
|
org.apache.lucene.search.Query |
ProjectLead.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
org.apache.lucene.search.Query |
SecurityType.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
Returns a query based on security level and the project passed in. |
org.apache.lucene.search.Query |
AbstractProjectsSecurityType.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
org.apache.lucene.search.Query |
AbstractIssueFieldSecurityType.getQuery(User searcher,
Project project,
org.ofbiz.core.entity.GenericValue securityLevel,
String parameter)
|
protected org.apache.lucene.search.BooleanQuery |
GroupCF.getQueryForProject(org.ofbiz.core.entity.GenericValue project,
User searcher)
|
protected org.apache.lucene.search.BooleanQuery |
AbstractIssueFieldSecurityType.getQueryForProject(org.ofbiz.core.entity.GenericValue project,
User searcher)
Gets called to produce the Lucene query for a project |
protected org.apache.lucene.search.BooleanQuery |
GroupCF.getQueryForSecurityLevel(org.ofbiz.core.entity.GenericValue issueSecurity,
User searcher)
|
protected org.apache.lucene.search.BooleanQuery |
AbstractIssueFieldSecurityType.getQueryForSecurityLevel(org.ofbiz.core.entity.GenericValue issueSecurity,
User searcher)
Produces a Lucene query for a given issue security type such that documents match the query only when the given user is defined for the issue by this custom field in the given security. |
Uses of User in com.atlassian.jira.security.util |
---|
Methods in com.atlassian.jira.security.util with parameters of type User | |
---|---|
boolean |
GroupSelectorUtils.isUserInCustomFieldGroup(Issue issue,
CustomField field,
User user)
Deprecated. Use GroupSelectorUtils.isUserInCustomFieldGroup(Issue, CustomField, com.atlassian.crowd.embedded.api.User) |
Uses of User in com.atlassian.jira.service.util.handler |
---|
Methods in com.atlassian.jira.service.util.handler that return User | |
---|---|
protected User |
AbstractMessageHandler.createUserForReporter(javax.mail.Message message)
Tries to create a user using the details provided by the reporter. |
protected User |
AbstractMessageHandler.findUserByEmail(String emailAddress)
Returns the first User found with an email address that equals the given emailAddress case insensitively. |
protected User |
AbstractMessageHandler.findUserByUsername(String username)
Finds the user with the given username or returns null if there is no such User. |
static User |
CreateIssueHandler.getFirstValidAssignee(javax.mail.Address[] addresses,
org.ofbiz.core.entity.GenericValue project)
Given an array of addresses, this method returns the first valid assignee for the appropriate project. |
protected User |
AbstractMessageHandler.getReporter(javax.mail.Message message)
Get the reporter from the email address who sent the message, or else create a new user if creating users is set to true, or use the default reporter if one is specified. |
Methods in com.atlassian.jira.service.util.handler that return types with arguments of type User | |
---|---|
Collection<User> |
CreateIssueHandler.getAllUsersFromEmails(javax.mail.Address[] addresses)
|
Methods in com.atlassian.jira.service.util.handler with parameters of type User | |
---|---|
void |
CreateIssueHandler.addCcWatchersToIssue(javax.mail.Message message,
org.ofbiz.core.entity.GenericValue issue,
User reporter)
Adds all valid users that are in the email to and cc fields as watchers of the issue. |
protected ChangeItemBean |
AbstractMessageHandler.createAttachmentWithPart(javax.mail.Part part,
User reporter,
org.ofbiz.core.entity.GenericValue issue)
Create an attachment for a particular mime-part. |
protected boolean |
CVSLogHandler.hasUserPermissionToComment(org.ofbiz.core.entity.GenericValue issue,
User reporter)
Returns true if the specified user has permission to comment on given issue. |
protected String |
AbstractMessageHandler.renameFileIfInvalid(String filename,
org.ofbiz.core.entity.GenericValue issue,
User reporter)
Replaces all invalid characters in the filename using FileNameCharacterCheckerUtil.replaceInvalidChars(String,
char) with AbstractMessageHandler.INVALID_CHAR_REPLACEMENT as the replacement character. |
Uses of User in com.atlassian.jira.sharing |
---|
Methods in com.atlassian.jira.sharing with parameters of type User | |
---|---|
boolean |
DefaultShareManager.hasPermission(User user,
SharedEntity entity)
|
boolean |
ShareManager.hasPermission(User user,
SharedEntity entity)
Checks to see if the user has permission to see this SharedEntity |
Constructors in com.atlassian.jira.sharing with parameters of type User | |
---|---|
SharedEntity.Identifier(Long id,
SharedEntity.TypeDescriptor<? extends SharedEntity> type,
User owner)
|
Uses of User in com.atlassian.jira.sharing.index |
---|
Methods in com.atlassian.jira.sharing.index with parameters of type User | |
---|---|
org.apache.lucene.search.Query |
QueryFactory.create(SharedEntitySearchParameters searchParameters,
User user)
Get a query with permission checks for the specified user. |
org.apache.lucene.search.Query |
DefaultQueryFactory.create(SharedEntitySearchParameters searchParameters,
User user)
|
org.apache.lucene.search.Query |
PermissionQueryFactory.create(SharedEntitySearchParameters searchParameters,
User user)
|
Uses of User in com.atlassian.jira.upgrade.tasks |
---|
Constructors in com.atlassian.jira.upgrade.tasks with parameters of type User | |
---|---|
UpgradeTask_Build604.NamifyingClauseVisitor(User user,
SearchHandlerManager searchHandlerManager,
SearchContext searchContext,
Set<Clause> clausesNotToNamify)
|
Uses of User in com.atlassian.jira.user |
---|
Methods in com.atlassian.jira.user with parameters of type User | |
---|---|
void |
DefaultUserAdminHistoryManager.addAdminPageToHistory(User user,
String key,
String data)
|
void |
UserAdminHistoryManager.addAdminPageToHistory(User user,
String key,
String data)
Add an admin page to the user history list. |
void |
DefaultUserIssueHistoryManager.addIssueToHistory(User user,
Issue issue)
|
void |
UserIssueHistoryManager.addIssueToHistory(User user,
Issue issue)
Add an Issue to the user hsitory list. |
void |
DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
User user,
String entityId)
|
void |
UserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
User user,
String entityId)
Deprecated. use UserHistoryManager.addItemToHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3 |
void |
DefaultUserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
User user,
String entityId,
String data)
|
void |
UserHistoryManager.addItemToHistory(UserHistoryItem.Type type,
User user,
String entityId,
String data)
|
void |
DefaultUserProjectHistoryManager.addProjectToHistory(User user,
Project project)
|
void |
UserProjectHistoryManager.addProjectToHistory(User user,
Project project)
Add a Project to the user hsitory list. |
void |
DefaultUserQueryHistoryManager.addQueryToHistory(User user,
String query)
|
void |
UserQueryHistoryManager.addQueryToHistory(User user,
String query)
Add a JQL query string to the user history list. |
List<UserHistoryItem> |
DefaultUserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(User user)
|
List<UserHistoryItem> |
UserAdminHistoryManager.getAdminPageHistoryWithoutPermissionChecks(User user)
Retreive the user's admin page history queue. |
Project |
DefaultUserProjectHistoryManager.getCurrentProject(int permission,
User user)
|
Project |
UserProjectHistoryManager.getCurrentProject(int permission,
User user)
Gets the last viewed project that the user visted and still has permission to see. |
List<UserHistoryItem> |
DefaultUserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(User user)
|
List<UserHistoryItem> |
UserIssueHistoryManager.getFullIssueHistoryWithoutPermissionChecks(User user)
Retreive the user's issue history queue. |
List<UserHistoryItem> |
DefaultUserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(User user)
|
List<UserHistoryItem> |
UserIssueHistoryManager.getFullIssueHistoryWithPermissionChecks(User user)
Retreive the user's issue history queue. |
List<UserHistoryItem> |
DefaultUserHistoryManager.getHistory(UserHistoryItem.Type type,
User user)
|
List<UserHistoryItem> |
UserHistoryManager.getHistory(UserHistoryItem.Type type,
User user)
Deprecated. use UserHistoryManager.getHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
List<UserHistoryItem> |
DefaultUserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(User user)
|
List<UserHistoryItem> |
UserProjectHistoryManager.getProjectHistoryWithoutPermissionChecks(User user)
Retreive the user's project history queue. |
List<Project> |
DefaultUserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission,
User user)
|
List<Project> |
UserProjectHistoryManager.getProjectHistoryWithPermissionChecks(int permission,
User user)
Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)} |
List<Issue> |
DefaultUserIssueHistoryManager.getShortIssueHistory(User user)
|
List<Issue> |
UserIssueHistoryManager.getShortIssueHistory(User user)
Retreive the first X (jira.max.issue.history.dropdown.items) Issues from the user's issue history queue. |
List<UserHistoryItem> |
DefaultUserQueryHistoryManager.getUserQueryHistory(User user)
|
List<UserHistoryItem> |
UserQueryHistoryManager.getUserQueryHistory(User user)
Retrieve the user's query history queue. |
boolean |
DefaultUserHistoryManager.hasHistory(UserHistoryItem.Type type,
User user)
|
boolean |
UserHistoryManager.hasHistory(UserHistoryItem.Type type,
User user)
Deprecated. use UserHistoryManager.hasHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
boolean |
DefaultUserIssueHistoryManager.hasIssueHistory(User user)
|
boolean |
UserIssueHistoryManager.hasIssueHistory(User user)
Determines whether the user has a current issue history. |
boolean |
DefaultUserProjectHistoryManager.hasProjectHistory(int permission,
User user)
|
boolean |
UserProjectHistoryManager.hasProjectHistory(int permission,
User user)
Determines whether the user has a current project history. |
void |
DefaultUserHistoryManager.removeHistoryForUser(User user)
|
void |
UserHistoryManager.removeHistoryForUser(User user)
Deprecated. use UserHistoryManager.removeHistoryForUser(com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
Uses of User in com.atlassian.jira.user.preferences |
---|
Methods in com.atlassian.jira.user.preferences with parameters of type User | |
---|---|
com.atlassian.core.user.preferences.Preferences |
DefaultUserPreferencesManager.getPreferences(User user)
|
com.atlassian.core.user.preferences.Preferences |
UserPreferencesManager.getPreferences(User user)
|
Constructors in com.atlassian.jira.user.preferences with parameters of type User | |
---|---|
JiraUserPreferences(User pUser)
Deprecated. |
Uses of User in com.atlassian.jira.user.profile |
---|
Methods in com.atlassian.jira.user.profile with parameters of type User | |
---|---|
protected Map<String,Object> |
AbstractUserProfileFragment.createVelocityParams(User profileUser,
User currentUser)
Deprecated. Use AbstractUserProfileFragment.createVelocityParams(User, User) . Since v4.3 |
String |
ActivityUserProfileFragment.getFragmentHtml(User profileUser,
User currentUser)
Deprecated. Use ActivityUserProfileFragment.getFragmentHtml(User, User) . Since v4.3 |
String |
AbstractUserProfileFragment.getFragmentHtml(User profileUser,
User currentUser)
|
String |
UserProfileFragment.getFragmentHtml(User profileUser,
User currentUser)
Deprecated. Use UserProfileFragment.getFragmentHtml(User, User) . Since v4.3 |
String |
SummaryUserProfilePanel.getHtml(User profileUser)
|
boolean |
ActivityUserProfileFragment.showFragment(User profileUser,
User currentUser)
Deprecated. Use ActivityUserProfileFragment.showFragment(User, User) . Since v4.3 |
boolean |
AbstractUserProfileFragment.showFragment(User profileUser,
User currentUser)
|
boolean |
UserProfileFragment.showFragment(User profileUser,
User currentUser)
Deprecated. Use UserProfileFragment.showFragment(User, User) . Since v4.3 |
Uses of User in com.atlassian.jira.user.usermapper |
---|
Methods in com.atlassian.jira.user.usermapper that return User | |
---|---|
protected User |
AbstractUserMapper.getUser(String username)
|
User |
PropertyFileUserMapper.getUserFromEmailAddress(String emailAddress)
|
User |
UserMapperChain.getUserFromEmailAddress(String emailAddress)
|
User |
UserMapper.getUserFromEmailAddress(String emailAddress)
Return a user for this particular email address. |
abstract User |
AbstractUserMapper.getUserFromEmailAddress(String emailAddress)
|
Uses of User in com.atlassian.jira.user.util |
---|
Methods in com.atlassian.jira.user.util that return User | |
---|---|
static User |
OSUserConverter.convertToOSUser(com.atlassian.crowd.embedded.api.User crowdUser)
Convert a Crowd User to an OSUser If a user is already an OSUser the user will be returned unchanged. |
User |
UserUtilImpl.createUserNoEvent(String username,
String password,
String email,
String fullname)
|
User |
UserUtil.createUserNoEvent(String username,
String password,
String email,
String fullname)
Deprecated. Please use UserUtil.createUserNoNotification(String, String, String, String) . Since v4.3 |
User |
UserUtilImpl.createUserWithEvent(String username,
String password,
String email,
String fullname,
int userEventType)
|
User |
UserUtil.createUserWithEvent(String username,
String password,
String email,
String fullname,
int userEventType)
Deprecated. Please use UserUtil.createUserWithNotification(String, String, String, String, int) . Since v4.3 |
User |
UserUtilImpl.getUser(String userName)
Deprecated. This method returns a com.opensymphony.user.com.opensymphony.user.User which is itself deprecated. In the future this method will change to return User. Currently com.opensymphony.user.com.opensymphony.user.User implements User. Your code should use the User interface if possible. |
User |
DefaultUserManager.getUser(String userName)
|
User |
UserUtil.getUser(String userName)
Deprecated. Since v4.3. Use UserUtil.getUserObject(String) . |
User |
UserManager.getUser(String userName)
Deprecated. Since v4.3. Use UserManager.getUserObject(String) . |
Methods in com.atlassian.jira.user.util that return types with arguments of type User | |
---|---|
static List<User> |
OSUserConverter.convertToOSUserList(Iterable<com.atlassian.crowd.embedded.api.User> crowdUsers)
Convert a Crowd User collection to a List of OSUser. |
static Set<User> |
OSUserConverter.convertToOSUserSet(Iterable<com.atlassian.crowd.embedded.api.User> crowdUsers)
Convert a Crowd User collection to a Set of OSUser. |
Collection<User> |
UserUtilImpl.getAdministrators()
|
Collection<User> |
UserUtil.getAdministrators()
Deprecated. Since v4.3. Use UserUtil.getJiraAdministrators() . |
Set<User> |
UserUtilImpl.getAllUsers()
|
Set<User> |
DefaultUserManager.getAllUsers()
|
Set<User> |
UserUtil.getAllUsers()
Deprecated. Since v4.3. Use UserUtil.getUsers() . |
Set<User> |
UserManager.getAllUsers()
Deprecated. Use UserManager.getUsers() . Since v4.3 |
Collection<User> |
UserUtilImpl.getSystemAdministrators()
|
Collection<User> |
UserUtil.getSystemAdministrators()
Deprecated. Since v4.3. Use UserUtil.getJiraSystemAdministrators() . |
SortedSet<User> |
UserUtilImpl.getUsersInGroupNames(Collection<String> groupNames)
|
SortedSet<User> |
UserUtil.getUsersInGroupNames(Collection<String> groupNames)
Deprecated. Use UserUtil.getAllUsersInGroupNames(java.util.Collection) instead. Since v4.3 |
SortedSet<User> |
UserUtilImpl.getUsersInGroups(Collection<Group> groups)
|
SortedSet<User> |
UserUtil.getUsersInGroups(Collection<Group> groups)
Deprecated. Use UserUtil.getAllUsersInGroups(java.util.Collection) instead. Since v4.3 |
Uses of User in com.atlassian.jira.util |
---|
Methods in com.atlassian.jira.util that return User | |
---|---|
static User |
ParameterUtils.getUserParam(Map params,
String s)
|
Methods in com.atlassian.jira.util with parameters of type User | |
---|---|
boolean |
EmailFormatterImpl.emailVisible(User user)
|
boolean |
EmailFormatter.emailVisible(User user)
Deprecated. use EmailFormatter.emailVisible(User) . Since v4.3 |
String |
EmailFormatterImpl.formatEmail(String email,
User currentUser)
|
String |
EmailFormatter.formatEmail(String email,
User currentUser)
Deprecated. use EmailFormatter.formatEmail(String, User) . Since v4.3 |
String |
EmailFormatterImpl.formatEmail(User user,
User currentUser)
|
String |
EmailFormatter.formatEmail(User user,
User currentUser)
Deprecated. use EmailFormatter.formatEmail(User, User) . Since v4.3 |
String |
EmailFormatterImpl.formatEmailAsLink(String email,
User currentUser)
|
String |
EmailFormatter.formatEmailAsLink(String email,
User currentUser)
Deprecated. use EmailFormatter.formatEmailAsLink(String, User) . Since v4.3 |
Collection |
GlobalPermissionGroupAssociationUtil.getAdminMemberGroups(User user)
Returns All the groupNames that have global "Administration" permission that this user is a member of. |
List |
GlobalPermissionGroupAssociationUtil.getGroupNamesModifiableByCurrentUser(User currentUser,
Collection groupNames)
Determines which groups will be visible to the current user. |
List |
GlobalPermissionGroupAssociationUtil.getGroupsModifiableByCurrentUser(User currentUser,
List groups)
Determines which groups will be visible to the current user. |
I18nHelper |
NoopI18nFactory.getInstance(User user)
|
I18nHelper |
I18nHelper.BeanFactory.getInstance(User user)
Deprecated. since v4.3 |
Collection |
GlobalPermissionGroupAssociationUtil.getSysAdminMemberGroups(User user)
Returns All the groupNames that have global "System Administration" permission that this user is a member of. |
boolean |
GroupPermissionChecker.hasViewGroupPermission(String group,
User user)
|
boolean |
GroupPermissionCheckerImpl.hasViewGroupPermission(String group,
User user)
|
boolean |
GlobalPermissionGroupAssociationUtil.isRemovingAllMyAdminGroups(Collection groupsToLeave,
User user)
Return true if the user is trying to remove all the groups that grant them the administration permission. |
boolean |
GlobalPermissionGroupAssociationUtil.isRemovingAllMySysAdminGroups(Collection groupsToLeave,
User user)
Return true if the user is trying to remove all the groups that grant them the system administration permission. |
boolean |
GlobalPermissionGroupAssociationUtil.isUserAbleToDeleteGroup(User user,
String groupName)
Determines, based on the users permissions, if the group can be deleted. |
Uses of User in com.atlassian.jira.vcs |
---|
Methods in com.atlassian.jira.vcs with parameters of type User | |
---|---|
Map<Long,Set<CVSCommit>> |
RepositoryManager.getCommits(Issue issue,
User remoteUser)
Retrieves all of the commits for this Issue from ALL of the repositories associated
with the issue's project. |
Map<Long,Set<CVSCommit>> |
DefaultRepositoryManager.getCommits(Issue issue,
User remoteUser)
|
Uses of User in com.atlassian.jira.web |
---|
Methods in com.atlassian.jira.web with parameters of type User | |
---|---|
boolean |
FieldVisibilityManagerImpl.isFieldHidden(User remoteUser,
String id)
|
boolean |
FieldVisibilityManager.isFieldHidden(User remoteUser,
String id)
Deprecated. Use FieldVisibilityManager.isFieldHidden(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3 |
boolean |
FieldVisibilityManagerImpl.isFieldHiddenInAllSchemes(String fieldId,
SearchContext context,
User user)
|
boolean |
FieldVisibilityManager.isFieldHiddenInAllSchemes(String fieldId,
SearchContext context,
User user)
Deprecated. Use FieldVisibilityManager.isFieldHiddenInAllSchemes(String, com.atlassian.jira.issue.search.SearchContext, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
Uses of User in com.atlassian.jira.web.action |
---|
Methods in com.atlassian.jira.web.action that return User | |
---|---|
User |
JiraWebActionSupport.getRemoteUser()
Deprecated. |
Uses of User in com.atlassian.jira.web.action.admin.customfields |
---|
Methods in com.atlassian.jira.web.action.admin.customfields with parameters of type User | |
---|---|
boolean |
CustomFieldContextConfigHelperImpl.doesAddingContextToCustomFieldAffectIssues(User user,
CustomField customField,
List<JiraContextNode> projectContexts,
List<org.ofbiz.core.entity.GenericValue> issueTypes,
boolean isNewCustomField)
|
boolean |
CustomFieldContextConfigHelper.doesAddingContextToCustomFieldAffectIssues(User user,
CustomField customField,
List<JiraContextNode> projectContexts,
List<org.ofbiz.core.entity.GenericValue> issueTypes,
boolean isNewCustomField)
Determines if adding the project and issue type contexts to the custom field will affect any issues. |
boolean |
CustomFieldContextConfigHelperImpl.doesChangingContextAffectIssues(User user,
CustomField customField,
FieldConfigScheme oldFieldConfigScheme,
boolean isNewSchemeGlobal,
List<JiraContextNode> projectContexts,
List<org.ofbiz.core.entity.GenericValue> issueTypes)
|
boolean |
CustomFieldContextConfigHelper.doesChangingContextAffectIssues(User user,
CustomField customField,
FieldConfigScheme oldFieldConfigScheme,
boolean isNewSchemeGlobal,
List<JiraContextNode> newProjectContexts,
List<org.ofbiz.core.entity.GenericValue> newIssueTypes)
Determines if altering an existing configuration context for a custom field will affect any issues. |
boolean |
CustomFieldContextConfigHelperImpl.doesRemovingSchemeFromCustomFieldAffectIssues(User user,
CustomField customField,
FieldConfigScheme fieldConfigScheme)
|
boolean |
CustomFieldContextConfigHelper.doesRemovingSchemeFromCustomFieldAffectIssues(User user,
CustomField customField,
FieldConfigScheme fieldConfigScheme)
Determines if removing an existing configuration context for a custom field will affect any issues. |
Uses of User in com.atlassian.jira.web.action.admin.issuefields.enterprise |
---|
Methods in com.atlassian.jira.web.action.admin.issuefields.enterprise with parameters of type User | |
---|---|
boolean |
FieldLayoutSchemeHelper.doesChangingFieldLayoutAssociationRequireMessage(User user,
FieldLayoutScheme fieldLayoutScheme,
Long oldFieldLayoutId,
Long newFieldLayoutId)
Determines whether or not a reindex message is required after changing the association of the specified issue type in the given scheme from the old field layout (Field Configuration) to the new field layout. |
boolean |
FieldLayoutSchemeHelperImpl.doesChangingFieldLayoutAssociationRequireMessage(User user,
FieldLayoutScheme fieldLayoutScheme,
Long oldFieldLayoutId,
Long newFieldLayoutId)
|
boolean |
FieldLayoutSchemeHelper.doesChangingFieldLayoutRequireMessage(User user,
EditableFieldLayout fieldLayout)
Determines whether or not a reindex message is required after modifying visibility of a field in the specified field layout. |
boolean |
FieldLayoutSchemeHelperImpl.doesChangingFieldLayoutRequireMessage(User user,
EditableFieldLayout fieldLayout)
|
boolean |
FieldLayoutSchemeHelper.doesChangingFieldLayoutSchemeForProjectRequireMessage(User user,
Long projectId,
Long oldFieldLayoutSchemeId,
Long newFieldLayoutSchemeId)
Determines whether or not a reindex message is required after changing the associated FieldLayoutScheme
(field configuration scheme) for a project. |
boolean |
FieldLayoutSchemeHelperImpl.doesChangingFieldLayoutSchemeForProjectRequireMessage(User user,
Long projectId,
Long oldFieldLayoutSchemeId,
Long newFieldLayoutSchemeId)
|
Uses of User in com.atlassian.jira.web.action.issue |
---|
Methods in com.atlassian.jira.web.action.issue that return User | |
---|---|
User |
IssueSummaryAware.getRemoteUser()
|
User |
AttachScreenshot.getRemoteUser()
|
User |
IssueSearchResultsAction.getRemoteUser()
Get the user executing the search. |
Methods in com.atlassian.jira.web.action.issue with parameters of type User | |
---|---|
FieldScreenRenderer |
IssueCreationHelperBeanImpl.createFieldScreenRenderer(User remoteUser,
Issue issueObject)
|
FieldScreenRenderer |
IssueCreationHelperBean.createFieldScreenRenderer(User remoteUser,
Issue issueObject)
|
String |
ManageWatchers.getCheckboxName(User user)
|
List |
UpdateFieldsHelperBean.getFieldsForEdit(User user,
Issue issueObject)
|
List |
UpdateFieldsHelperBeanImpl.getFieldsForEdit(User user,
Issue issueObject)
|
List<String> |
IssueCreationHelperBeanImpl.getProvidedFieldNames(User remoteUser,
Issue issueObject)
|
List<String> |
IssueCreationHelperBean.getProvidedFieldNames(User remoteUser,
Issue issueObject)
|
boolean |
UpdateFieldsHelperBean.isFieldValidForEdit(User user,
String fieldId,
Issue issueObject)
|
boolean |
UpdateFieldsHelperBeanImpl.isFieldValidForEdit(User user,
String fieldId,
Issue issueObject)
|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBean.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
webwork.dispatcher.ActionResult |
UpdateFieldsHelperBeanImpl.updateIssue(MutableIssue issueObject,
OperationContext operationContext,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
void |
IssueCreationHelperBeanImpl.updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer,
User remoteUser,
MutableIssue issueObject,
Map fieldValuesHolder)
|
void |
IssueCreationHelperBean.updateIssueFromFieldValuesHolder(FieldScreenRenderer fieldScreenRenderer,
User remoteUser,
MutableIssue issueObject,
Map fieldValuesHolder)
|
void |
UpdateFieldsHelperBean.validate(Issue issueObject,
OperationContext operationContext,
Map actionParams,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
void |
UpdateFieldsHelperBeanImpl.validate(Issue issueObject,
OperationContext operationContext,
Map actionParams,
User user,
ErrorCollection errors,
I18nHelper i18n)
|
Uses of User in com.atlassian.jira.web.action.portal |
---|
Methods in com.atlassian.jira.web.action.portal that return User | |
---|---|
User |
AbstractSaveConfiguration.getUser()
Returns the user this action if performed for - remote user. |
Uses of User in com.atlassian.jira.web.action.project |
---|
Methods in com.atlassian.jira.web.action.project that return User | |
---|---|
User |
ViewProjects.getUser(org.ofbiz.core.entity.GenericValue project)
|
Uses of User in com.atlassian.jira.web.action.user |
---|
Methods in com.atlassian.jira.web.action.user that return User | |
---|---|
User |
DeletePortalPage.getUser()
This is here so that the left-hand side of the user profile view works correctly. |
User |
ViewUserHover.getUser()
|
User |
ViewUserIssueColumns.getUser()
|
User |
UserProfileAction.getUser()
Return the current user. |
User |
ViewProfile.getUser()
|
User |
AbstractUserAction.getUser()
Override this so that User Actions only work for the remote user |
User |
EditPortalPage.getUser()
This is here so that the left-hand side of the user profile view works correctly. |
User |
ConfigurePortalPages.getUser()
|
User |
RestoreDefaultDashboard.getUser()
Returns the user this action if performed for - remote user. |
User |
AddPortalPage.getUser()
This is here so that the left-hand side of the user profile view works correctly. |
Methods in com.atlassian.jira.web.action.user with parameters of type User | |
---|---|
Long |
ViewProfile.getAvatarId(User user)
|
boolean |
ViewUserIssueColumns.isHasViewGroupPermission(String group,
User user)
|
boolean |
UserProfileAction.isHasViewGroupPermission(String group,
User user)
Returns whether or not the passed caller is allowed to see the passed group. |
boolean |
EditPortalPage.isHasViewGroupPermission(String group,
User user)
This is here so that the left-hand side of the user profile view works correctly. |
boolean |
ConfigurePortalPages.isHasViewGroupPermission(String group,
User user)
|
boolean |
RestoreDefaultDashboard.isHasViewGroupPermission(String group,
User user)
|
boolean |
AddPortalPage.isHasViewGroupPermission(String group,
User user)
This is here so that the left-hand side of the user profile view works correctly. |
boolean |
SaveConfiguration.isHasViewGroupPermission(String group,
User user)
|
void |
ViewUserHover.setUser(User user)
|
Uses of User in com.atlassian.jira.web.action.util |
---|
Methods in com.atlassian.jira.web.action.util that return User | |
---|---|
User |
UserAction.getUser(String username)
Deprecated. |
Methods in com.atlassian.jira.web.action.util with parameters of type User | |
---|---|
List<IssueType> |
PopularIssueTypesUtilImpl.getOtherIssueTypesForProject(Project project,
User user)
|
List<IssueType> |
PopularIssueTypesUtil.getOtherIssueTypesForProject(Project project,
User user)
Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context. |
PopularIssueTypesUtil.PopularIssueTypesHolder |
PopularIssueTypesUtilImpl.getPopularAndOtherIssueTypesForProject(Project project,
User user)
|
PopularIssueTypesUtil.PopularIssueTypesHolder |
PopularIssueTypesUtil.getPopularAndOtherIssueTypesForProject(Project project,
User user)
Returns a holder that contains both - popular and other issue Types. |
List<IssueType> |
PopularIssueTypesUtilImpl.getPopularIssueTypesForProject(Project project,
User user)
|
List<IssueType> |
PopularIssueTypesUtil.getPopularIssueTypesForProject(Project project,
User user)
Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame. |
Uses of User in com.atlassian.jira.web.bean |
---|
Methods in com.atlassian.jira.web.bean that return types with arguments of type User | |
---|---|
List<User> |
UserPickerFilter.getFilteredUsers()
Get a list of users based on the parameters of the filter |
Methods in com.atlassian.jira.web.bean with parameters of type User | |
---|---|
static Collection |
FilterUtils.getGroups(User user)
Get the groups that this filter can be shared with. |
I18nHelper |
MockI18nBean.MockI18nBeanFactory.getInstance(User user)
|
I18nHelper |
I18nBean.AccessorFactory.getInstance(User user)
|
I18nHelper |
I18nBean.CachingFactory.getInstance(User user)
|
static Locale |
I18nBean.getLocaleFromUser(User user)
Deprecated. Since 4.3 |
void |
MultiBulkMoveBeanImpl.validate(ErrorCollection errors,
BulkMoveOperation bulkMoveOperation,
User user)
|
abstract void |
MultiBulkMoveBean.validate(ErrorCollection errors,
BulkMoveOperation bulkMoveOperation,
User user)
|
Constructors in com.atlassian.jira.web.bean with parameters of type User | |
---|---|
I18nBean(User user)
|
Uses of User in com.atlassian.jira.web.component |
---|
Methods in com.atlassian.jira.web.component with parameters of type User | |
---|---|
IssueTableLayoutBean |
TableLayoutFactory.getAllColumnsExcelLayout(SearchRequest searchRequest,
User user)
|
List<ColumnLayoutItem> |
TableLayoutUtilsImpl.getColumns(User user,
List<String> fields)
|
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(User user,
List<String> fields)
Get the columns based off the a list of field names |
List<ColumnLayoutItem> |
TableLayoutUtilsImpl.getColumns(User user,
String applicationPropertyName)
|
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(User user,
String applicationPropertyName)
Get the columns based off an application property |
List<ColumnLayoutItem> |
TableLayoutUtilsImpl.getColumns(User user,
String applicationPropertyName,
List<String> fields,
boolean addDefaults)
|
List<ColumnLayoutItem> |
TableLayoutUtils.getColumns(User user,
String applicationPropertyName,
List<String> fields,
boolean addDefaults)
Get the columns based on a list of field names, and the default as defined in application properties with the given property name. |
IssueTableLayoutBean |
TableLayoutFactory.getDashboardLayout(User user,
List<String> columnNames)
Get the columns relevant for the dashboard, but limiting to a specific list of column names. |
IssueTableLayoutBean |
TableLayoutFactory.getPrintableLayout(SearchRequest searchRequest,
User user)
|
IssueTableLayoutBean |
TableLayoutFactory.getStandardExcelLayout(SearchRequest searchRequest,
User user)
|
IssueTableLayoutBean |
TableLayoutFactory.getStandardLayout(SearchRequest searchRequest,
User user)
|
IssueTableLayoutBean |
TableLayoutFactory.getSubTaskIssuesLayout(User user,
Issue parentIssue,
SubTaskBean subTaskBean,
String subTaskView,
boolean timeTrackingData)
Get the layout for sub-tasks on the view issue page. |
boolean |
SimpleColumnLayoutItem.isAliasForField(User user,
String sortField)
|
String |
ModuleWebComponent.renderModule(User user,
javax.servlet.http.HttpServletRequest request,
com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor webPanelModuleDescriptor,
Map<String,Object> params)
|
String |
ModuleWebComponentImpl.renderModule(User user,
javax.servlet.http.HttpServletRequest request,
com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor webPanelModuleDescriptor,
Map<String,Object> params)
|
String |
ModuleWebComponent.renderModules(User user,
javax.servlet.http.HttpServletRequest request,
List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> webPanelModuleDescriptors,
Map<String,Object> params)
A convienence method that iterates over of the list of WebPanels and renders each. |
String |
ModuleWebComponentImpl.renderModules(User user,
javax.servlet.http.HttpServletRequest request,
List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> webPanelModuleDescriptors,
Map<String,Object> params)
|
Constructors in com.atlassian.jira.web.component with parameters of type User | |
---|---|
IssueTableLayoutBean(User user,
Collection<SearchSort> searchSorts)
|
Uses of User in com.atlassian.jira.web.component.issuesummary |
---|
Methods in com.atlassian.jira.web.component.issuesummary with parameters of type User | |
---|---|
String |
IssueSummaryBlock.getRenderedEnvironmentFieldValue(User user,
Issue issue,
webwork.action.Action action)
Gets the HTML that shows the environment field. |
Uses of User in com.atlassian.jira.web.component.subtask |
---|
Methods in com.atlassian.jira.web.component.subtask with parameters of type User | |
---|---|
ColumnLayoutItem |
ColumnLayoutItemFactory.getSubTaskReorderColumn(User user,
Issue parentIssue,
SubTaskBean subTaskBean,
String subTaskView)
Create a column for SubTaskView for reordering (displaying reorder arrows) |
Constructors in com.atlassian.jira.web.component.subtask with parameters of type User | |
---|---|
SubTaskReorderColumnLayoutItem(PermissionManager permissionManager,
SubTaskBean subTaskBean,
String subTaskView,
Issue parentIssue,
User user,
I18nHelper i18n)
|
Uses of User in com.atlassian.jira.web.component.webfragment |
---|
Methods in com.atlassian.jira.web.component.webfragment that return User | |
---|---|
User |
ViewUserProfileContextLayoutBean.getProfileUser()
|
Constructors in com.atlassian.jira.web.component.webfragment with parameters of type User | |
---|---|
ViewUserProfileContextLayoutBean(User profileUser,
String actionName)
|
Uses of User in com.atlassian.jira.workflow |
---|
Methods in com.atlassian.jira.workflow that return User | |
---|---|
protected User |
WorkflowFunctionUtils.getCaller(Map transientVars,
Map args)
Get the User executing this condition. |
User |
OSWorkflowManager.getRemoteUser(Map transientVars)
|
User |
WorkflowManager.getRemoteUser(Map transientVars)
Deprecated. Please use WorkflowUtil.getCaller(java.util.Map) or WorkflowUtil.getCallerName(java.util.Map) . Deprecated since 4.3 |
Methods in com.atlassian.jira.workflow with parameters of type User | |
---|---|
void |
OSWorkflowManager.copyAndDeleteDraftWorkflows(User user,
Set<JiraWorkflow> workflows)
|
void |
WorkflowManager.copyAndDeleteDraftWorkflows(User user,
Set<JiraWorkflow> workflows)
Provided a set of workflows, this method will check, if the passed in workflows have any draft workflows linked to them. |
void |
OSWorkflowManager.createWorkflow(User creator,
JiraWorkflow workflow)
|
void |
WorkflowManager.createWorkflow(User user,
JiraWorkflow workflow)
|
Uses of User in com.atlassian.jira.workflow.migration.enterprise |
---|
Methods in com.atlassian.jira.workflow.migration.enterprise that return User | |
---|---|
protected User |
EnterpriseWorkflowMigrationHelper.getUser()
|
Constructors in com.atlassian.jira.workflow.migration.enterprise with parameters of type User | |
---|---|
EnterpriseWorkflowMigrationHelper(org.ofbiz.core.entity.GenericValue project,
org.ofbiz.core.entity.GenericValue targetScheme,
WorkflowManager workflowManager,
OfBizDelegator delegator,
IssueManager issueManager,
SchemeManager schemeManager,
I18nHelper i18nHelper,
User user)
|
Uses of User in com.atlassian.jira.workflow.validator |
---|
Methods in com.atlassian.jira.workflow.validator with parameters of type User | |
---|---|
protected void |
AbstractPermissionValidator.hasUserPermission(Map args,
Map transientVars,
User user)
|
Uses of User in com.opensymphony.user |
---|
Methods in com.opensymphony.user that return User | |
---|---|
User |
UserManager.createUser(String name)
Deprecated. Create a new User with given name. |
User |
UserManager.getUser(String name)
Deprecated. Return user with given name. |
Methods in com.opensymphony.user that return types with arguments of type User | |
---|---|
List<User> |
UserManager.getUsers()
Deprecated. Return all known Users from all CredentialProviders that allow listing. |
Methods in com.opensymphony.user with parameters of type User | |
---|---|
boolean |
Group.addUser(User user)
Deprecated. Add User to members of this Group. |
boolean |
Group.containsUser(User user)
Deprecated. Determine whether Group contains supplied User as member. |
boolean |
Group.removeUser(User user)
Deprecated. Remove User from members of this Group. |
Uses of User in mock.user |
---|
Subclasses of User in mock.user | |
---|---|
class |
MockOSUser
A Mock for the OSUser User object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |