com.atlassian.jira.issue.link
Class LinkCollection
java.lang.Object
com.atlassian.jira.issue.link.LinkCollection
- public class LinkCollection
- extends java.lang.Object
This class represents the collection of links into and out of a particular issue.
Constructor Summary |
LinkCollection(GenericValue issue,
User remoteUser)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkCollection
public LinkCollection(GenericValue issue,
User remoteUser)
throws GenericEntityException
getLinkTypes
public java.util.Set getLinkTypes()
getOutwardIssues
public java.util.List getOutwardIssues(java.lang.String linkName)
getInwardIssues
public java.util.List getInwardIssues(java.lang.String linkName)
getAllIssues
public java.util.Set getAllIssues()