Uses of Interface
com.atlassian.jira.issue.link.IssueLink

Packages that use IssueLink
com.atlassian.jira.bc.issue.link   
com.atlassian.jira.config   
com.atlassian.jira.entity   
com.atlassian.jira.issue.link   
 

Uses of IssueLink in com.atlassian.jira.bc.issue.link
 

Methods in com.atlassian.jira.bc.issue.link that return IssueLink
 IssueLink IssueLinkService.SingleIssueLinkResult.getIssueLink()
           
 IssueLink IssueLinkService.DeleteIssueLinkValidationResult.getIssueLink()
           
 IssueLink DefaultIssueLinkService.getIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId)
           
 IssueLink IssueLinkService.getIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId)
          Returns the issue link or null if not found.
 

Methods in com.atlassian.jira.bc.issue.link with parameters of type IssueLink
 IssueLinkService.DeleteIssueLinkValidationResult DefaultIssueLinkService.validateDelete(com.atlassian.crowd.embedded.api.User user, Issue issue, IssueLink issueLink)
           
 IssueLinkService.DeleteIssueLinkValidationResult IssueLinkService.validateDelete(com.atlassian.crowd.embedded.api.User user, Issue issue, IssueLink issueLink)
          Validates parameters and checks permissions, and if all checks pass it will create a IssueLinkService.DeleteIssueLinkValidationResult that can be passed to the IssueLinkService.delete(DeleteIssueLinkValidationResult) method.
 

Constructors in com.atlassian.jira.bc.issue.link with parameters of type IssueLink
IssueLinkService.SingleIssueLinkResult(ErrorCollection errorCollection, IssueLink issueLink)
           
 

Uses of IssueLink in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that return types with arguments of type IssueLink
 List<IssueLink> DefaultSubTaskManager.getSubTaskIssueLinks(Long issueId)
           
 List<IssueLink> SubTaskManager.getSubTaskIssueLinks(Long issueId)
          Returns a list of issue links associated with the issue
 

Uses of IssueLink in com.atlassian.jira.entity
 

Fields in com.atlassian.jira.entity with type parameters of type IssueLink
static EntityFactory<IssueLink> Entity.ISSUE_LINK
           
 

Methods in com.atlassian.jira.entity that return IssueLink
 IssueLink IssueLinkFactory.build(org.ofbiz.core.entity.GenericValue genericValue)
           
 

Methods in com.atlassian.jira.entity with parameters of type IssueLink
 FieldMap IssueLinkFactory.fieldMapFrom(IssueLink value)
           
 

Uses of IssueLink in com.atlassian.jira.issue.link
 

Classes in com.atlassian.jira.issue.link that implement IssueLink
 class IssueLinkImpl
           
 

Methods in com.atlassian.jira.issue.link that return IssueLink
 IssueLink IssueLinkCreator.createIssueLink(org.ofbiz.core.entity.GenericValue issueLinkGV)
           
 IssueLink DefaultIssueLinkCreator.createIssueLink(org.ofbiz.core.entity.GenericValue issueLinkGV)
           
 IssueLink DefaultIssueLinkManager.getIssueLink(Long issueLinkId)
           
 IssueLink IssueLinkManager.getIssueLink(Long issueLinkId)
          Returns the IssueLink with the specified id.
 IssueLink DefaultIssueLinkManager.getIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId)
           
 IssueLink IssueLinkManager.getIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId)
          Retrieves an issue link given a source, destination and a link type.
 

Methods in com.atlassian.jira.issue.link that return types with arguments of type IssueLink
 List<IssueLink> DefaultIssueLinkManager.getInwardLinks(Long id)
           
 List<IssueLink> IssueLinkManager.getInwardLinks(Long destinationIssueId)
          Get links to an issue.
 Collection<IssueLink> DefaultIssueLinkManager.getIssueLinks(Long issueLinkTypeId)
           
 Collection<IssueLink> IssueLinkManager.getIssueLinks(Long issueLinkTypeId)
          Returns a collection of all IssueLinks for a particular issue link type
 List<IssueLink> DefaultIssueLinkManager.getOutwardLinks(Long sourceId)
           
 List<IssueLink> IssueLinkManager.getOutwardLinks(Long sourceIssueId)
          Get links from an issue.
 

Methods in com.atlassian.jira.issue.link with parameters of type IssueLink
 void DefaultIssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void IssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
          Changes the type of an issue link.
 int SequenceIssueLinkComparator.compare(IssueLink issueLink1, IssueLink issueLink2)
           
protected  void DefaultIssueLinkManager.reindexLinkedIssues(IssueLink issueLink)
           
 void DefaultIssueLinkManager.removeIssueLink(IssueLink issueLink, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void IssueLinkManager.removeIssueLink(IssueLink issueLink, com.atlassian.crowd.embedded.api.User remoteUser)
          Removes a single issue link We do not check for permission here.
 

Method parameters in com.atlassian.jira.issue.link with type arguments of type IssueLink
 void DefaultIssueLinkManager.moveIssueLink(List<IssueLink> issueLinks, Long currentSequence, Long sequence)
           
 void IssueLinkManager.moveIssueLink(List<IssueLink> issueLinks, Long currentSequence, Long sequence)
          Moves an issue link to a different position in the list of issuelink.
 void DefaultIssueLinkManager.resetSequences(List<IssueLink> issueLinks)
           
 void IssueLinkManager.resetSequences(List<IssueLink> issueLinks)
          Sets the sequence number for each issueLink in the List of issueLinks provided according to its position in the List.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.