Uses of Interface
com.atlassian.jira.plugin.webfragment.SimpleLinkFactory

Packages that use SimpleLinkFactory
com.atlassian.jira.admin   
com.atlassian.jira.issue.history   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.transitions   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.plugin.webfragment.descriptors   
com.atlassian.jira.portal   
com.atlassian.jira.project   
 

Uses of SimpleLinkFactory in com.atlassian.jira.admin
 

Classes in com.atlassian.jira.admin that implement SimpleLinkFactory
 class AdminHistoryLinkFactory
          A SimpleLinkFactory that produces links to Administration Pages for recently viewed administration pages
 class LegacyAdminLinkFactory
          Returns links for all legacy plugins that still define web-items in the system.admin section section.
 

Uses of SimpleLinkFactory in com.atlassian.jira.issue.history
 

Classes in com.atlassian.jira.issue.history that implement SimpleLinkFactory
 class IssueHistoryLinkFactory
          Simple Link Factory for creating links to recently view issues.
 

Uses of SimpleLinkFactory in com.atlassian.jira.issue.search
 

Classes in com.atlassian.jira.issue.search that implement SimpleLinkFactory
 class CurrentSearchLinkFactory
          Link factory for creating a link to the current search.
 class FavouriteFilterLinkFactory
          Simple Link Factory for creating links to favourite filters
 

Uses of SimpleLinkFactory in com.atlassian.jira.issue.transitions
 

Classes in com.atlassian.jira.issue.transitions that implement SimpleLinkFactory
 class TransitionLinkFactory
          A Simple LinkFactory for generating Issue Transitions.
 

Uses of SimpleLinkFactory in com.atlassian.jira.plugin.viewissue
 

Classes in com.atlassian.jira.plugin.viewissue that implement SimpleLinkFactory
 class AttachmentSortingOptionsFactory
          Factory to return the options for the different sorting options
 class AttachmentSortingOrderOptionsFactory
          Factory to return the options for the different sorting order options
 class SubTaskViewOptionsFactory
          Factory to return the options for the different views for subtask list (All, Unresolved)
 

Uses of SimpleLinkFactory in com.atlassian.jira.plugin.webfragment.descriptors
 

Methods in com.atlassian.jira.plugin.webfragment.descriptors that return SimpleLinkFactory
 SimpleLinkFactory DefaultSimpleLinkFactoryModuleDescriptor.getModule()
           
 

Uses of SimpleLinkFactory in com.atlassian.jira.portal
 

Classes in com.atlassian.jira.portal that implement SimpleLinkFactory
 class FavouriteDashboardLinkFactory
          A SimpleLinkFactory that generates a list of SimpleLinks that point to the Favourite Filters of a user.
 

Uses of SimpleLinkFactory in com.atlassian.jira.project
 

Classes in com.atlassian.jira.project that implement SimpleLinkFactory
 class ProjectHistoryLinkFactory
          A SimpleLinkFactory that produces links to Browse Project for recently viewed project except for the current Project
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.