Uses of Class
com.atlassian.jira.issue.search.SearchException
Packages that use SearchException
Package
Description
-
Uses of SearchException in com.atlassian.jira.bc.issue.search
Methods in com.atlassian.jira.bc.issue.search that throw SearchExceptionModifier and TypeMethodDescriptionDefaultSearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, PagerFilter pager) DefaultSearchService.search(ApplicationUser searcher, Query query, PagerFilter pager) SearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, PagerFilter pager) Searches the index and returns issues within the pager's range.SearchService.search(ApplicationUser searcher, Query query, PagerFilter pager) Search the index, and only return issues that are in the pager's range.longDefaultSearchService.searchCount(ApplicationUser searcher, Query query) longDefaultSearchService.searchCount(ApplicationUser searcher, Query query, Long timeout) longSearchService.searchCount(ApplicationUser searcher, Query query) Search the index, and return the count of the issues matching the query.longSearchService.searchCount(ApplicationUser searcher, Query query, Long timeout) Search the index, and return the count of the issues matching the query.longDefaultSearchService.searchCountOverrideSecurity(ApplicationUser searcher, Query query) longSearchService.searchCountOverrideSecurity(ApplicationUser searcher, Query query) Return the number of issues matching the provided search criteria, overridding any security constraints.DefaultSearchService.searchOverrideSecurity(ApplicationUser searcher, Query query, PagerFilter pager) SearchService.searchOverrideSecurity(ApplicationUser searcher, Query query, PagerFilter pager) Search the index, and only return issues that are in the pager's range while AND'ing the raw lucene query to the generated query from the provided searchQuery, not taking into account any security constraints.DefaultSearchService.streamSearch(ApplicationUser searcher, Query query) SearchService.streamSearch(ApplicationUser searcher, Query query) Search the index, and only return the matched issues as a stream, which is memory efficient for a large number of issues. -
Uses of SearchException in com.atlassian.jira.charts
Methods in com.atlassian.jira.charts that throw SearchExceptionModifier and TypeMethodDescriptionAverageAgeAggregator.computeAverageAge(ApplicationUser remoteUser, int days, ChartFactory.PeriodName periodName, Query query, Date endDate, TimeZone timeZone) -
Uses of SearchException in com.atlassian.jira.config
Methods in com.atlassian.jira.config that throw SearchExceptionModifier and TypeMethodDescriptionDefaultIssueTypeSchemeService.getIssuesMatchingTypesInProjects(ApplicationUser user, Collection<Long> projectIds, Collection<String> issueTypeIds) IssueTypeSchemeService.getIssuesMatchingTypesInProjects(ApplicationUser user, Collection<Long> projectIds, Collection<String> issueTypeIds) For the projects specified byprojectIds, finds the issues that are of the types given byissueTypIds.longDefaultIssueTypeSchemeService.getNumIssuesMatchingTypesInProjects(ApplicationUser user, Collection<Long> projectIds, Collection<String> issueTypeIds) longIssueTypeSchemeService.getNumIssuesMatchingTypesInProjects(ApplicationUser user, Collection<Long> projectIds, Collection<String> issueTypeIds) For the projects specified byprojectIds, determines how many issues are of the types given byissueTypIds. -
Uses of SearchException in com.atlassian.jira.dashboarditem.statistics.service.statistics.searcher
Methods in com.atlassian.jira.dashboarditem.statistics.service.statistics.searcher that throw SearchExceptionModifier and TypeMethodDescriptionStatisticsSearcher.completeOneDimensionalSearch(ApplicationUser user, Query query, StatType statType, AggregateType aggregateType, boolean addEmptyStatTypeToChart) StatisticsSearcher.completeTwoDimensionalSearch(ApplicationUser user, Query query, StatType statType, AggregateType aggregateType, boolean addEmptyStatTypeToChart) -
Uses of SearchException in com.atlassian.jira.dev.backdoor
Methods in com.atlassian.jira.dev.backdoor that throw SearchException -
Uses of SearchException in com.atlassian.jira.index.ha
Methods in com.atlassian.jira.index.ha that throw SearchExceptionModifier and TypeMethodDescriptionIndexRecoveryManager.reindexWithVersionCheckEntitiesUpdatedInTheLast(Duration duration, TaskProgressSink taskProgressSink) This method uses versioning to short-circuit building documents when the index version is already up-to-date with what's in the db. -
Uses of SearchException in com.atlassian.jira.issue.comments
Methods in com.atlassian.jira.issue.comments that throw SearchExceptionModifier and TypeMethodDescriptionDefaultRecentCommentManager.getRecentComments(SearchRequest searchRequest, ApplicationUser user) Deprecated, for removal: This API element is subject to removal in a future version.RecentCommentManager.getRecentComments(SearchRequest searchRequest, ApplicationUser user) Deprecated. -
Uses of SearchException in com.atlassian.jira.issue.export
Methods in com.atlassian.jira.issue.export that throw SearchExceptionModifier and TypeMethodDescriptionvoidIssueExporter.export(Writer writer, SearchRequest searchRequest, SearchRequestParams searchRequestParams, List<Field> fields) Export the given search and fields and output it to the supplied writer. -
Uses of SearchException in com.atlassian.jira.issue.export.customfield
Methods in com.atlassian.jira.issue.export.customfield that throw SearchExceptionModifier and TypeMethodDescriptionvoidDefaultCsvIssueExporter.export(Writer writer, SearchRequest searchRequest, SearchRequestParams searchRequestParams, List<Field> fields) -
Uses of SearchException in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index that throw SearchExceptionModifier and TypeMethodDescription<T> TDefaultTemporaryIndexProvider.indexIssuesAndSearch(Collection<? extends Issue> issues, SearchTemporaryIndexSearcher.IndexSearcher<T> tempIndexSearcher) Deprecated.Search API implementation for searching a temporary index.<T> TDefaultTemporaryIndexProvider.indexIssuesAndSearch(Collection<? extends Issue> issues, TemporaryIndexProvider.IndexSearcher<T> indexSearcher) Deprecated, for removal: This API element is subject to removal in a future version.<T> TSearchTemporaryIndexSearcher.indexIssuesAndSearch(Collection<? extends Issue> issues, SearchTemporaryIndexSearcher.IndexSearcher<T> indexSearcher) Deprecated.<T> TTemporaryIndexProvider.indexIssuesAndSearch(Collection<? extends Issue> issues, TemporaryIndexProvider.IndexSearcher<T> indexSearcher) Deprecated.Create a temporary index, run the callback and return the computed valueSearchTemporaryIndexSearcher.IndexSearcher.search(IssueDocumentSearchService issueDocumentSearchService) TemporaryIndexProvider.IndexSearcher.search(SearchProvider searchProvider) Computes a result, or throws an exception if unable to do so. -
Uses of SearchException in com.atlassian.jira.issue.pager
Methods in com.atlassian.jira.issue.pager that throw SearchExceptionModifier and TypeMethodDescriptionvoidNextPreviousPager.update(SearchRequest searchRequest, ApplicationUser user, String currentKey) Deprecated.As of JIRA 6.0, issue pager is no longer generated on the server side. -
Uses of SearchException in com.atlassian.jira.issue.search
Subclasses of SearchException in com.atlassian.jira.issue.searchModifier and TypeClassDescriptionclassThrown when a lucene is attempted to be built from a JQL query which is too complex.Methods in com.atlassian.jira.issue.search that throw SearchExceptionModifier and TypeMethodDescriptionlongSearchProvider.getHitCount(SearchQuery query) Deprecated.longSearchProvider.getHitCount(SearchQuery query, Long timeout) Deprecated.SearchProvider.search(SearchQuery query, PagerFilter pager) Deprecated.SearchProvider.search(SearchQuery query, PagerFilter pager, Set<String> fieldsToLoad) Deprecated.voidSearchProvider.search(SearchQuery query, org.apache.lucene.search.Collector collector) Deprecated. -
Uses of SearchException in com.atlassian.jira.issue.search.providers
Methods in com.atlassian.jira.issue.search.providers that throw SearchExceptionModifier and TypeMethodDescriptionlongLuceneSearchProvider.getHitCount(SearchQuery query) Deprecated, for removal: This API element is subject to removal in a future version.longLuceneSearchProvider.getHitCount(SearchQuery query, Long timeout) Deprecated, for removal: This API element is subject to removal in a future version.LuceneSearchProvider.search(SearchQuery query, PagerFilter pager) Deprecated, for removal: This API element is subject to removal in a future version.LuceneSearchProvider.search(SearchQuery query, PagerFilter pager, Set<String> fieldsToLoad) Deprecated, for removal: This API element is subject to removal in a future version.voidLuceneSearchProvider.search(SearchQuery query, org.apache.lucene.search.Collector collector) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchException in com.atlassian.jira.issue.statistics
Methods in com.atlassian.jira.issue.statistics that throw SearchExceptionModifier and TypeMethodDescriptionStatisticsMapGenerator.generateStatisticMapWrapper(StatisticsMapper mapper) StatisticsMapGenerator.generateStatisticMapWrapper(StatisticsMapper mapper, StatisticsMapGenerator.OrderBy orderBy, StatisticsMapGenerator.Direction direction) Returns aStatisticMapWrappercontaining ordered search statistic resultsStatisticsMapGenerator.getAllFilterBy(String type) StatisticsMapGenerator.getAllFilterBy(String type, StatisticsMapGenerator.OrderBy orderBy, StatisticsMapGenerator.Direction direction) longStatisticsMapGenerator.getCount()Returns nuber of search results for this filterStatisticsMapGenerator.getIssues()Returns a collection of found issues for this filterlongStatisticsMapGenerator.getOpenByComponent()Stats by ComponentlongStatisticsMapGenerator.getOpenByComponent(org.ofbiz.core.entity.GenericValue component) longStatisticsMapGenerator.getOpenByFixFor()Stats by FixForlongStatisticsMapGenerator.getOpenByFixFor(Version version) StatisticsMapGenerator.searchCountMap(String groupField) -
Uses of SearchException in com.atlassian.jira.issue.views
Methods in com.atlassian.jira.issue.views that throw SearchExceptionModifier and TypeMethodDescriptionprotected SearchResults<Issue>AbstractSearchRequestIssueTableView.getSearchResults(SearchRequest searchRequest) voidSearchRequestRecentCommentsView.writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer) -
Uses of SearchException in com.atlassian.jira.issue.views.csv
Methods in com.atlassian.jira.issue.views.csv that throw SearchExceptionModifier and TypeMethodDescriptionvoidAbstractCsvSearchRequestView.writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer) voidSearchRequestCsvWithBomViewAllFields.writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer) voidSearchRequestCsvWithBomViewCurrentFields.writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer) -
Uses of SearchException in com.atlassian.jira.issue.views.util
Methods in com.atlassian.jira.issue.views.util that throw SearchExceptionModifier and TypeMethodDescriptionDefaultSearchRequestViewBodyWriterUtil.searchAndSort(SearchRequest searchRequest, PagerFilter pagerFilter) SearchRequestViewBodyWriterUtil.searchAndSort(SearchRequest searchRequest, PagerFilter pagerFilter) Deprecated, for removal: This API element is subject to removal in a future version.DefaultSearchRequestViewBodyWriterUtil.searchAndSortIssues(SearchRequest searchRequest, PagerFilter pagerFilter) SearchRequestViewBodyWriterUtil.searchAndSortIssues(SearchRequest searchRequest, PagerFilter pagerFilter) Searches and returns issueslongDefaultSearchRequestViewBodyWriterUtil.searchCount(SearchRequest searchRequest) longSearchRequestViewBodyWriterUtil.searchCount(SearchRequest searchRequest) Returns the search countvoidDefaultSearchRequestViewBodyWriterUtil.writeBody(Writer writer, AbstractIssueView issueView, SearchRequest searchRequest, SingleIssueWriter singleIssueWriter, PagerFilter pagerFilter) voidSearchRequestViewBodyWriterUtil.writeBody(Writer writer, AbstractIssueView issueView, SearchRequest searchRequest, SingleIssueWriter singleIssueWriter, PagerFilter pagerFilter) Writes the body of a sinlge issue.voidDefaultSearchRequestViewBodyWriterUtil.writeTableBody(Writer writer, IssueTableWriter issueTableWriter, SearchRequest searchRequest, PagerFilter pagerFilter) voidSearchRequestViewBodyWriterUtil.writeTableBody(Writer writer, IssueTableWriter issueTableWriter, SearchRequest searchRequest, PagerFilter pagerFilter) Writes the body of a single issue in a table view (i.e.: Printable or Excel). -
Uses of SearchException in com.atlassian.jira.jql.query
Methods in com.atlassian.jira.jql.query that throw SearchExceptionModifier and TypeMethodDescriptionorg.apache.lucene.search.QueryDefaultLuceneQueryBuilder.createLuceneQuery(QueryCreationContext queryCreationContext, Clause clause) Deprecated, for removal: This API element is subject to removal in a future version.org.apache.lucene.search.QueryLuceneQueryBuilder.createLuceneQuery(QueryCreationContext queryCreationContext, Clause clause) Deprecated.Converts a JQLClauseinto an luceneQueryfor searching JIRA lucene index. -
Uses of SearchException in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that throw SearchExceptionModifier and TypeMethodDescriptionMockIssueManager.execute(SearchRequest searchRequest, ApplicationUser searcher) Takes a search request object and returns a list of issues that match the search request -
Uses of SearchException in com.atlassian.jira.plugin.corereports.report.impl
Methods in com.atlassian.jira.plugin.corereports.report.impl that throw SearchExceptionModifier and TypeMethodDescriptionSingleLevelGroupByReport.searchMapIssueKeys(SearchRequest request, ApplicationUser searcher, StatisticsMapper mapper) -
Uses of SearchException in com.atlassian.jira.plugin.report
Methods in com.atlassian.jira.plugin.report that throw SearchExceptionModifier and TypeMethodDescriptionDefaultReportSubTaskFetcher.getSubTasks(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) DefaultReportSubTaskFetcher.getSubTasks(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved, int limit) ReportSubTaskFetcher.getSubTasks(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption.ReportSubTaskFetcher.getSubTasks(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved, int limit) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption.DefaultReportSubTaskFetcher.getSubTasksForUser(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) ReportSubTaskFetcher.getSubTasksForUser(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption. -
Uses of SearchException in com.atlassian.jira.plugin.searchrequestview
Methods in com.atlassian.jira.plugin.searchrequestview that throw SearchExceptionModifier and TypeMethodDescriptionabstract voidAbstractSearchRequestView.writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer) voidSearchRequestView.writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer) Responsible for writing out the searchResults including Headers and Footers of the implementing view type. -
Uses of SearchException in com.atlassian.jira.plugins.quicksearch.impl
Methods in com.atlassian.jira.plugins.quicksearch.impl that throw SearchExceptionModifier and TypeMethodDescriptionIssueSearcher.getSearchedItems(int maxItemCount, String search) IssueSearcher.getSearchedItems(String search) -
Uses of SearchException in com.atlassian.jira.rest.v2.issue
Methods in com.atlassian.jira.rest.v2.issue that throw SearchExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseIssueTypeSchemeResource.addProjectAssociationsToScheme(String schemeId, AssociateProjectsBean assocProjects) Adds additional projects to those already associated with the specified issue type scheme.javax.ws.rs.core.ResponseIssueTypeSchemeResource.setProjectAssociationsForScheme(String schemeId, AssociateProjectsBean assocProjects) Associates the given projects with the specified issue type scheme. -
Uses of SearchException in com.atlassian.jira.rest.v2.search
Methods in com.atlassian.jira.rest.v2.search that throw SearchExceptionModifier and TypeMethodDescriptionSearchResource.search(String jql, Integer startAt, Integer maxResults, Boolean validateQuery, List<StringList> fields, StringList expand) Searches for issues using JQL.SearchResource.searchUsingSearchRequest(SearchRequestBean searchRequest) Performs a search using JQL. -
Uses of SearchException in com.atlassian.jira.search.aggregation.twodimensional
Methods in com.atlassian.jira.search.aggregation.twodimensional that throw SearchExceptionModifier and TypeMethodDescriptionTwoDimensionalAggregator.aggregate(StatisticsMapper xAxisMapper, StatisticsMapper yAxisMapper, SearchRequest searchRequest, ApplicationUser searcher) Aggregate using the provided search request for the given user.TwoDimensionalSearchApiAggregator.aggregate(StatisticsMapper xAxisMapper, StatisticsMapper yAxisMapper, SearchRequest searchRequest, ApplicationUser searcher) -
Uses of SearchException in com.atlassian.jira.search.index
Methods in com.atlassian.jira.search.index that throw SearchExceptionModifier and TypeMethodDescriptionlongIndexSearcher.getHitCount(SearchRequest request, Long timeout) Return the number of documents that match the requestIndexSearcher.search(SearchRequest request, PageRequest pageRequest) Retrieves a search response that includes a collection of document hits and aggregated results.IndexSearcher.searchStream(SearchRequest request) Retrieves a search response that provides streamable access to document hits and aggregated results. -
Uses of SearchException in com.atlassian.jira.search.index.stats
Methods in com.atlassian.jira.search.index.stats that throw SearchExceptionModifier and TypeMethodDescriptionlongIndexSearcherWithStats.getHitCount(SearchRequest request, Long timeout) IndexSearcherWithStats.search(SearchRequest request, PageRequest pageRequest) IndexSearcherWithStats.searchStream(SearchRequest request) -
Uses of SearchException in com.atlassian.jira.search.issue
Methods in com.atlassian.jira.search.issue that throw SearchExceptionModifier and TypeMethodDescriptionlongDefaultIssueDocumentSearchService.getHitCount(ApplicationUser searcher, Query jqlQuery, boolean overrideSecurity) longDefaultIssueDocumentSearchService.getHitCount(ApplicationUser searcher, Query jqlQuery, boolean overrideSecurity, Long timeout) longIssueDocumentSearchService.getHitCount(ApplicationUser searcher, Query jqlQuery, boolean overrideSecurity) Return the number of documents that match thejqlQuerylongIssueDocumentSearchService.getHitCount(ApplicationUser searcher, Query jqlQuery, boolean overrideSecurity, Long timeout) Return the number of documents that match thejqlQuerylongTemporaryIssueDocumentSearchService.getHitCount(ApplicationUser searcher, Query jqlQuery, boolean overrideSecurity) longTemporaryIssueDocumentSearchService.getHitCount(ApplicationUser searcher, Query jqlQuery, boolean overrideSecurity, Long timeout) DefaultIssueDocumentSearchService.search(DocumentSearchRequest request, PageRequest pageRequest) IssueDocumentSearchService.search(DocumentSearchRequest request, PageRequest pageRequest) Run a search against the Issue index, loading only a restricted subset of fields for each document.default SearchResponseIssueDocumentSearchService.search(DocumentSearchRequest request, PagerFilter pager) Run a search against the Issue index, loading only a restricted subset of fields for each document.TemporaryIssueDocumentSearchService.search(DocumentSearchRequest request, PageRequest pageRequest) DefaultIssueDocumentSearchService.searchStream(DocumentSearchRequest request) IssueDocumentSearchService.searchStream(DocumentSearchRequest request) Run a search against the Issue index, loading only a restricted subset of fields for each document.TemporaryIssueDocumentSearchService.searchStream(DocumentSearchRequest request) -
Uses of SearchException in com.atlassian.jira.search.issue.comments
Methods in com.atlassian.jira.search.issue.comments that throw SearchExceptionModifier and TypeMethodDescriptionDefaultRecentCommentManager.getRecentComments(SearchRequest searchRequest, ApplicationUser user) -
Uses of SearchException in com.atlassian.jira.search.lucene
Methods in com.atlassian.jira.search.lucene that throw SearchExceptionModifier and TypeMethodDescriptionlongLuceneIndexSearcher.getHitCount(SearchRequest request, Long timeout) LuceneIndexSearcher.search(SearchRequest request, PageRequest pageRequest) LuceneIndexSearcher.searchStream(SearchRequest request) -
Uses of SearchException in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch that throw SearchExceptionModifier and TypeMethodDescriptionlongOpenSearchIndexSearcher.getHitCount(SearchRequest request, Long timeout) OpenSearchIndexSearcher.search(SearchRequest request, PageRequest pageRequest) OpenSearchIndexSearcher.searchStream(SearchRequest request) -
Uses of SearchException in com.atlassian.jira.search.opensearch.exception
Subclasses of SearchException in com.atlassian.jira.search.opensearch.exceptionModifier and TypeClassDescriptionclassclass -
Uses of SearchException in com.atlassian.jira.user.util
Methods in com.atlassian.jira.user.util that throw SearchExceptionModifier and TypeMethodDescriptionlongUserUtil.getNumberOfAssignedIssuesIgnoreSecurity(ApplicationUser loggedInUser, ApplicationUser user) Returns number of issues assigned to userlongUserUtilImpl.getNumberOfAssignedIssuesIgnoreSecurity(ApplicationUser loggedInUser, ApplicationUser user) longUserUtil.getNumberOfReportedIssuesIgnoreSecurity(ApplicationUser loggedInUser, ApplicationUser user) Returns number of issues reported by userlongUserUtilImpl.getNumberOfReportedIssuesIgnoreSecurity(ApplicationUser loggedInUser, ApplicationUser user) -
Uses of SearchException in com.atlassian.jira.util
Methods in com.atlassian.jira.util with parameters of type SearchExceptionModifier and TypeMethodDescriptionstatic StringExceptionUtil.getExceptionAsHtml(SearchException e) -
Uses of SearchException in com.atlassian.jira.web.action.admin.issuefields
Methods in com.atlassian.jira.web.action.admin.issuefields that throw SearchException -
Uses of SearchException in com.atlassian.jira.web.action.admin.issuetypes.pro
Methods in com.atlassian.jira.web.action.admin.issuetypes.pro that throw SearchExceptionModifier and TypeMethodDescriptionlongSelectIssueTypeSchemeForProject.getStandardIssuesCount()longSelectIssueTypeSchemeForProject.getSubTaskIssuesCount() -
Uses of SearchException in com.atlassian.jira.web.action.admin.workflow.scheme
Methods in com.atlassian.jira.web.action.admin.workflow.scheme that throw SearchExceptionModifier and TypeMethodDescriptionlongSelectProjectWorkflowSchemeStep2.getNumAffectedIssues(IssueType issueType) longSelectProjectWorkflowSchemeStep2.getTotalAffectedIssues(IssueType issueType) -
Uses of SearchException in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that throw SearchExceptionModifier and TypeMethodDescriptionIssueNavigatorSearchResultsHelper.getSearchResults(Query query, boolean isPageChanged) Deprecated.IssueNavigatorSearchResultsHelperImpl.getSearchResults(Query query, boolean isPageChanged) IssueSearchResultsAction.getSearchResults()Return the current search results to the caller. -
Uses of SearchException in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean that throw SearchExceptionModifier and TypeMethodDescriptionStatisticAccessorBean.getAllFilterBy(String type) Deprecated, for removal: This API element is subject to removal in a future version.StatisticAccessorBean.getAllFilterBy(String type, StatisticAccessorBean.OrderBy orderBy, StatisticAccessorBean.Direction direction) Deprecated, for removal: This API element is subject to removal in a future version.longStatisticAccessorBean.getCount()Deprecated, for removal: This API element is subject to removal in a future version.Returns nuber of search results for this filterStatisticAccessorBean.getIssues()Deprecated, for removal: This API element is subject to removal in a future version.Returns a collection of found issues for this filterlongStatisticAccessorBean.getOpenByComponent()Deprecated, for removal: This API element is subject to removal in a future version.Stats by ComponentlongStatisticAccessorBean.getOpenByComponent(org.ofbiz.core.entity.GenericValue component) Deprecated, for removal: This API element is subject to removal in a future version.longStatisticAccessorBean.getOpenByFixFor()Deprecated, for removal: This API element is subject to removal in a future version.Stats by FixForlongStatisticAccessorBean.getOpenByFixFor(Version version) Deprecated, for removal: This API element is subject to removal in a future version.StatisticAccessorBean.getWrapper(StatisticsMapper mapper) Deprecated, for removal: This API element is subject to removal in a future version.StatisticAccessorBean.getWrapper(StatisticsMapper mapper, StatisticAccessorBean.OrderBy orderBy, StatisticAccessorBean.Direction direction) Deprecated, for removal: This API element is subject to removal in a future version.Returns aStatisticMapWrappercontaining ordered search statistic resultsStatisticAccessorBean.searchCountMap(String groupField) Deprecated, for removal: This API element is subject to removal in a future version.
RecentCommentManager.getRecentComments(com.atlassian.jira.issue.search.SearchRequest, com.atlassian.jira.user.ApplicationUser)instead.