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

Packages that use RemoteIssueLinkService.CreateValidationResult
com.atlassian.jira.bc.issue.link   
com.atlassian.jira.web.action.issue   
 

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

Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLinkService.CreateValidationResult
 RemoteIssueLinkService.CreateValidationResult DefaultRemoteIssueLinkService.validateCreate(ApplicationUser user, RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLinkService.CreateValidationResult RemoteIssueLinkService.validateCreate(ApplicationUser user, RemoteIssueLink remoteIssueLink)
          Validates parameters and checks permissions, and if all checks pass it will create a RemoteIssueLinkService.CreateValidationResult that can be passed to the RemoteIssueLinkService.create(User, CreateValidationResult) method.
 RemoteIssueLinkService.CreateValidationResult DefaultRemoteIssueLinkService.validateCreate(com.atlassian.crowd.embedded.api.User user, RemoteIssueLink remoteIssueLink)
           
 RemoteIssueLinkService.CreateValidationResult RemoteIssueLinkService.validateCreate(com.atlassian.crowd.embedded.api.User user, RemoteIssueLink remoteIssueLink)
          Deprecated. as of v6.1. Use RemoteIssueLinkService.validateCreate(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.link.RemoteIssueLink) instead.
 

Methods in com.atlassian.jira.bc.issue.link with parameters of type RemoteIssueLinkService.CreateValidationResult
 RemoteIssueLinkService.RemoteIssueLinkResult DefaultRemoteIssueLinkService.create(ApplicationUser user, RemoteIssueLinkService.CreateValidationResult createValidationResult)
           
 RemoteIssueLinkService.RemoteIssueLinkResult RemoteIssueLinkService.create(ApplicationUser user, RemoteIssueLinkService.CreateValidationResult createValidationResult)
          Stores the given remote issue link in the JIRA datastore, if the current user has permission to do so.
 RemoteIssueLinkService.RemoteIssueLinkResult DefaultRemoteIssueLinkService.create(com.atlassian.crowd.embedded.api.User user, RemoteIssueLinkService.CreateValidationResult createValidationResult)
           
 RemoteIssueLinkService.RemoteIssueLinkResult RemoteIssueLinkService.create(com.atlassian.crowd.embedded.api.User user, RemoteIssueLinkService.CreateValidationResult createValidationResult)
          Deprecated. as of v6.1. Use RemoteIssueLinkService.create(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.CreateValidationResult) instead.
 

Uses of RemoteIssueLinkService.CreateValidationResult in com.atlassian.jira.web.action.issue
 

Fields in com.atlassian.jira.web.action.issue declared as RemoteIssueLinkService.CreateValidationResult
protected  RemoteIssueLinkService.CreateValidationResult AbstractIssueLinkAction.validationResult
           
 

Methods in com.atlassian.jira.web.action.issue with parameters of type RemoteIssueLinkService.CreateValidationResult
 RemoteIssueLinkService.RemoteIssueLinkResult AbstractIssueLinkAction.createLink(RemoteIssueLinkService.CreateValidationResult validationResult)
          Creates the link and publishes an event for the creation
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.