com.atlassian.jira.bc.issue.link
Class RemoteIssueLinkService.RemoteIssueLinkListResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.RemoteIssueLinkListResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
RemoteIssueLinkService

public static class RemoteIssueLinkService.RemoteIssueLinkListResult
extends ServiceResultImpl

Holds the information about performing a remote issue link operation, when a list result is expected. This object should not be constructed directly, you should invoke the RemoteIssueLinkService.getRemoteIssueLinksForIssue(User, Issue) method to obtain this.


Method Summary
 List<RemoteIssueLink> getRemoteIssueLinks()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRemoteIssueLinks

public List<RemoteIssueLink> getRemoteIssueLinks()


Copyright © 2002-2012 Atlassian. All Rights Reserved.