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

Packages that use SimpleLinkManager
com.atlassian.jira.admin   
com.atlassian.jira.admin.contextproviders   
com.atlassian.jira.admin.quicknav   
com.atlassian.jira.gadgets.system   
com.atlassian.jira.issue.util   
com.atlassian.jira.plugin.viewissue.issuelink.rest   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.rest.v1.issues   
com.atlassian.jira.rest.v1.menus   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.builder   
com.atlassian.jira.rest.v2.issue.version   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component   
com.atlassian.jira.web.component.webfragment   
 

Uses of SimpleLinkManager in com.atlassian.jira.admin
 

Constructors in com.atlassian.jira.admin with parameters of type SimpleLinkManager
LegacyAdminLinkFactory(SimpleLinkManager simpleLinkManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.admin.contextproviders
 

Fields in com.atlassian.jira.admin.contextproviders declared as SimpleLinkManager
protected  SimpleLinkManager AdminSummaryPanelContextProvider.linkManager
           
 

Constructors in com.atlassian.jira.admin.contextproviders with parameters of type SimpleLinkManager
AdminSummaryPanelContextProvider(VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager, JiraAuthenticationContext authenticationContext)
           
OptionPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager)
           
PluginPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager)
           
ProjectPanelContextProvider(UserProjectHistoryManager userProjectHistoryManager, JiraAuthenticationContext authenticationContext, ProjectService projectManager, VelocityRequestContextFactory requestContextFactory, SearchProvider searchProvider, SimpleLinkManager linkManager, AvatarManager avatarManager)
           
SystemPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager)
           
UserPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager, GroupManager groupManager, UserUtil userUtil, ProjectRoleManager projectRoleManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.admin.quicknav
 

Constructors in com.atlassian.jira.admin.quicknav with parameters of type SimpleLinkManager
WebFragmentsResource(SimpleLinkManager webManager, JiraAuthenticationContext authContext, SimpleLinkAliasProvider keywordsProvider)
           
 

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, IssueManager issueManager, I18nHelper i18n)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.plugin.viewissue.issuelink.rest
 

Constructors in com.atlassian.jira.plugin.viewissue.issuelink.rest with parameters of type SimpleLinkManager
RemoteIssueLinkResource(JiraAuthenticationContext jiraAuthenticationContext, SimpleLinkManager simpleLinkManager, RemoteIssueLinkService remoteIssueLinkService, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

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.projectconfig.contextproviders
 

Constructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type SimpleLinkManager
AdminContextProvider(JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)
           
 

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, ContextI18n i18n, WorkflowManager workflowManager, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, IssueWorkflowManager issueWorkflowManager)
           
IssueResource(JiraAuthenticationContext authContext, ContextI18n i18n, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager, IssueWorkflowManager issueWorkflowManager)
           
 

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.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type SimpleLinkManager
OpsbarBeanBuilder(Issue issue, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authContext, ContextI18n i18n, IssueManager issueManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v2.issue.builder
 

Constructors in com.atlassian.jira.rest.v2.issue.builder with parameters of type SimpleLinkManager
BeanBuilderFactoryImpl(UserManager userManager, ThumbnailManager thumbnailManager, VersionBeanFactory versionBeanFactory, ProjectBeanFactory projectBeanFactory, FieldLayoutManager fieldLayoutManager, JiraAuthenticationContext authContext, FieldManager fieldManager, ResourceUriBuilder uriBuilder, ContextUriInfo contextUriInfo, VelocityRequestContextFactory velocityRequestContextFactory, ProjectManager projectManager, ConstantsService constantsService, IssueTypeSchemeManager issueTypeSchemeManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, IssueManager issueManager, JiraBaseUrls baseUrls, IssueLinksBeanBuilderFactory issueLinkBeanBuilderFactory, IssueWorkflowManager issueWorkflowManager, WorkflowManager workflowManager, StatusManager statusManager, IssueFactory issueFactory, ChangeHistoryManager changeHistoryManager, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, ContextI18n i18nHelper, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v2.issue.version
 

Constructors in com.atlassian.jira.rest.v2.issue.version with parameters of type SimpleLinkManager
VersionBeanFactoryImpl(VersionService versionService, javax.ws.rs.core.UriInfo info, DateFieldFormat dateFieldFormat, JiraAuthenticationContext authContext, SimpleLinkManager simpleLinkManager)
           
 

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, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, AvatarService avatarService, com.atlassian.event.api.EventPublisher eventPublisher)
           
ViewIssue(SubTaskManager subTaskManager, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CommentManager commentManager, ProjectRoleManager projectRoleManager, CommentService commentService, PagerManager pagerManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, SimpleLinkManager simpleLinkManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, PermissionManager permissionManager, ModuleWebComponent moduleWebComponent, UserUtil userUtil, FeatureManager featureManager, AvatarService avatarService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserPropertyManager userPropertyManager)
           
ViewUserHover(UserUtil userUtil, EmailFormatter emailFormatter, SearchService searchService, PermissionManager permissionManager, SimpleLinkManager simpleLinkManager, AvatarManager avatarManager, DateTimeFormatterFactory dateTimeFormatterFactory, TimeZoneService timeZoneService, UserPropertyManager userPropertyManager)
           
 

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

Constructors in com.atlassian.jira.web.component with parameters of type SimpleLinkManager
ModuleWebComponentImpl(SimpleLinkManager simpleLinkManager, JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 

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

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



Copyright © 2002-2012 Atlassian. All Rights Reserved.