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

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

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

Subclasses of RemoteIssueLinkService.RemoteIssueLinkResult in com.atlassian.jira.bc.issue.link
static class RemoteIssueLinkService.CreateValidationResult
          Holds the information about validating a create remote issue link operation.
static class RemoteIssueLinkService.UpdateValidationResult
          Holds the information about validating an update remote issue link operation.
 

Methods in com.atlassian.jira.bc.issue.link that return RemoteIssueLinkService.RemoteIssueLinkResult
 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)
          Stores the given remote issue link in the JIRA datastore, if the current user has permission to do so.
 RemoteIssueLinkService.RemoteIssueLinkResult DefaultRemoteIssueLinkService.getRemoteIssueLink(com.atlassian.crowd.embedded.api.User user, Long remoteIssueLinkId)
           
 RemoteIssueLinkService.RemoteIssueLinkResult RemoteIssueLinkService.getRemoteIssueLink(com.atlassian.crowd.embedded.api.User user, Long remoteIssueLinkId)
          Retrieves the remote issue link with the given id.
 RemoteIssueLinkService.RemoteIssueLinkResult DefaultRemoteIssueLinkService.getRemoteIssueLinkByGlobalId(com.atlassian.crowd.embedded.api.User user, Issue issue, String globalId)
           
 RemoteIssueLinkService.RemoteIssueLinkResult RemoteIssueLinkService.getRemoteIssueLinkByGlobalId(com.atlassian.crowd.embedded.api.User user, Issue issue, String globalId)
          Retrieves the remote issue link that links with the given JIRA issue and has the given globalId.
 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.
 

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

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



Copyright © 2002-2013 Atlassian. All Rights Reserved.