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

Packages that use IssueLinkType
com.atlassian.jira.bc.issue.link   
com.atlassian.jira.issue.fields.rest   
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.issue.link   
com.atlassian.jira.web.action.admin.linking   
com.atlassian.jira.web.action.issue   
 

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

Methods in com.atlassian.jira.bc.issue.link that return IssueLinkType
 IssueLinkType IssueLinkService.AddIssueLinkValidationResult.getLinkType()
           
 

Methods in com.atlassian.jira.bc.issue.link that return types with arguments of type IssueLinkType
 Collection<IssueLinkType> DefaultIssueLinkService.getIssueLinkTypes()
           
 Collection<IssueLinkType> IssueLinkService.getIssueLinkTypes()
           
 

Constructors in com.atlassian.jira.bc.issue.link with parameters of type IssueLinkType
IssueLinkService.AddIssueLinkValidationResult(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, Issue issueId, IssueLinkType linkType, Direction direction, Collection<String> linkKeys)
           
 

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

Methods in com.atlassian.jira.issue.fields.rest that return IssueLinkType
 IssueLinkType IssueLinkTypeFinderImpl.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean, ErrorCollection errors)
          Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of linkTypeBean.
 IssueLinkType IssueLinkTypeFinder.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean, ErrorCollection errors)
          Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of the IssueLinkTypeJsonBean.
 

Uses of IssueLinkType in com.atlassian.jira.issue.fields.rest.json.beans
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueLinkType
 IssueLinkJsonBean IssueLinkBeanBuilder.buildIssueLinkBean(IssueLinkType issueLinkType, String id)
           
 IssueLinkJsonBean IssueLinksBeanBuilder.buildLink(IssueLinkType issueLinkType, Issue issue, boolean isOutbound, String id)
          Builds an IssueLinkJsonBean from an IssueLink.
static IssueLinkTypeJsonBean IssueLinkTypeJsonBean.create(IssueLinkType issueLinkType, URI self)
           
 

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

Classes in com.atlassian.jira.issue.link that implement IssueLinkType
 class IssueLinkTypeImpl
           
 

Methods in com.atlassian.jira.issue.link that return IssueLinkType
 IssueLinkType IssueLinkImpl.getIssueLinkType()
           
 IssueLinkType IssueLink.getIssueLinkType()
           
 IssueLinkType DefaultIssueLinkTypeManager.getIssueLinkType(Long id)
           
 IssueLinkType IssueLinkTypeManager.getIssueLinkType(Long id)
          Returns a user-defined (non-system) issue link type object for the specified ID.
 IssueLinkType DefaultIssueLinkTypeManager.getIssueLinkType(Long id, boolean excludeSystemLinks)
           
 IssueLinkType IssueLinkTypeManager.getIssueLinkType(Long id, boolean excludeSystemLinks)
           
 

Methods in com.atlassian.jira.issue.link that return types with arguments of type IssueLinkType
 Collection<IssueLinkType> DefaultIssueLinkTypeManager.getIssueLinkTypes()
          Find only the user defined link types
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypes()
          Returns only user-defined (non-system) IssueLinkType objects
 Collection<IssueLinkType> DefaultIssueLinkTypeManager.getIssueLinkTypes(boolean excludeSystemLinks)
           
 Collection<IssueLinkType> IssueLinkTypeManager.getIssueLinkTypes(boolean excludeSystemLinks)
           
 Collection<IssueLinkType> DefaultIssueLinkTypeManager.getIssueLinkTypesByInwardDescription(String desc)
           
 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> DefaultIssueLinkTypeManager.getIssueLinkTypesByOutwardDescription(String desc)
           
 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)
           
 Set<IssueLinkType> LinkCollectionImpl.getLinkTypes()
           
 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 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 IssueLinkTypeImpl.compareTo(IssueLinkType other)
          Compare on name (in alphabetical order)
 void IssueLinkTypeDestroyerImpl.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void IssueLinkTypeDestroyer.removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, com.atlassian.crowd.embedded.api.User remoteUser)
          Removes an issueLinkType from the datastore.
 void DefaultIssueLinkTypeManager.updateIssueLinkType(IssueLinkType issueLinkType, String name, String outward, String inward)
           
 void IssueLinkTypeManager.updateIssueLinkType(IssueLinkType issueLinkType, String name, String outward, String inward)
           
 

Method parameters in com.atlassian.jira.issue.link with type arguments of type IssueLinkType
 Collection<String> IssueLinkDisplayHelper.getSortedIssueLinkTypes(Collection<IssueLinkType> linkTypes)
          Sorts the link types into a list of strings (for a combo box) sorted in previous usage order
 

Constructor parameters in com.atlassian.jira.issue.link with type arguments of type IssueLinkType
LinkCollectionImpl(Long issueId, Set<IssueLinkType> linkTypes, Map<String,List<Issue>> outwardLinkMap, Map<String,List<Issue>> inwardLinkMap, com.atlassian.crowd.embedded.api.User remoteUser, ApplicationProperties applicationProperties)
          Creates a new instance of this class.
LinkCollectionImpl(Long issueId, Set<IssueLinkType> linkTypes, Map<String,List<Issue>> outwardLinkMap, Map<String,List<Issue>> 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.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()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.