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

Packages that use SimpleLinkManager
com.atlassian.jira.gadgets.system   
com.atlassian.jira.issue.util   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.rest.v1.issues   
com.atlassian.jira.rest.v1.menus   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component.webfragment   
 

Uses of SimpleLinkManager in com.atlassian.jira.gadgets.system
 

Constructors in com.atlassian.jira.gadgets.system with parameters of type SimpleLinkManager
ProjectGadgetResource(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ProjectManager projectManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ConstantsManager constantsManager, SearchService searchService, SimpleLinkManager simpleLinkManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.issue.util
 

Constructors in com.atlassian.jira.issue.util with parameters of type SimpleLinkManager
IssueOperationsBarUtil(JiraHelper helper, com.atlassian.crowd.embedded.api.User user, SimpleLinkManager simpleLinkManager, ApplicationProperties applicationProperties)
           
 

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

Classes in com.atlassian.jira.plugin.webfragment that implement SimpleLinkManager
 class DefaultSimpleLinkManager
          Default implementation of the SimpleLinkManager This actually uses combines SimpleLinkFactory lists with WebItemModuleDescriptor links and WebSectionModuleDescriptor sections, respecting weights.
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v1.issues
 

Constructors in com.atlassian.jira.rest.v1.issues with parameters of type SimpleLinkManager
IssueActionsAndOperationsResource(JiraAuthenticationContext authContext, IssueManager issueManager, I18nHelper.BeanFactory i18nBeanFactory, WorkflowManager workflowManager, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator)
           
IssueResource(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nBeanFactory, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v1.menus
 

Constructors in com.atlassian.jira.rest.v1.menus with parameters of type SimpleLinkManager
MenuResource(SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authenticationContext, UserProjectHistoryManager userProjectHistoryManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.action.issue
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type SimpleLinkManager
IssueNavigator(SearchProvider searchProvider, ColumnLayoutManager columnLayoutManager, IssueSearcherManager issueSearcherManager, SearchRequestFactory searchRequestFactory, SearchRequestService searchRequestService, TableLayoutFactory tableLayoutFactory, CommentManager commentManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PagerManager pagerManager, SearchService searchService, ApplicationProperties applicationProperties, IndexLifecycleManager indexLifecycleManager, AutoCompleteJsonGenerator autoCompleteJsonGenerator, SearchSortUtil searchSortUtil, JqlStringSupport jqlStringSupport, UserQueryHistoryManager userQueryHistoryManager, SimpleLinkManager simpleLinkManager, IssueSearchLimits issueSearchLimits)
           
ViewIssue(TrackbackManager trackbackManager, ThumbnailManager thumbnailManager, SubTaskManager subTaskManager, IssueLinkManager issueLinkManager, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CommentManager commentManager, ProjectRoleManager projectRoleManager, CommentService commentService, AttachmentManager attachmentManager, AttachmentService attachmentService, AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory, PagerManager pagerManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, SimpleLinkManager simpleLinkManager, TimeTrackingGraphBeanFactory timeTrackingGraphBeanFactory, AttachmentZipKit attachmentZipKit, NonZipExpandableExtensions nonZipExpandableExtensions, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, PermissionManager permissionManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.action.user
 

Constructors in com.atlassian.jira.web.action.user with parameters of type SimpleLinkManager
ViewProfile(SimpleLinkManager SimpleLinkManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, AvatarManager avatarManager, com.atlassian.crowd.embedded.api.CrowdService crowdService)
           
ViewUserHover(UserUtil userUtil, EmailFormatter emailFormatter, SearchService searchService, PermissionManager permissionManager, SimpleLinkManager simpleLinkManager, AvatarManager avatarManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.component.webfragment
 

Constructors in com.atlassian.jira.web.component.webfragment with parameters of type SimpleLinkManager
WebFragmentWebComponent(JiraWebInterfaceManager webInterfaceManager, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.