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

Packages that use SimpleLink
com.atlassian.jira.admin   
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.admin.user   
com.atlassian.jira.web.action.browser   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component   
com.atlassian.jira.web.sitemesh   
 

Uses of SimpleLink in com.atlassian.jira.admin
 

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

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> CurrentSearchLinkFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 List<SimpleLink> FavouriteFilterLinkFactory.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.getPrimaryOperationLinks(Issue issue)
           
 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> AttachmentSortingOrderOptionsFactory.getLinks(com.atlassian.crowd.embedded.api.User user, Map<String,Object> params)
           
 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)
           
 

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.getLinksForSection(String section, com.atlassian.crowd.embedded.api.User remoteUser, JiraHelper jiraHelper, boolean addIconCachingPrefix)
           
 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> 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.admin.user
 

Methods in com.atlassian.jira.web.action.admin.user that return types with arguments of type SimpleLink
 Collection<SimpleLink> UserBrowser.getOpsbarLinks()
           
 

Uses of SimpleLink in com.atlassian.jira.web.action.browser
 

Methods in com.atlassian.jira.web.action.browser that return types with arguments of type SimpleLink
 Collection<SimpleLink> BrowseProject.getOperationLinks()
           
 Collection<SimpleLink> BrowseProjects.getOperationLinks()
           
 

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)
           
 

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

Methods in com.atlassian.jira.web.component that return types with arguments of type SimpleLink
 List<SimpleLink> ModuleWebComponentFields.getHeaderItems(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
          Returns header links for the given module
 List<SimpleLink> ModuleWebComponentFieldsImpl.getHeaderItems(String key, com.atlassian.crowd.embedded.api.User user, JiraHelper helper)
           
 List<SimpleLink> ModuleWebComponentFields.SectionsAndLinks.getLinks()
           
 

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

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

Methods in com.atlassian.jira.web.sitemesh that return types with arguments of type SimpleLink
 List<SimpleLink> AdminDecoratorHelper.getLinksForSection(String parentSection, String section)
           
 

Methods in com.atlassian.jira.web.sitemesh with parameters of type SimpleLink
 LinkedList<com.atlassian.jira.web.sitemesh.AdminDecoratorHelper.PathSegment> AdminDecoratorHelper.getPathToLink(SimpleLink simpleLink)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.