|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface IssueLink
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 |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |