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

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

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> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper)
          Gets a list of SimpleLink for the given section.
 List<SimpleLink> SimpleLinkManager.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, boolean addIconCachingPrefix)
          Gets a list of SimpleLink for the given section.
 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.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.