com.atlassian.jira.bc.project.index
Class ProjectReindexServiceImpl

java.lang.Object
  extended by com.atlassian.jira.bc.project.index.ProjectReindexServiceImpl
All Implemented Interfaces:
ProjectReindexService

public class ProjectReindexServiceImpl
extends Object
implements ProjectReindexService

Since:
v6.1

Constructor Summary
ProjectReindexServiceImpl(JiraAuthenticationContext authenticationContext, TaskManager taskManager, IssueIndexer issueIndexer, ReindexMessageManager reindexMessageManager, OfBizDelegator ofBizDelegator, IssueBatcherFactory issueBatcherFactory)
           
 
Method Summary
 String getText(String key, String parameter)
           
 boolean isReindexPossible(Project project)
           
 String reindex(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectReindexServiceImpl

public ProjectReindexServiceImpl(JiraAuthenticationContext authenticationContext,
                                 TaskManager taskManager,
                                 IssueIndexer issueIndexer,
                                 ReindexMessageManager reindexMessageManager,
                                 OfBizDelegator ofBizDelegator,
                                 IssueBatcherFactory issueBatcherFactory)
Method Detail

reindex

public String reindex(Project project)
Specified by:
reindex in interface ProjectReindexService

isReindexPossible

public boolean isReindexPossible(Project project)
Specified by:
isReindexPossible in interface ProjectReindexService

getText

public String getText(String key,
                      String parameter)


Copyright © 2002-2013 Atlassian. All Rights Reserved.