Uses of Interface
com.atlassian.jira.plugin.webfragment.model.SimpleLink

Packages that use SimpleLink
com.atlassian.jira.admin   
com.atlassian.jira.issue.history   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.transitions   
com.atlassian.jira.issue.util   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.portal   
com.atlassian.jira.project   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.user   
 

Uses of SimpleLink in com.atlassian.jira.admin
 

Methods in com.atlassian.jira.admin that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> AdminHistoryLinkFactory.getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
           
 

Uses of SimpleLink in com.atlassian.jira.issue.history
 

Methods in com.atlassian.jira.issue.history that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> IssueHistoryLinkFactory.getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
           
 

Uses of SimpleLink in com.atlassian.jira.issue.search
 

Methods in com.atlassian.jira.issue.search that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> CurrentSearchLinkFactory.getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
           
 java.util.List<SimpleLink> FavouriteFilterLinkFactory.getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
           
 

Uses of SimpleLink in com.atlassian.jira.issue.transitions
 

Methods in com.atlassian.jira.issue.transitions that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> TransitionLinkFactory.getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
           
 

Uses of SimpleLink in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> IssueOperationsBarUtil.getNonPromotedLinksForSection(SimpleLinkSection group, SimpleLinkSection section)
          Get all the links for a section that were not promoted.
 java.util.List<SimpleLink> IssueOperationsBarUtil.getPromotedLinks(SimpleLinkSection group)
          Gets all the links that have been promoted out of the sub-sections, into the top level.
 

Methods in com.atlassian.jira.issue.util with parameters of type SimpleLink
 java.lang.String IssueOperationsBarUtil.getLabelForLink(SimpleLink link)
          Get a display label for a link Shows a maximum of 25 characters.
 java.lang.String IssueOperationsBarUtil.getTitleForLink(SimpleLink link)
          Get the title for the link.
 

Uses of SimpleLink in com.atlassian.jira.plugin.webfragment
 

Methods in com.atlassian.jira.plugin.webfragment that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> SimpleLinkFactory.getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
          Generates a list of SimpleLink objects.
 java.util.List<SimpleLink> SimpleLinkManager.getLinksForSection(java.lang.String section, com.opensymphony.user.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section.
 java.util.List<SimpleLink> DefaultSimpleLinkManager.getLinksForSection(java.lang.String section, com.opensymphony.user.User remoteUser, JiraHelper jiraHelper)
           
 java.util.List<SimpleLink> SimpleLinkManager.getLinksForSectionIgnoreConditions(java.lang.String section, com.opensymphony.user.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section, without filtering links using the conditions specified for the links.
 java.util.List<SimpleLink> DefaultSimpleLinkManager.getLinksForSectionIgnoreConditions(java.lang.String section, com.opensymphony.user.User remoteUser, JiraHelper jiraHelper)
           
 

Uses of SimpleLink in com.atlassian.jira.plugin.webfragment.model
 

Classes in com.atlassian.jira.plugin.webfragment.model that implement SimpleLink
 class SimpleLinkImpl
          Default implementation of SimpleLink.
 

Uses of SimpleLink in com.atlassian.jira.portal
 

Methods in com.atlassian.jira.portal that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> FavouriteDashboardLinkFactory.getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
           
 

Uses of SimpleLink in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> ProjectHistoryLinkFactory.getLinks(com.opensymphony.user.User user, java.util.Map<java.lang.String,java.lang.Object> params)
           
 

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

Methods in com.atlassian.jira.web.action.issue that return types with arguments of type SimpleLink
 java.util.Collection<SimpleLink> IssueNavigator.getIssueOperations()
           
 

Uses of SimpleLink in com.atlassian.jira.web.action.user
 

Methods in com.atlassian.jira.web.action.user that return SimpleLink
 SimpleLink ViewUserHover.getFirstHoverLink()
           
 

Methods in com.atlassian.jira.web.action.user that return types with arguments of type SimpleLink
 java.util.List<SimpleLink> ViewUserHover.getHoverLinks()
           
 java.util.List<SimpleLink> ViewUserHover.getRemainingLinks()
           
 java.util.List<SimpleLink> ViewProfile.getSectionLinks(java.lang.String key)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.