@PublicApi public interface IssueLink extends OfBizValueWrapper
Modifier and Type | Method and Description |
---|---|
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.
|
getGenericValue, getLong, getString, getTimestamp, store
Long getId()
Long getLinkTypeId()
Long getSourceId()
Issue.getId();
) of the linked-from issue.Long getDestinationId()
Issue.getId();
) of the linked-to issue.Long getSequence()
IssueLinkType getIssueLinkType()
Issue getSourceObject()
Issue getDestinationObject()
boolean isSystemLink()
Copyright © 2002-2016 Atlassian. All Rights Reserved.