Package | Description |
---|---|
com.atlassian.jira.bc.issue.link | |
com.atlassian.jira.issue.index.indexers.impl | |
com.atlassian.jira.issue.link |
Modifier and Type | Method and Description |
---|---|
Direction |
IssueLinkService.AddIssueLinkValidationResult.getDirection() |
Modifier and Type | Method and Description |
---|---|
IssueLinkService.AddIssueLinkValidationResult |
DefaultIssueLinkService.validateAddIssueLinks(ApplicationUser user,
Issue issue,
Long issueLinkTypeId,
Direction direction,
Collection<String> linkKeys,
boolean excludeSystemLinks) |
IssueLinkService.AddIssueLinkValidationResult |
IssueLinkService.validateAddIssueLinks(ApplicationUser user,
Issue issue,
Long issueLinkTypeId,
Direction direction,
Collection<String> linkKeys,
boolean excludeSystemLinks) |
Constructor and Description |
---|
AddIssueLinkValidationResult(ApplicationUser user,
ErrorCollection errorCollection,
Issue issueId,
IssueLinkType linkType,
Direction direction,
Collection<String> linkKeys) |
Modifier and Type | Method and Description |
---|---|
static String |
IssueLinkIndexer.createValue(Long issueLinkTypeId,
Direction direction)
Creates a term query value based on the link type and direction.
|
static String |
IssueLinkIndexer.createValue(Long issueLinkTypeId,
Direction direction,
Long otherIssueId)
Creates a term query value based on the link type, direction and destination issue.
|
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.