com.atlassian.jira.web.action.admin
Interface IndexAdmin

All Known Implementing Classes:
IndexAdminImpl

public interface IndexAdmin


Method Summary
 String doActivate()
           
 String doDeactivate()
           
 String doReindex()
           
 String getIndexPath()
           
 String getNewIndexPath()
           
 long getReindexTime()
           
 void setIndexPath(String path)
           
 void setNewIndexPath(String newPath)
           
 

Method Detail

getIndexPath

String getIndexPath()

setIndexPath

void setIndexPath(String path)

getNewIndexPath

String getNewIndexPath()

setNewIndexPath

void setNewIndexPath(String newPath)

doDeactivate

String doDeactivate()
                    throws Exception
Throws:
Exception

doActivate

String doActivate()
                  throws Exception
Throws:
Exception

doReindex

String doReindex()
                 throws Exception
Throws:
Exception

getReindexTime

long getReindexTime()


Copyright © 2002-2007 Atlassian. All Rights Reserved.