com.atlassian.jira.issue.index
Interface IssueIndexManager

All Known Implementing Classes:
DefaultIndexManager

public interface IssueIndexManager


Method Summary
 void deIndex(GenericValue entity)
           
 Directory getCommentDirectory()
           
 java.lang.String getCommentPath()
           
 Directory getIssueDirectory()
           
 java.lang.String getIssuePath()
           
 boolean isBusy()
           
 void reIndex(GenericValue entity)
           
 long reIndexAll()
           
 

Method Detail

reIndexAll

public long reIndexAll()
                throws IndexException
Throws:
IndexException

reIndex

public void reIndex(GenericValue entity)
             throws IndexException
Throws:
IndexException

deIndex

public void deIndex(GenericValue entity)
             throws IndexException
Throws:
IndexException

getIssuePath

public java.lang.String getIssuePath()

getIssueDirectory

public Directory getIssueDirectory()

getCommentPath

public java.lang.String getCommentPath()

getCommentDirectory

public Directory getCommentDirectory()

isBusy

public boolean isBusy()