Uses of Interface
com.atlassian.jira.user.UserProjectHistoryManager

Packages that use UserProjectHistoryManager
com.atlassian.jira.issue.search.searchers.impl   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.plugin.navigation   
com.atlassian.jira.plugin.profile   
com.atlassian.jira.project   
com.atlassian.jira.user   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.browser   
 

Uses of UserProjectHistoryManager in com.atlassian.jira.issue.search.searchers.impl
 

Constructors in com.atlassian.jira.issue.search.searchers.impl with parameters of type UserProjectHistoryManager
ProjectSearcher(JqlOperandResolver operandResolver, ProjectResolver projectResolver, ProjectManager projectManager, PermissionManager permissionManager, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, com.atlassian.velocity.VelocityManager velocityManager, FieldFlagOperandRegistry fieldFlagOperandRegistry, UserProjectHistoryManager projectHistoryManager, JiraAuthenticationContext authenticationContext)
           
 

Uses of UserProjectHistoryManager in com.atlassian.jira.issue.search.searchers.transformer
 

Constructors in com.atlassian.jira.issue.search.searchers.transformer with parameters of type UserProjectHistoryManager
ProjectSearchInputTransformer(ProjectIndexInfoResolver projectIndexInfoResolver, JqlOperandResolver operandResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, SearchContextVisibilityChecker searchContextVisibilityChecker, ProjectManager projectManager, UserProjectHistoryManager projectHistoryManager, JiraAuthenticationContext authenticationContext)
           
 

Uses of UserProjectHistoryManager in com.atlassian.jira.plugin.navigation
 

Constructors in com.atlassian.jira.plugin.navigation with parameters of type UserProjectHistoryManager
TopNavigationModuleDescriptor(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, PermissionManager permissionManager, WebFragmentWebComponent webFragmentWebComponent, UserProjectHistoryManager userProjectHistoryManager, com.atlassian.plugin.module.ModuleFactory moduleFactory)
           
 

Uses of UserProjectHistoryManager in com.atlassian.jira.plugin.profile
 

Constructors in com.atlassian.jira.plugin.profile with parameters of type UserProjectHistoryManager
RoadmapUserProfilePanel(VersionDrillDownRenderer panelRenderer, JiraAuthenticationContext authenticationContext, VersionManager versionManager, VelocityRequestContextFactory requestContextFactory, ProjectManager projectManager, UserProjectHistoryManager projectHistoryManager, PermissionManager permissionManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, FieldVisibilityManager fieldVisibilityManager)
           
 

Uses of UserProjectHistoryManager in com.atlassian.jira.project
 

Constructors in com.atlassian.jira.project with parameters of type UserProjectHistoryManager
ProjectHistoryLinkFactory(VelocityRequestContextFactory velocityRequestContextFactory, UserProjectHistoryManager userHistoryManager, I18nHelper.BeanFactory beanFactory)
           
 

Uses of UserProjectHistoryManager in com.atlassian.jira.user
 

Classes in com.atlassian.jira.user that implement UserProjectHistoryManager
 class DefaultUserProjectHistoryManager
          Convienience wrapper for the UserHistoryManager that deals directly with Projects.
 

Uses of UserProjectHistoryManager in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that return UserProjectHistoryManager
protected  UserProjectHistoryManager JiraWebActionSupport.getUserProjectHistoryManager()
           
 

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

Constructors in com.atlassian.jira.web.action.browser with parameters of type UserProjectHistoryManager
BrowseProject(ProjectManager projectManager, PermissionManager permissionManager, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, PopularIssueTypesUtil popularIssueTypesUtil, UserProjectHistoryManager projectHistoryManager)
           
BrowseProjects(com.atlassian.plugin.webresource.WebResourceManager webResourceManager, UserProjectHistoryManager projectHistoryManager, ProjectManager projectManager)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.