Uses of Interface
com.atlassian.jira.config.util.IndexPathManager

Packages that use IndexPathManager
com.atlassian.jira   
com.atlassian.jira.action.admin   
com.atlassian.jira.config.util   
com.atlassian.jira.issue.index   
com.atlassian.jira.sharing.index   
com.atlassian.jira.web.action.admin.index   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.util   
 

Uses of IndexPathManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return IndexPathManager
 IndexPathManager ComponentManager.getIndexPathManager()
          Retrieves and returns the index path manager instance
 

Uses of IndexPathManager in com.atlassian.jira.action.admin
 

Constructors in com.atlassian.jira.action.admin with parameters of type IndexPathManager
DataImport(ApplicationProperties applicationProperties, JiraLicenseUpdaterService jiraLicenseService, LicenseStringFactory licenseStringFactory, BuildUtilsInfo buildUtilsInfo, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager)
           
OfbizImportHandler(org.ofbiz.core.entity.GenericDelegator genericDelegator, Executor executor, com.atlassian.jira.action.admin.DataImport.ErrorHandler errorHandler, LicenseStringFactory licenseStringFactory, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager)
           
OfbizImportHandler(org.ofbiz.core.entity.GenericDelegator genericDelegator, Executor executor, com.atlassian.jira.action.admin.DataImport.ErrorHandler errorHandler, LicenseStringFactory licenseStringFactory, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, boolean useDefaultPaths)
           
 

Uses of IndexPathManager in com.atlassian.jira.config.util
 

Classes in com.atlassian.jira.config.util that implement IndexPathManager
static class IndexPathManager.PropertiesAdaptor
          Implementation of IndexPathManager that uses the ApplicationProperties to get the current paths.
 

Constructors in com.atlassian.jira.config.util with parameters of type IndexPathManager
DefaultIndexPathService(IndexPathManager indexPathManager, PermissionManager permissionManager)
           
 

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

Constructors in com.atlassian.jira.issue.index with parameters of type IndexPathManager
BulkOnlyIndexManager(IndexingConfiguration properties, IssueIndexer issueIndexer, IndexPathManager indexPathManager, ReindexMessageManager reindexMessageManager)
          private only for testing purposes (use the factory method to get an instance)
DefaultIndexManager(IndexingConfiguration indexProperties, IssueIndexer issueIndexer, IndexPathManager indexPath, ReindexMessageManager reindexMessageManager)
           
IndexDirectoryFactory.IndexPathAdapter(IndexPathManager indexPathManager, IndexWriterConfiguration writerConfiguration)
           
 

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

Constructors in com.atlassian.jira.sharing.index with parameters of type IndexPathManager
DefaultSharedEntityIndexer(IndexPathManager indexPathManager, ShareTypeFactory shareTypeFactory, PermissionQueryFactory permissionQueryFactory, SharedEntityAccessor.Factory accessorFactory, DirectoryFactory directoryFactory)
           
IndexPathDirectoryFactory(IndexPathManager pathManager)
           
 

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

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type IndexPathManager
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 IndexPathManager in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type IndexPathManager
Setup(IssueIndexManager indexManager, IndexLanguageToLocaleMapper languageToLocaleMapper, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, JiraLicenseUpdaterService licenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, FileFactory fileFactory)
           
SetupImport(IndexPathManager indexPathManager, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraHome jiraHome, FileFactory fileFactory)
           
 

Uses of IndexPathManager in com.atlassian.jira.web.action.util
 

Constructors in com.atlassian.jira.web.action.util with parameters of type IndexPathManager
ImportAll(IndexPathManager indexPathManager, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraLicenseService jiraLicenseService, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, JiraHome jiraHome, FileFactory fileFactory)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.