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

Packages that use IndexException
com.atlassian.jira.config   
com.atlassian.jira.imports.project   
com.atlassian.jira.index.ha   
com.atlassian.jira.issue.index   
com.atlassian.jira.project.version   
com.atlassian.jira.sharing.index   
 

Uses of IndexException in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that throw IndexException
protected  void AbstractIssueConstantsManager.removeConstant(String fieldName, T constant, String newId)
           
 

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

Methods in com.atlassian.jira.imports.project that throw IndexException
 void DefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, com.atlassian.crowd.embedded.api.User importAuthor)
           
 void ProjectImportManager.doImport(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, com.atlassian.crowd.embedded.api.User importAuthor)
          This will perform the project import based on the mappings provided.
 void DefaultProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n)
           
 void ProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n)
          Re-indexes all the new Issues that have just been created in this Project Import.
 

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

Methods in com.atlassian.jira.index.ha that throw IndexException
 IndexCommandResult DefaultIndexRecoveryService.recoverIndexFromBackup(ApplicationUser user, Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink)
           
 IndexCommandResult IndexRecoveryService.recoverIndexFromBackup(ApplicationUser user, Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink)
          Recovers an index from an index backup
 IndexCommandResult DefaultIndexRecoveryManager.recoverIndexFromBackup(Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink)
           
 IndexCommandResult IndexRecoveryManager.recoverIndexFromBackup(Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink)
          Recovers an index from an index backup
 

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

Methods in com.atlassian.jira.issue.index that throw IndexException
 void DefaultIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity)
           
 void BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity)
           
 void IssueIndexManager.deIndex(org.ofbiz.core.entity.GenericValue issue)
          Deprecated. Use IssueIndexManager.deIndex(com.atlassian.jira.issue.Issue) instead. Since v5.0.
 void DefaultIndexManager.deIndex(Issue issue)
           
 void BulkOnlyIndexManager.deIndex(Issue issue)
           
 void IssueIndexManager.deIndex(Issue issue)
          Remove an issue from the search index.
 void DefaultIndexManager.deIndexIssueObjects(Set<Issue> issuesToDelete, boolean updateReplicatedIndexStore)
           
 void IssueIndexManager.deIndexIssueObjects(Set<Issue> issuesToDelete, boolean updateReplicatedIndexStore)
          Remove a set of issues from the search index.
 void DefaultIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issueGV)
           
 void BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue entity)
           
 void IssueIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issue)
          Deprecated. Use IssueIndexManager.reIndex(com.atlassian.jira.issue.Issue) instead. Since v5.0.
 void DefaultIndexManager.reIndex(Issue issue)
           
 void BulkOnlyIndexManager.reIndex(Issue entity)
           
 void IssueIndexManager.reIndex(Issue issue)
          Reindex an issue (eg.
 void DefaultIndexManager.reIndex(Issue issue, boolean reIndexComments, boolean reIndexChangeHistory)
           
 void IssueIndexManager.reIndex(Issue issue, boolean reIndexComments, boolean reIndexChangeHistory)
          Reindex an issue (eg.
 long DefaultIndexManager.reIndexAll()
           
 long BulkOnlyIndexManager.reIndexAll()
           
 long IssueIndexManager.reIndexAll()
          Reindex all issues.
 long IssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, boolean updateReplicatedIndexStore)
          Reindex all issues.
 long IssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, boolean reIndexComments, boolean reIndexChangeHistory, boolean updateReplicatedIndexStore)
          Reindex all issues.
 long BulkOnlyIndexManager.reIndexAll(com.atlassian.johnson.event.Event event)
           
 long DefaultIndexManager.reIndexComments(Collection<Comment> comments)
           
 long IssueIndexManager.reIndexComments(Collection<Comment> comments)
          Reindexes a collection of comments.
 long DefaultIndexManager.reIndexComments(Collection<Comment> comments, Context context)
           
 long IssueIndexManager.reIndexComments(Collection<Comment> comments, Context context)
          Reindexes a collection of comments.
 long DefaultIndexManager.reIndexComments(Collection<Comment> comments, Context context, boolean updateReplicatedIndexStore)
           
 long IssueIndexManager.reIndexComments(Collection<Comment> comments, Context context, boolean updateReplicatedIndexStore)
          Reindexes a collection of comments.
 long DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
           
 long BulkOnlyIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
           
 long IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
          Reindex a set of issues.
 long DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory)
           
 long IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory)
          Reindex a set of issues.
 long DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean updateReplicatedIndexStore)
           
 long IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean updateReplicatedIndexStore)
          Reindex a set of issues.
 long DefaultIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues)
           
 long BulkOnlyIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues)
           
 long IssueIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues)
          Deprecated. Use IssueIndexManager.reIndexIssueObjects(java.util.Collection) instead. Since v5.0.
protected  long DefaultIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues, boolean reIndexComments, boolean reIndexChangeHistory)
           
 long DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context)
           
 long IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context)
          Reindex a list of issues, passing an optional event that will be set progress
 long DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory)
           
 long IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory)
          Reindex a list of issues, passing an optional event that will be set progress.
 long BulkOnlyIndexManager.reIndexIssues(IssuesIterable issuesIterable, com.atlassian.johnson.event.Event event)
           
 long DefaultIndexManager.release()
           
 long BulkOnlyIndexManager.release()
           
 long IssueIndexManager.release()
          Release indexing on this thread.
 

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

Methods in com.atlassian.jira.project.version that throw IndexException
 void DefaultVersionManager.moveIssuesToNewVersion(List<org.ofbiz.core.entity.GenericValue> issues, Version currentVersion, Version swapToVersion)
           
 void VersionManager.moveIssuesToNewVersion(List<org.ofbiz.core.entity.GenericValue> issues, Version currentVersion, Version swapToVersion)
          Swaps the list of issues supplied from one Fix version to another.
 void MockVersionManager.moveIssuesToNewVersion(List issues, Version currentVersion, Version swapToVersion)
           
 

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

Methods in com.atlassian.jira.sharing.index that throw IndexException
 long DefaultSharedEntityIndexManager.reIndexAll()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.