Uses of Interface
com.atlassian.jira.util.index.IndexLifecycleManager

Packages that use IndexLifecycleManager
com.atlassian.jira   
com.atlassian.jira.issue.index   
com.atlassian.jira.sharing.index   
com.atlassian.jira.upgrade   
com.atlassian.jira.util.index   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.index   
com.atlassian.jira.web.action.issue   
 

Uses of IndexLifecycleManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return IndexLifecycleManager
static IndexLifecycleManager ManagerFactory.getIndexLifecycleManager()
          Deprecated. 
 IndexLifecycleManager ComponentManager.getIndexLifecycleManager()
          Retrieves and returns the index lifecycle manager instance
 

Uses of IndexLifecycleManager in com.atlassian.jira.issue.index
 

Subinterfaces of IndexLifecycleManager in com.atlassian.jira.issue.index
 interface IssueIndexManager
          Manages Lucene search indexes.
 

Classes in com.atlassian.jira.issue.index that implement IndexLifecycleManager
 class BulkOnlyIndexManager
          This index manager ignores calls to BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue), BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue) and BulkOnlyIndexManager.reIndexIssues(Collection).
 class DefaultIndexManager
           
 

Uses of IndexLifecycleManager in com.atlassian.jira.sharing.index
 

Subinterfaces of IndexLifecycleManager in com.atlassian.jira.sharing.index
 interface SharedEntityIndexManager
          Responsible for managing indexing of all shared entities
 

Classes in com.atlassian.jira.sharing.index that implement IndexLifecycleManager
 class DefaultSharedEntityIndexManager
          Default IndexManager for shared entities
 

Uses of IndexLifecycleManager in com.atlassian.jira.upgrade
 

Constructors in com.atlassian.jira.upgrade with parameters of type IndexLifecycleManager
UpgradeManagerImpl(JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, I18nHelper.BeanFactory i18HelperFactory, ApplicationProperties applicationProperties, BuildVersionRegistry buildVersionRegistry, com.atlassian.event.api.EventPublisher eventPublisher, OfBizDelegator ofBizDelegator, IndexLifecycleManager indexManager, OutlookDateManager outlookDateManager)
           
 

Uses of IndexLifecycleManager in com.atlassian.jira.util.index
 

Classes in com.atlassian.jira.util.index that implement IndexLifecycleManager
 class CompositeIndexLifecycleManager
          Convenience class for managing known IndexManagers and calling them all.
 

Uses of IndexLifecycleManager in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type IndexLifecycleManager
IndexOptimize(IndexLifecycleManager indexLifecycleManager)
           
 

Uses of IndexLifecycleManager in com.atlassian.jira.web.action.admin.index
 

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type IndexLifecycleManager
IndexAdminImpl(IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, IndexPathManager indexPathManager, FileFactory fileFactory)
           
IndexAdminImpl(ProjectManager projectManager, PermissionManager permissionManager, IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, IndexPathManager indexPathManager, FileFactory fileFactory)
           
 

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

Constructors in com.atlassian.jira.web.action.issue with parameters of type IndexLifecycleManager
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)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.