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.tasks   
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.tasks
 

Constructors in com.atlassian.jira.upgrade.tasks with parameters of type IndexLifecycleManager
AbstractReindexUpgradeTask(ApplicationProperties applicationProperties, IndexLifecycleManager indexManager)
           
UpgradeTask_Build326(ApplicationProperties applicationProperties, IndexLifecycleManager indexManager)
           
UpgradeTask_Build440(ApplicationProperties applicationProperties, IndexLifecycleManager indexManager)
           
UpgradeTask_Build518(ApplicationProperties applicationProperties, IndexLifecycleManager indexManager)
           
UpgradeTask_Build519(ApplicationProperties applicationProperties, IndexLifecycleManager indexManager)
           
UpgradeTask_Build553(ApplicationProperties applicationProperties, IndexLifecycleManager indexManager)
           
UpgradeTask_Build603(ApplicationProperties applicationProperties, IndexLifecycleManager indexManager, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService)
           
 

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

Classes in com.atlassian.jira.util.index that implement IndexLifecycleManager
static class IndexLifecycleManager.Composite
          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)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.