Uses of Class
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.UpdateValidationResult

Packages that use RemoteIssueLinkService.UpdateValidationResult
com.atlassian.jira.bc.issue.link   
 

Uses of RemoteIssueLinkService.UpdateValidationResult in com.atlassian.jira.bc.issue.link
 

Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLinkService.UpdateValidationResult
 RemoteIssueLinkService.UpdateValidationResult DefaultRemoteIssueLinkService.validateUpdate(com.atlassian.crowd.embedded.api.User user, RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLinkService.UpdateValidationResult RemoteIssueLinkService.validateUpdate(com.atlassian.crowd.embedded.api.User user, RemoteIssueLink remoteIssueLink)
          Validates parameters and checks permissions, and if all checks pass it will create a RemoteIssueLinkService.UpdateValidationResult that can be passed to the RemoteIssueLinkService.update(User, UpdateValidationResult) method.
 

Methods in com.atlassian.jira.bc.issue.link with parameters of type RemoteIssueLinkService.UpdateValidationResult
 RemoteIssueLinkService.RemoteIssueLinkResult DefaultRemoteIssueLinkService.update(com.atlassian.crowd.embedded.api.User user, RemoteIssueLinkService.UpdateValidationResult updateValidationResult)
           
 RemoteIssueLinkService.RemoteIssueLinkResult RemoteIssueLinkService.update(com.atlassian.crowd.embedded.api.User user, RemoteIssueLinkService.UpdateValidationResult updateValidationResult)
          Updates the given remote issue link in the JIRA datastore, if the current user has permission to do so.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.