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

Packages that use IssueLinkType
com.atlassian.jira.issue.link   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.web.action.admin.linking   
com.atlassian.jira.web.action.issue   
 

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)
           
 IssueLinkType DefaultIssueLinkTypeManager.getIssueLinkType(Long id)
           
 

Methods in com.atlassian.jira.issue.link that return types with arguments of type IssueLinkType
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypes()
           
 Collection<IssueLinkType> DefaultIssueLinkTypeManager.getIssueLinkTypes()
          Find only the user defined link types
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypesByInwardDescription(String desc)
          Returns a collection of IssueLinkTypes with the given description as the inward description.
 Collection<IssueLinkType> DefaultIssueLinkTypeManager.getIssueLinkTypesByInwardDescription(String desc)
           
 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> DefaultIssueLinkTypeManager.getIssueLinkTypesByOutwardDescription(String desc)
           
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypesByStyle(String style)
           
 Set<IssueLinkType> LinkCollection.getLinkTypes()
          Returns a set of link types, IssueLinkType objects.
 

Methods in com.atlassian.jira.issue.link with parameters of type IssueLinkType
 void IssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
          Changes the type of an issue link.
 void IssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, User remoteUser)
          Deprecated. Use IssueLinkManager.changeIssueLinkType(IssueLink, IssueLinkType, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 void DefaultIssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void DefaultIssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, User remoteUser)
           
 void IssueLinkTypeDestroyerImpl.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void IssueLinkTypeDestroyerImpl.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, User remoteUser)
           
 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)
           
 void DefaultIssueLinkTypeManager.updateIssueLinkType(IssueLinkType issueLinkType, String name, String outward, String inward)
           
 

Constructor parameters in com.atlassian.jira.issue.link with type arguments of type IssueLinkType
LinkCollection(org.ofbiz.core.entity.GenericValue issue, Set<IssueLinkType> linkTypes, Map outwardLinkMap, Map inwardLinkMap, com.atlassian.crowd.embedded.api.User remoteUser, ApplicationProperties applicationProperties)
          Creates a new instance of this class.
LinkCollection(org.ofbiz.core.entity.GenericValue issue, Set<IssueLinkType> linkTypes, Map outwardLinkMap, Map inwardLinkMap, com.atlassian.crowd.embedded.api.User remoteUser, boolean overrideSecurity, ApplicationProperties applicationProperties)
          Creates a new instance of this class.
 

Uses of IssueLinkType in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type IssueLinkType
static IssueLinkTypeBean IssueLinkTypeBean.create(IssueLinkType issueLinkType, URI self)
           
 

Uses of IssueLinkType in com.atlassian.jira.web.action.admin.linking
 

Methods in com.atlassian.jira.web.action.admin.linking that return IssueLinkType
 IssueLinkType DeleteLinkType.getLinkType()
           
 

Uses of IssueLinkType in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return IssueLinkType
 IssueLinkType CloneIssueDetails.getCloneIssueLinkType()
           
 

Methods in com.atlassian.jira.web.action.issue with parameters of type IssueLinkType
 ColumnLayoutItem ManageLinks.getDeleteColumnLayoutItem(IssueLinkType issueLinkType, boolean isOutward)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.