| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.fields.rest.IssueLinkTypeFinderImpl |
This "finder" class is used to find issue link types based on 'id' or 'name'.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of
linkTypeBean. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.jira.issue.fields.rest.IssueLinkTypeFinder
| |||||||||||||
Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of
linkTypeBean. If the link type does not exist, the appropriate error will be added to the
errors parameter (and the return value will be null).
| linkTypeBean | the IssueLinkTypeJsonBean |
|---|---|
| errors | a SimpleErrorCollection |

