Uses of Class
com.atlassian.jira.issue.link.IssueLinkType

Packages that use IssueLinkType
com.atlassian.jira.issue.link   
 

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

Methods in com.atlassian.jira.issue.link that return IssueLinkType
 IssueLinkType IssueLink.getIssueLinkType()
           
 IssueLinkType IssueLinkTypeManager.getIssueLinkType(Long id)
           
 

Methods in com.atlassian.jira.issue.link that return types with arguments of type IssueLinkType
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypes()
           
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypesByInwardDescription(String desc)
          Returns a collection of IssueLinkTypes with the given description as the inward description.
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypesByName(String name)
          Returns a collection of IssueLinkTypes with the given name.
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypesByOutwardDescription(String desc)
          Returns a collection of IssueLinkTypes with the given description as the outward description.
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypesByStyle(String style)
           
 

Methods in com.atlassian.jira.issue.link with parameters of type IssueLinkType
 void IssueLinkTypeDestroyer.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
          Removes an issueLinkType from the datastore.
 void IssueLinkTypeDestroyer.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, User remoteUser)
          Deprecated. use IssueLinkTypeDestroyer.removeIssueLinkType(Long, IssueLinkType, com.atlassian.crowd.embedded.api.User)
 void IssueLinkTypeManager.updateIssueLinkType(IssueLinkType issueLinkType, String name, String outward, String inward)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.