com.atlassian.jira.issue.link
Class LinkCollection

java.lang.Object
  extended bycom.atlassian.jira.issue.link.LinkCollection

public class LinkCollection
extends Object

This class represents the collection of links into and out of a particular issue.


Field Summary
(package private)  Map inwardLinkMap
           
(package private)  org.ofbiz.core.entity.GenericValue issue
           
(package private)  Set linkTypes
           
(package private)  Map outwardLinkMap
           
(package private)  User remoteUser
           
 
Constructor Summary
LinkCollection(org.ofbiz.core.entity.GenericValue issue, Set linkTypes, Map outwardLinkMap, Map inwardLinkMap, User remoteUser, ApplicationProperties applicationProperties)
           
 
Method Summary
 Collection getAllIssues()
           
 List getInwardIssues(String linkName)
           
 Set getLinkTypes()
           
 List getOutwardIssues(String linkName)
           
 boolean isDisplayLinkPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

issue

final org.ofbiz.core.entity.GenericValue issue

linkTypes

final Set linkTypes

outwardLinkMap

final Map outwardLinkMap

inwardLinkMap

final Map inwardLinkMap

remoteUser

final User remoteUser
Constructor Detail

LinkCollection

public LinkCollection(org.ofbiz.core.entity.GenericValue issue,
                      Set linkTypes,
                      Map outwardLinkMap,
                      Map inwardLinkMap,
                      User remoteUser,
                      ApplicationProperties applicationProperties)
Method Detail

getLinkTypes

public Set getLinkTypes()
Returns:
A collection of IssueLinkType objects

getOutwardIssues

public List getOutwardIssues(String linkName)

getInwardIssues

public List getInwardIssues(String linkName)

getAllIssues

public Collection getAllIssues()

isDisplayLinkPanel

public boolean isDisplayLinkPanel()


Copyright © 2002-2006 Atlassian. All Rights Reserved.