com.atlassian.jira.issue.link
Interface IssueLink

All Superinterfaces:
OfBizValueWrapper
All Known Implementing Classes:
IssueLinkImpl

@PublicApi
public interface IssueLink
extends OfBizValueWrapper


Method Summary
 Long getDestinationId()
          Get the issue ID (ie.
 Issue getDestinationObject()
          Get the destination Issue of the link.
 Long getId()
           
 IssueLinkType getIssueLinkType()
           
 Long getLinkTypeId()
           
 Long getSequence()
           
 Long getSourceId()
          Get the Issue ID (ie.
 Issue getSourceObject()
          Get the source Issue of the link.
 boolean isSystemLink()
          Checks if this link's type is a System Link type.
 
Methods inherited from interface com.atlassian.jira.ofbiz.OfBizValueWrapper
getGenericValue, getLong, getString, getTimestamp, store
 

Method Detail

getId

Long getId()

getLinkTypeId

Long getLinkTypeId()

getSourceId

Long getSourceId()
Get the Issue ID (ie. Issue.getId();) of the linked-from issue.


getDestinationId

Long getDestinationId()
Get the issue ID (ie. Issue.getId();) of the linked-to issue.


getSequence

Long getSequence()

getIssueLinkType

IssueLinkType getIssueLinkType()

getSourceObject

Issue getSourceObject()
Get the source Issue of the link.


getDestinationObject

Issue getDestinationObject()
Get the destination Issue of the link.


isSystemLink

boolean isSystemLink()
Checks if this link's type is a System Link type. A System Link Type is a link type that is used by JIRA to denote special relationships. For example, a sub-task is linked to its parent issue using a link type that is a System Link Type.



Copyright © 2002-2014 Atlassian. All Rights Reserved.