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

Packages that use SimpleLinkSection
com.atlassian.jira.admin.contextproviders   
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   
com.atlassian.jira.web.component   
com.atlassian.jira.web.sitemesh   
 

Uses of SimpleLinkSection in com.atlassian.jira.admin.contextproviders
 

Method parameters in com.atlassian.jira.admin.contextproviders with type arguments of type SimpleLinkSection
 MapBuilder<String,Object> AdminSummaryPanelContextProvider.getContextMap(String sectionId, Map<String,Object> context, String nameKey, List<SimpleLinkSection> pluginSections)
           
 

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 SimpleLinkSection
 SimpleLinkSection DefaultSimpleLinkManager.getSectionForURL(String topLevelSection, String URL, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 SimpleLinkSection SimpleLinkManager.getSectionForURL(String topLevelSection, String URL, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Recursively search through our sections within sections within sections within ...
 

Methods in com.atlassian.jira.plugin.webfragment that return types with arguments of type SimpleLinkSection
 List<SimpleLinkSection> DefaultSimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List<SimpleLinkSection> SimpleLinkManager.getNotEmptySectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location, that have either web-items or other web-sections within them.
 List<SimpleLinkSection> DefaultSimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
           
 List<SimpleLinkSection> SimpleLinkManager.getSectionsForLocation(String location, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLinkSection for the given location.
 

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()
           
 

Uses of SimpleLinkSection in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component that return SimpleLinkSection
 SimpleLinkSection ModuleWebComponentFields.SectionsAndLinks.getSection()
           
 

Constructors in com.atlassian.jira.web.component with parameters of type SimpleLinkSection
ModuleWebComponentFields.SectionsAndLinks(SimpleLinkSection section, List<SimpleLink> links)
           
 

Uses of SimpleLinkSection in com.atlassian.jira.web.sitemesh
 

Methods in com.atlassian.jira.web.sitemesh that return types with arguments of type SimpleLinkSection
 List<SimpleLinkSection> AdminDecoratorHelper.getChildSectionsForSection(String location)
           
 List<SimpleLinkSection> AdminDecoratorHelper.getMainAdminSections()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.