|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface LinkCollection
This class represents the collection of links in to and out of a particular issue. Sort order is determined by the application property "jira.view.issue.links.sort.order"
| Method Summary | |
|---|---|
Collection<Issue> |
getAllIssues()
Returns a collection of issues that contains both inward and outward linking issues. |
List<Issue> |
getInwardIssues(String linkName)
Looks up and returns a "sort.order" sorted list of all inward linked issues by given link name. |
Set<IssueLinkType> |
getLinkTypes()
Returns a set of link types, IssueLinkType objects. |
List<Issue> |
getOutwardIssues(String linkName)
Looks up and returns a "sort.order" sorted list of all outward linked issues by given link name. |
boolean |
isDisplayLinkPanel()
Deprecated. No longer relevant because of introduction of Remote Issue Links. Since v5.0. |
| Method Detail |
|---|
Set<IssueLinkType> getLinkTypes()
IssueLinkType objects.
IssueLinkType objects@Nullable List<Issue> getOutwardIssues(String linkName)
linkName - link name to lookup issues by
@Nullable List<Issue> getInwardIssues(String linkName)
linkName - link name to lookup issues by
Collection<Issue> getAllIssues()
boolean isDisplayLinkPanel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||