Uses of Class
com.atlassian.jira.issue.index.IndexException

Packages that use IndexException
com.atlassian.jira.issue.index   
com.atlassian.jira.project.version   
com.atlassian.jira.user.util   
com.atlassian.jira.util   
 

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

Methods in com.atlassian.jira.issue.index that throw IndexException
protected  org.apache.lucene.index.IndexReader MemoryIndexManager.getIndexReader(String path)
          Used to retrieve an index reader where given a path
protected  org.apache.lucene.index.IndexWriter MemoryIndexManager.getIndexWriter(String path, boolean create)
          Get an indexWriter given a path
 long IssueIndexManager.reIndexAll()
          Reindex all issues.
 long IssueIndexManager.reIndexAll(com.atlassian.johnson.event.Event event)
          Reindex all issues.
 void IssueIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issue)
          Reindex an issue (eg.
 void IssueIndexManager.reIndex(Issue issue)
          Reindex an issue (eg.
 void IssueIndexManager.deIndex(org.ofbiz.core.entity.GenericValue issue)
          Remove an issue from the search index.
 long IssueIndexManager.reIndexIssues(Collection issues)
          Reindex a set of issues (GenericValues).
 long IssueIndexManager.reIndexIssueObjects(Collection issueObjects)
          Reindex a set of issues.
 long DefaultIndexManager.reIndexAll()
           
 long DefaultIndexManager.reIndexAll(com.atlassian.johnson.event.Event event)
           
 long DefaultIndexManager.reIndexIssues(Collection issues)
           
 long DefaultIndexManager.reIndexIssueObjects(Collection issueObjects)
           
protected  long DefaultIndexManager.reIndexIssues(Collection issues, boolean recreateIndex, boolean deIndexIssues, boolean optimiseIfNeeded, com.atlassian.johnson.event.Event event)
           
 void DefaultIndexManager.reIndex(org.ofbiz.core.entity.GenericValue entity)
           
 void DefaultIndexManager.reIndex(Issue entity)
           
 void DefaultIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity)
           
protected  org.apache.lucene.index.IndexReader DefaultIndexManager.getIndexReader(String path)
          Obtain an IndexReader
protected  org.apache.lucene.index.IndexWriter DefaultIndexManager.getIndexWriter(String path, boolean create)
          Obtain an IndexWriter for and optionally create.
 void BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity)
           
 void BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue entity)
           
 void BulkOnlyIndexManager.reIndex(Issue entity)
           
 long BulkOnlyIndexManager.reIndexIssues(Collection issues)
           
 

Uses of IndexException in com.atlassian.jira.project.version
 

Methods in com.atlassian.jira.project.version that throw IndexException
 void VersionManager.moveIssuesToNewVersion(List issues, Version currentVersion, Version swapToVersion)
           
 void DefaultVersionManager.moveIssuesToNewVersion(List issues, Version currentVersion, Version swapToVersion)
           
 

Uses of IndexException in com.atlassian.jira.user.util
 

Methods in com.atlassian.jira.user.util that throw IndexException
 void UserUtilImpl.addUserToGroup(Group group, User userToAdd)
           
 void UserUtilImpl.addUserToGroups(List groups, User userToAdd)
           
 void UserUtilImpl.removeUserFromGroup(Group group, User userToRemove)
           
 void UserUtilImpl.removeUserFromGroups(List groups, User userToRemove)
           
 void UserUtil.addUserToGroup(Group group, User userToAdd)
          This is used to add a specified user to a specified group.
 void UserUtil.addUserToGroups(List groups, User userToAdd)
          This is used to add a user to many groups at once.
 void UserUtil.removeUserFromGroup(Group group, User userToRemove)
          This is used to remove a specified user from a specified group.
 void UserUtil.removeUserFromGroups(List groups, User userToRemove)
          This is used to remove a user from many groups at once.
 

Uses of IndexException in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util that throw IndexException
 void MantisImportBean.doImport(MantisImportBean.MappingBean mappingBean, DatabaseConnectionBean connectionBean, boolean enableNotifications, boolean reuseExistingUsers, boolean addToDevelopersGroup, boolean reindex, String[] projectNames, User importer)
          Main method of this bean.
static org.apache.lucene.index.IndexReader LuceneUtils.getIndexReader(String path)
           
static org.apache.lucene.index.IndexWriter LuceneUtils.getIndexWriter(String path, boolean create, org.apache.lucene.analysis.Analyzer analyzer)
           
 void CustomMantisImportBean.doImport(MantisImportBean.MappingBean mappingBean, DatabaseConnectionBean connectionBean, boolean enableNotifications, boolean reuseExistingUsers, boolean addToDevelopersGroup, boolean reindex, String[] projectNames, User importer)
           
 void BugzillaImportBean.create(com.atlassian.jira.util.BugzillaImportBean.BugzillaMappingBean bugzillaMappingBean, BugzillaConnectionBean connectionBean, boolean enableNotifications, boolean reuseExistingUsers, boolean onlyNewIssues, boolean reindex, boolean workHistory, String[] projectNames, User importer)
          Main method of this bean.
 



Copyright © 2002-2006 Atlassian. All Rights Reserved.