|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
com.atlassian.jira.issue.link.IssueLink
public class IssueLink
| Field Summary |
|---|
| Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper |
|---|
genericValue |
| Constructor Summary | |
|---|---|
IssueLink(org.ofbiz.core.entity.GenericValue genericValue,
IssueLinkTypeManager issueLinkTypeManager,
IssueManager issueManager)
|
|
| Method Summary | |
|---|---|
org.ofbiz.core.entity.GenericValue |
getDestination()
Deprecated. Use getDestinationObject() instead. |
Long |
getDestinationId()
Get the issue ID (ie. |
MutableIssue |
getDestinationObject()
Get the destination Issue of the link. |
Long |
getId()
|
IssueLinkType |
getIssueLinkType()
|
Long |
getLinkTypeId()
|
Long |
getSequence()
|
org.ofbiz.core.entity.GenericValue |
getSource()
Deprecated. Use getSourceObject() instead. |
Long |
getSourceId()
Get the Issue ID (ie. |
MutableIssue |
getSourceObject()
Get the source Issue of the link. |
boolean |
isSystemLink()
Checks if this link's type is a System Link type. |
| Methods inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper |
|---|
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, store |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IssueLink(org.ofbiz.core.entity.GenericValue genericValue,
IssueLinkTypeManager issueLinkTypeManager,
IssueManager issueManager)
| Method Detail |
|---|
public Long getId()
public Long getLinkTypeId()
public Long getSourceId()
Issue.getId()) of the linked-from issue.
public Long getDestinationId()
Issue.getId()) of the linked-to issue.
public Long getSequence()
public IssueLinkType getIssueLinkType()
public MutableIssue getSourceObject()
public MutableIssue getDestinationObject()
public boolean isSystemLink()
public org.ofbiz.core.entity.GenericValue getSource()
getSourceObject() instead.
public org.ofbiz.core.entity.GenericValue getDestination()
getDestinationObject() instead.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||