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

Packages that use SimpleLink
com.atlassian.jira.admin   
com.atlassian.jira.admin.quicknav   
com.atlassian.jira.issue.history   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.transitions   
com.atlassian.jira.issue.util   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.portal   
com.atlassian.jira.project   
com.atlassian.jira.rest.v1.menus   
com.atlassian.jira.rest.v2.common   
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
 List<SimpleLink> AdminHistoryLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 List<SimpleLink> LegacyAdminLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 

Uses of SimpleLink in com.atlassian.jira.admin.quicknav
 

Methods in com.atlassian.jira.admin.quicknav with parameters of type SimpleLink
 Set<String> CompositeFragmentAliasProvider.aliasesFor(SimpleLinkSection section, SimpleLink link, JiraAuthenticationContext ctx)
           
 Set<String> StaticSimpleLinksAliasProvider.aliasesFor(SimpleLinkSection section, SimpleLink link, JiraAuthenticationContext ctx)
           
 Set<String> SectionNameAliasProvider.aliasesFor(SimpleLinkSection mainSection, SimpleLink link, JiraAuthenticationContext ctx)
           
 Set<String> SimpleLinkAliasProvider.aliasesFor(SimpleLinkSection mainSection, SimpleLink link, JiraAuthenticationContext ctx)
          

Get aliases for given simple link in given context.

 Set<String> ProjectKeyAliasProvider.aliasesFor(SimpleLinkSection section, SimpleLink link, JiraAuthenticationContext ctx)
           
 

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

Methods in com.atlassian.jira.issue.history that return types with arguments of type SimpleLink
 List<SimpleLink> IssueHistoryLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,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
 List<SimpleLink> FavouriteFilterLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 List<SimpleLink> CurrentSearchLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,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
 List<SimpleLink> TransitionLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,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
 List<SimpleLink> IssueOperationsBarUtil.getNonPromotedLinksForSection(SimpleLinkSection group, SimpleLinkSection section)
          Get all the links for a section that were not promoted.
 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
 String IssueOperationsBarUtil.getLabelForLink(SimpleLink link)
          Get a display label for a link Shows a maximum of 25 characters.
 String IssueOperationsBarUtil.getTitleForLink(SimpleLink link)
          Get the title for the link.
 

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

Methods in com.atlassian.jira.plugin.viewissue that return types with arguments of type SimpleLink
 List<SimpleLink> AttachmentSortingOptionsFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 List<SimpleLink> SubTaskViewOptionsFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 List<SimpleLink> AttachmentSortingOrderOptionsFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 

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

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

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
 List<SimpleLink> FavouriteDashboardLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 

Uses of SimpleLink in com.atlassian.jira.project
 

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

Uses of SimpleLink in com.atlassian.jira.rest.v1.menus
 

Constructors in com.atlassian.jira.rest.v1.menus with parameters of type SimpleLink
MenuResource.Link(SimpleLink link)
           
 

Uses of SimpleLink in com.atlassian.jira.rest.v2.common
 

Constructors in com.atlassian.jira.rest.v2.common with parameters of type SimpleLink
SimpleLinkBean(SimpleLink link)
           
 

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
 Collection<SimpleLink> IssueNavigator.getIssueOperations()
           
 List<SimpleLink> IssueNavigator.getPluggableItems()
           
 List<SimpleLink> ViewIssue.getToolLinks()
           
 

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
 List<SimpleLink> ViewUserHover.getHoverLinks()
           
 List<SimpleLink> ViewUserHover.getRemainingLinks()
           
 List<SimpleLink> ViewProfile.getSectionLinks(String key)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.