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

Packages that use SimpleLinkSection
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.plugin.webfragment.model   
 

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

Methods in com.atlassian.jira.plugin.webfragment that return SimpleLinkSection
 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> 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> 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.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.