public class

IssueLinkImpl

extends AbstractOfBizValueWrapper
implements IssueLink
java.lang.Object
   ↳ com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
     ↳ com.atlassian.jira.issue.link.IssueLinkImpl

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
Public Constructors
IssueLinkImpl(GenericValue genericValue, IssueLinkTypeManager issueLinkTypeManager, IssueManager issueManager)
Public Methods
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.
[Expand]
Inherited Methods
From class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
From class java.lang.Object
From interface com.atlassian.jira.issue.link.IssueLink
From interface com.atlassian.jira.ofbiz.OfBizValueWrapper

Public Constructors

public IssueLinkImpl (GenericValue genericValue, IssueLinkTypeManager issueLinkTypeManager, IssueManager issueManager)

Public Methods

public Long getDestinationId ()

Get the issue ID (ie. getId()) of the linked-to issue.

public Issue getDestinationObject ()

Get the destination Issue of the link.

public Long getId ()

public IssueLinkType getIssueLinkType ()

public Long getLinkTypeId ()

public Long getSequence ()

public Long getSourceId ()

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

public Issue getSourceObject ()

Get the source Issue of the link.

public 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.