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

Packages that use SimpleLinkSection
com.atlassian.jira.issue.util   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.rest.v1.menus   
com.atlassian.jira.web.action.user   
 

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

Methods in com.atlassian.jira.issue.util that return types with arguments of type SimpleLinkSection
 List<SimpleLinkSection> IssueOperationsBarUtil.getGroups()
          Gets all the groups for the Ops bar - Operations, Transitions, ...
 List<SimpleLinkSection> IssueOperationsBarUtil.getNonEmptySectionsForGroup(SimpleLinkSection group)
          Get a list of sections that contain links that have not be promoted.
 

Methods in com.atlassian.jira.issue.util with parameters of type SimpleLinkSection
 List<SimpleLinkSection> IssueOperationsBarUtil.getNonEmptySectionsForGroup(SimpleLinkSection group)
          Get a list of sections that contain links that have not be promoted.
 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.
 boolean IssueOperationsBarUtil.showMoreLinkforGroup(SimpleLinkSection group)
          Whether we need to display the more link for a group.
 

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

Methods in com.atlassian.jira.plugin.webfragment that return types with arguments of type SimpleLinkSection
 List<SimpleLinkSection> SimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location.
 List<SimpleLinkSection> SimpleLinkManager.getSectionsForLocation(String location, User remoteUser, JiraHelper jiraHelper)
          Deprecated. Please use SimpleLinkManager.getSectionsForLocation(String, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.plugin.webfragment.model.JiraHelper) instead. Since v4.3
 List<SimpleLinkSection> DefaultSimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List<SimpleLinkSection> DefaultSimpleLinkManager.getSectionsForLocation(String location, User remoteUser, JiraHelper jiraHelper)
           
 

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

Subinterfaces of SimpleLinkSection in com.atlassian.jira.plugin.webfragment.model
 interface SimpleLink
          A simple link representation.
 

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

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

Constructors in com.atlassian.jira.rest.v1.menus with parameters of type SimpleLinkSection
MenuResource.Section(SimpleLinkSection section, List<MenuResource.Link> items)
           
 

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

Methods in com.atlassian.jira.web.action.user that return types with arguments of type SimpleLinkSection
 List<SimpleLinkSection> ViewProfile.getSectionsForMenu()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.