Package com.atlassian.jira.issue.link
Class IssueLinkImpl
java.lang.Object
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
com.atlassian.jira.issue.link.IssueLinkImpl
- All Implemented Interfaces:
IssueLink,OfBizValueWrapper
-
Field Summary
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValue -
Constructor Summary
ConstructorsConstructorDescriptionIssueLinkImpl(org.ofbiz.core.entity.GenericValue genericValue, IssueLinkTypeManager issueLinkTypeManager, IssueManager issueManager) -
Method Summary
Methods inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, storeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.jira.ofbiz.OfBizValueWrapper
getGenericValue, getLong, getString, getTimestamp, store
-
Constructor Details
-
IssueLinkImpl
public IssueLinkImpl(org.ofbiz.core.entity.GenericValue genericValue, IssueLinkTypeManager issueLinkTypeManager, IssueManager issueManager)
-
-
Method Details
-
getId
-
getLinkTypeId
- Specified by:
getLinkTypeIdin interfaceIssueLink
-
getSourceId
Get the Issue ID (ie.Issue.getId()) of the linked-from issue.- Specified by:
getSourceIdin interfaceIssueLink
-
getDestinationId
Get the issue ID (ie.Issue.getId()) of the linked-to issue.- Specified by:
getDestinationIdin interfaceIssueLink
-
getSequence
- Specified by:
getSequencein interfaceIssueLink
-
getIssueLinkType
- Specified by:
getIssueLinkTypein interfaceIssueLink
-
getSourceObject
Get the source Issue of the link.- Specified by:
getSourceObjectin interfaceIssueLink
-
getDestinationObject
Get the destination Issue of the link.- Specified by:
getDestinationObjectin interfaceIssueLink
-
isSystemLink
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.- Specified by:
isSystemLinkin interfaceIssueLink
-
toString
-