Uses of Interface
com.atlassian.query.Query
Packages that use Query
Package
Description
-
Uses of Query in com.atlassian.jira.bc.issue.search
Methods in com.atlassian.jira.bc.issue.search that return QueryModifier and TypeMethodDescriptionSearchService.ParseResult.getQuery()SearchService.IssueSearchParameters.query()DefaultSearchService.sanitiseSearchQuery(ApplicationUser searcher, Query query) SearchService.sanitiseSearchQuery(ApplicationUser searcher, Query query) Returns an equivalentQuerywith all the potential "information leaks" removed, with regards to the specified user.Methods in com.atlassian.jira.bc.issue.search with parameters of type QueryModifier and TypeMethodDescriptionbooleanDefaultSearchService.doesQueryFitFilterForm(ApplicationUser user, Query query) booleanSearchService.doesQueryFitFilterForm(ApplicationUser user, Query query) Checks if aQueryis capable of being shown on the simple (GUI-based) issue navigator edit screen.QueryCache.getDoesQueryFitFilterFormCache(ApplicationUser searcher, Query query) Retrieve the result of the last doesQueryFitFiterForm operation in the current thread.QueryCacheImpl.getDoesQueryFitFilterFormCache(ApplicationUser searcher, Query query) DefaultSearchService.getGeneratedJqlString(Query query) SearchService.getGeneratedJqlString(Query query) Generates a JQL string representation for the passed query.DefaultSearchService.getJqlString(Query query) SearchService.getJqlString(Query query) Gets the JQL string representation for the passed query.DefaultSearchService.getQueryContext(ApplicationUser searcher, Query query) SearchService.getQueryContext(ApplicationUser searcher, Query query) Generates a full QueryContext for the specifiedQueryfor the searching user.QueryCache.getQueryContextCache(ApplicationUser searcher, Query query) Retrieve the result of the last getQueryContext operation in the current thread for theApplicationUserQuerypair.QueryCacheImpl.getQueryContextCache(ApplicationUser searcher, Query query) DefaultSearchService.getQueryString(ApplicationUser user, Query query) SearchService.getQueryString(ApplicationUser user, Query query) Deprecated.Since v7.1.DefaultSearchService.getSearchContext(ApplicationUser searcher, Query query) SearchService.getSearchContext(ApplicationUser searcher, Query query) This produces an old-styleSearchContextbased on the passed in search query and the user that is performing the search.DefaultSearchService.getSimpleQueryContext(ApplicationUser searcher, Query query) SearchService.getSimpleQueryContext(ApplicationUser searcher, Query query) Generates a simple QueryContext for the specifiedQueryfor the searching user.QueryCache.getSimpleQueryContextCache(ApplicationUser searcher, Query query) Retrieve the result of the last getSimpleQueryContext operation in the current thread for theApplicationUserQuerypair.QueryCacheImpl.getSimpleQueryContextCache(ApplicationUser searcher, Query query) DefaultSearchService.sanitiseSearchQuery(ApplicationUser searcher, Query query) SearchService.sanitiseSearchQuery(ApplicationUser searcher, Query query) Returns an equivalentQuerywith all the potential "information leaks" removed, with regards to the specified user.DefaultSearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, TrackHits trackHits, PagerFilter pager) DefaultSearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, PagerFilter pager) DefaultSearchService.search(ApplicationUser searcher, Query query, TrackHits trackHits, PagerFilter pager) DefaultSearchService.search(ApplicationUser searcher, Query query, PagerFilter pager) SearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, TrackHits trackHits, PagerFilter pager) Searches the index and returns issues within the pager's range.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, TrackHits trackHits, PagerFilter pager) Search the index, and only return issues that are in 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 not taking into account any security constraints.voidQueryCache.setDoesQueryFitFilterFormCache(ApplicationUser searcher, Query query, boolean doesItFit) Set the cached result of a doesQueryFitFiterForm operation on theApplicationUserQuerypair.voidQueryCacheImpl.setDoesQueryFitFilterFormCache(ApplicationUser searcher, Query query, boolean doesItFit) voidQueryCache.setQueryContextCache(ApplicationUser searcher, Query query, QueryContext queryContext) Set the cached result of a getQueryContext operation on theApplicationUserQuerypair.voidQueryCacheImpl.setQueryContextCache(ApplicationUser searcher, Query query, QueryContext queryContext) voidQueryCache.setSimpleQueryContextCache(ApplicationUser searcher, Query query, QueryContext queryContext) Set the cached result of a getSimpleQueryContext operation on theApplicationUserQuerypair.voidQueryCacheImpl.setSimpleQueryContextCache(ApplicationUser searcher, Query query, QueryContext queryContext) 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.voidQueryExecutionValidator.validateExecution(Query query) Implementation of this SPI is able to block JQL search on theSearchService.DefaultSearchService.validateQuery(ApplicationUser searcher, Query query) DefaultSearchService.validateQuery(ApplicationUser searcher, Query query, Long searchRequestId) SearchService.validateQuery(ApplicationUser searcher, Query query) Validates the specifiedQueryfor passed user.SearchService.validateQuery(ApplicationUser searcher, Query query, Long searchRequestId) Validates the specifiedQueryfor passed user and search request.Constructors in com.atlassian.jira.bc.issue.search with parameters of type Query -
Uses of Query in com.atlassian.jira.board
Methods in com.atlassian.jira.board that return QueryModifier and TypeMethodDescriptionBoardQueryService.getAugmentedQueryForDoneIssues(Query query) Augments a query to add additional clauses for filtering done issues for the purposes of display.BoardQueryServiceImpl.getAugmentedQueryForDoneIssues(Query query) Methods in com.atlassian.jira.board that return types with arguments of type QueryModifier and TypeMethodDescriptionBoardQueryService.getBaseQueryForBoard(ApplicationUser user, Board board) Returns the query originally associated with the JQL of a board, with the additional constraint of including only standard issue types.BoardQueryServiceImpl.getBaseQueryForBoard(ApplicationUser user, Board board) Methods in com.atlassian.jira.board with parameters of type QueryModifier and TypeMethodDescriptionBoardWorkflowService.getAccessibleStatuses(ApplicationUser user, Query query) Get the set of accessible statuses for issues potentially returned by the current query.DefaultBoardWorkflowService.getAccessibleStatuses(ApplicationUser user, Query query) BoardQueryService.getAugmentedQueryForDoneIssues(Query query) Augments a query to add additional clauses for filtering done issues for the purposes of display.BoardQueryServiceImpl.getAugmentedQueryForDoneIssues(Query query) BoardWorkflowService.getInitialStatusesForQuery(ApplicationUser user, Query query) Given a user and query, return the set of initial statuses of all workflows of issues in that query.DefaultBoardWorkflowService.getInitialStatusesForQuery(ApplicationUser user, Query query) @NotNull Collection<JiraWorkflow> BoardWorkflowService.getWorkflowsForQuery(@NotNull ApplicationUser user, @NotNull Query query) Given a user and query, return all JIRA workflows of issues in that query.@NotNull Collection<JiraWorkflow> DefaultBoardWorkflowService.getWorkflowsForQuery(@NotNull ApplicationUser user, @NotNull Query query) -
Uses of Query in com.atlassian.jira.charts
Methods in com.atlassian.jira.charts with parameters of type QueryModifier and TypeMethodDescriptionAverageAgeAggregator.computeAverageAge(ApplicationUser remoteUser, int days, ChartFactory.PeriodName periodName, Query query, Date endDate, TimeZone timeZone) -
Uses of Query in com.atlassian.jira.dashboarditem.statistics.service.statistics.searcher
Methods in com.atlassian.jira.dashboarditem.statistics.service.statistics.searcher with parameters of type QueryModifier and TypeMethodDescriptionStatisticsSearcher.completeOneDimensionalSearch(ApplicationUser user, Query query, StatType statType, boolean addEmptyStatTypeToChart) -
Uses of Query in com.atlassian.jira.dashboarditem.statistics.util
Methods in com.atlassian.jira.dashboarditem.statistics.util that return types with arguments of type QueryModifier and TypeMethodDescriptionio.atlassian.fugue.Option<Query> ProjectOrFilterQueryParser.getFilterQuery(ApplicationUser user, Query query) io.atlassian.fugue.Option<Query> ProjectOrFilterQueryParserImpl.getFilterQuery(ApplicationUser user, Query query) io.atlassian.fugue.Either<Query, ErrorCollection> QueryParser.getQuery(ApplicationUser user, String jql) Get the query for a given jql, otherwise an error collection if error.io.atlassian.fugue.Either<Query, ErrorCollection> QueryParserImpl.getQuery(ApplicationUser user, String jql) Methods in com.atlassian.jira.dashboarditem.statistics.util with parameters of type QueryModifier and TypeMethodDescriptionio.atlassian.fugue.Option<Query> ProjectOrFilterQueryParser.getFilterQuery(ApplicationUser user, Query query) io.atlassian.fugue.Option<Query> ProjectOrFilterQueryParserImpl.getFilterQuery(ApplicationUser user, Query query) ProjectOrFilterQueryParser.getQueryInformation(ApplicationUser user, Query query) ProjectOrFilterQueryParserImpl.getQueryInformation(ApplicationUser user, Query query) QueryUrlSupplier.getUrlForQuery(Query query) QueryUrlSupplierImpl.getUrlForQuery(Query query) QueryUrlSupplier.getUrlForQueryWithVersion(Query query, Version version) QueryUrlSupplierImpl.getUrlForQueryWithVersion(Query query, Version version) -
Uses of Query in com.atlassian.jira.gadgets.system
Methods in com.atlassian.jira.gadgets.system with parameters of type Query -
Uses of Query in com.atlassian.jira.issue.customfields.searchers.renderer
Methods in com.atlassian.jira.issue.customfields.searchers.renderer with parameters of type QueryModifier and TypeMethodDescriptionbooleanCustomFieldRenderer.isRelevantForQuery(ApplicationUser user, Query query) -
Uses of Query in com.atlassian.jira.issue.customfields.searchers.transformer
Methods in com.atlassian.jira.issue.customfields.searchers.transformer with parameters of type QueryModifier and TypeMethodDescriptionbooleanCascadingSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanExactNumberCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanExactTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanFreeTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanMultiGroupCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanMultiSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanNumberRangeCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanProjectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanUserPickerCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) protected abstract CustomFieldParamsAbstractCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) Gets CustomField search parameters from the given JQL Query.protected CustomFieldParamsAbstractSingleValueCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) protected CustomFieldParamsCascadingSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) protected CustomFieldParamsMultiGroupCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) protected CustomFieldParamsMultiSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) protected CustomFieldParamsNumberRangeCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) protected CustomFieldParamsProjectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) protected CustomFieldParamsSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) protected CustomFieldParamsUserPickerCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) NumberRangeCustomFieldInputHelper.getValuesFromQuery(Query query) Returns a list of the valid for navigatorTerminalClauses in theQuery.voidAbstractCustomFieldSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) -
Uses of Query in com.atlassian.jira.issue.search
Fields in com.atlassian.jira.issue.search declared as QueryMethods in com.atlassian.jira.issue.search that return QueryModifier and TypeMethodDescriptionSearchRequest.getQuery()Gets the SearchQuery that defines the search that will be performed for this SearchRequest.SearchRequestInfo.getQuery()Methods in com.atlassian.jira.issue.search with parameters of type QueryModifier and TypeMethodDescriptionDefaultSearchRequestFactory.createFromQuery(SearchRequest oldSearchRequest, ApplicationUser searchUser, Query query) SearchRequestFactory.createFromQuery(SearchRequest oldSearchRequest, ApplicationUser searchUser, Query query) Takes a user, a SearchQuery and an original search request that are used to create an object representation of the search request.voidConstructors in com.atlassian.jira.issue.search with parameters of type QueryModifierConstructorDescriptionMockJqlSearchRequest(Long id, Query query) SearchRequest(Query query) Creates a SearchRequest with the specifiedQueryand no other attributes.SearchRequest(Query query, ApplicationUser owner, String name, String description) Build a SearchRequest with the provided attributes, this can be used if you want to create a SearchRequest that can be persisted.SearchRequest(Query query, ApplicationUser owner, String name, String description, Long id, long favouriteCount) Build a SearchRequest with the provided attributes.SearchRequest(Query query, String ownerUserName, String name, String description) Deprecated.SearchRequest(Query query, String ownerUserName, String name, String description, Long id, long favouriteCount) SearchRequestInfo(Query query, Long id, boolean modified) -
Uses of Query in com.atlassian.jira.issue.search.metrics
Methods in com.atlassian.jira.issue.search.metrics that return QueryConstructors in com.atlassian.jira.issue.search.metrics with parameters of type QueryModifierConstructorDescriptionQueryExecutionEvent(Query query, QueryTermMetrics queryTermMetrics, long executionTime, long numberOfResults) -
Uses of Query in com.atlassian.jira.issue.search.providers
Methods in com.atlassian.jira.issue.search.providers that return QueryModifier and TypeMethodDescriptionPropertyTypeInfoQueryModifier.addPropertyTypeInfoToQuery(Query original) Methods in com.atlassian.jira.issue.search.providers with parameters of type QueryModifier and TypeMethodDescriptionPropertyTypeInfoQueryModifier.addPropertyTypeInfoToQuery(Query original) -
Uses of Query in com.atlassian.jira.issue.search.searchers.renderer
Methods in com.atlassian.jira.issue.search.searchers.renderer with parameters of type QueryModifier and TypeMethodDescriptionbooleanAbstractDateSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanAbstractProjectConstantsRenderer.isRelevantForQuery(ApplicationUser user, Query query) protected booleanAbstractSearchRenderer.isRelevantForQuery(ClauseNames clauseNames, Query query) booleanAbstractUserSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanGenericTextSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanIssueConstantsSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanIssueLinkTypesSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanIssueTypeSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanLabelsSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanProjectSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) Checks if the searchRequest object has a search representation that was created by the searcher and is used to determine if themethod should be called when rendering the search summary.invalid reference
#getViewHtml(User, com.atlassian.jira.issue.search.SearchContext, com.atlassian.jira.issue.transport.FieldValuesHolder, java.util.Map, webwork.action.Action)booleanTextQuerySearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) booleanWorkRatioSearchRenderer.isRelevantForQuery(ApplicationUser user, Query query) -
Uses of Query in com.atlassian.jira.issue.search.searchers.transformer
Methods in com.atlassian.jira.issue.search.searchers.transformer with parameters of type QueryModifier and TypeMethodDescriptionbooleanNavigatorStructureChecker.checkSearchRequest(Query query) Checks that aSearchRequest's query conforms to the simple structure required to fit in the Issue Navigator.booleanNavigatorStructureChecker.checkSearchRequest(Query query, SearchContext searchContext) Deprecated.Since 6.3.4.booleanCustomFieldLabelsSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanDateSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanIdIndexedSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanIssueLinkTypesSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanKickassUserSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) Determines whether the given query can be represented in basic mode.booleanLabelsSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanProjectSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanRelativeDateSearcherInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) Tells the caller whether or not the relevant clauses from the passed query can be represented on the issue navigator.booleanTextQuerySearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) booleanUserSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser searcher, Query query, SearchContext searchContext) booleanWorkRatioSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext) ProjectSearchInputTransformer.getIdValuesAsStrings(ApplicationUser searcher, Query query) protected List<TerminalClause> UserSearchInputTransformer.getMatchingClauses(Set<String> jqlClauseNames, Query query) protected CustomFieldParamsCustomFieldLabelsSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext) voidDateSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) voidIdIndexedSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) voidIssueLinkTypesSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) voidKickassUserSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) Populates aFieldValuesHolderfrom aQuery.voidLabelsSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) voidProjectSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) voidRelativeDateSearcherInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) voidSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) This method transforms any query information contained in the query that is relevant to this SearchInputTransformer into the values that the HTML rendering expects.voidTextQuerySearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) voidUserSearchInputTransformer.populateFromQuery(ApplicationUser searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) voidWorkRatioSearchInputTransformer.populateFromQuery(ApplicationUser user, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext) -
Uses of Query in com.atlassian.jira.issue.search.searchers.util
Methods in com.atlassian.jira.issue.search.searchers.util with parameters of type QueryModifier and TypeMethodDescriptionDefaultIndexedInputHelper.getAllIndexValuesForMatchingClauses(ApplicationUser searcher, ClauseNames jqlClauseNames, Query query) IndexedInputHelper.getAllIndexValuesForMatchingClauses(ApplicationUser searcher, ClauseNames jqlClauseNames, Query query) Retrieves the index values for the clauses in theSearchRequest.DefaultIndexedInputHelper.getAllNavigatorValuesForMatchingClauses(ApplicationUser searcher, ClauseNames jqlClauseNames, Query query) IndexedInputHelper.getAllNavigatorValuesForMatchingClauses(ApplicationUser searcher, ClauseNames jqlClauseNames, Query query) Retreives the navigator id values for the values in the clauses. -
Uses of Query in com.atlassian.jira.issue.search.util
Methods in com.atlassian.jira.issue.search.util that return QueryModifier and TypeMethodDescriptionQueryOptimizer.optimizeQuery(Query query) Optimize aQueryRedundantClausesQueryOptimizer.optimizeQuery(Query query) Methods in com.atlassian.jira.issue.search.util with parameters of type QueryModifier and TypeMethodDescriptionSearchSortUtil.getSearchSorts(Query query) Deprecated.SearchSortUtilImpl.getSearchSorts(Query query) QueryOptimizer.optimizeQuery(Query query) Optimize aQueryRedundantClausesQueryOptimizer.optimizeQuery(Query query) -
Uses of Query in com.atlassian.jira.issue.statistics
Method parameters in com.atlassian.jira.issue.statistics with type arguments of type QueryModifier and TypeMethodDescriptionStatisticsManager.getObjectsResultingFrom(Optional<Query> query, String statsObject) Returns objects that the issues resulting from the given query belong to, and the number of issues for each object.StatisticsManagerImpl.getObjectsResultingFrom(Optional<Query> query, String statsObject) ProjectStatisticsManager.getProjectsResultingFrom(Optional<Query> query) Returns all the projects that the issues resulting from the given query belong to.ProjectStatisticsManagerImpl.getProjectsResultingFrom(Optional<Query> query) Returns all the projects that the issues resulting from the given query belong to.ComponentStatisticsManager.getProjectsWithComponentsWithIssueCount(Optional<Query> query) This method evaluates the query, and returns all the projects and components that the issues resulting from the given query belong to, along with the issue count for each component.ComponentStatisticsManagerImpl.getProjectsWithComponentsWithIssueCount(Optional<Query> query) This method evaluates the query, and returns all the projects and components that the issues resulting from the given query belong to, along with the issue count for each component.StatisticsManager.getProjectsWithItemsWithIssueCount(Optional<Query> query, Function<T, Long> objToProjectIdMapper, String objectType) This method returns objects the issues resulting from the given query belong to.StatisticsManagerImpl.getProjectsWithItemsWithIssueCount(Optional<Query> query, Function<T, Long> objToProjectIdMapper, String objectType) -
Uses of Query in com.atlassian.jira.jql.builder
Methods in com.atlassian.jira.jql.builder that return QueryModifier and TypeMethodDescriptionJqlClauseBuilder.buildQuery()Builds aQueryusing the current builder.JqlOrderByBuilder.buildQuery()Call this method to build aQueryusing the current builder.JqlQueryBuilder.buildQuery()This will find the root of the clause tree and build aQuerywhos where clause will return the generated clause and Order By clause will return the generated search order.Methods in com.atlassian.jira.jql.builder with parameters of type QueryModifier and TypeMethodDescriptionstatic JqlQueryBuilderJqlQueryBuilder.newBuilder(Query existingQuery) Creates a new builder that clones the state of the passed in query so that you can use the resulting builder to create a slightly modified query.static JqlClauseBuilderJqlQueryBuilder.newClauseBuilder(Query query) Build a newJqlClauseBuilderand initialise it with the clause from the passed query.static JqlOrderByBuilderJqlQueryBuilder.newOrderByBuilder(Query query) Build a newJqlOrderByBuilderand initialise it with the order from the passed query. -
Uses of Query in com.atlassian.jira.jql.parser
Methods in com.atlassian.jira.jql.parser that return QueryModifier and TypeMethodDescriptionfinal QueryDefaultJqlQueryParser.parseQuery(String jqlQuery) JqlQueryParser.parseQuery(String jqlQuery) Parse the passed JQL string into its SearchQuery representation. -
Uses of Query in com.atlassian.jira.jql.util
Methods in com.atlassian.jira.jql.util that return QueryModifier and TypeMethodDescriptionDefaultJqlQueryTransformer.transformIdsToNames(Query query) DefaultJqlQueryTransformer.transformIdsToNames(String query) JqlQueryTransformer.transformIdsToNames(Query query) Returns a Query object whose fields ids are replaced by fields names.JqlQueryTransformer.transformIdsToNames(String query) Returns a Query object whose fields ids are replaced by fields names.DefaultJqlQueryTransformer.transformNamesToIds(Query query) DefaultJqlQueryTransformer.transformNamesToIds(String query) JqlQueryTransformer.transformNamesToIds(Query query) Returns a Query object whose fields names are replaced by fields ids.JqlQueryTransformer.transformNamesToIds(String query) Returns a Query object whose fields names are replaced by fields ids.Methods in com.atlassian.jira.jql.util with parameters of type QueryModifier and TypeMethodDescriptionJqlStringSupport.generateJqlString(Query query) Generates a JQL string representation for the passed query.JqlStringSupportImpl.generateJqlString(Query query) DefaultJqlQueryTransformer.transformIdsToNames(Query query) JqlQueryTransformer.transformIdsToNames(Query query) Returns a Query object whose fields ids are replaced by fields names.DefaultJqlQueryTransformer.transformNamesToIds(Query query) JqlQueryTransformer.transformNamesToIds(Query query) Returns a Query object whose fields names are replaced by fields ids. -
Uses of Query in com.atlassian.jira.lucene.internal.issue.search
Methods in com.atlassian.jira.lucene.internal.issue.search that return QueryModifier and TypeMethodDescriptionSearchQuery.getQuery()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.jira.lucene.internal.issue.search with parameters of type QueryModifier and TypeMethodDescriptionstatic SearchQuerySearchQuery.create(Query query, ApplicationUser searcher) Deprecated, for removal: This API element is subject to removal in a future version.Creates basicSearchQuerywith defaultSearchQuery.overrideSecurity= falseandSearchQuery.luceneQuery= null. -
Uses of Query in com.atlassian.jira.project.browse
Methods in com.atlassian.jira.project.browse that return QueryModifier and TypeMethodDescriptionBrowseContext.createQuery()Creates a newQuerythat narrows it down to the current search context.BrowseProjectContext.createQuery() -
Uses of Query in com.atlassian.jira.projects
Methods in com.atlassian.jira.projects with parameters of type QueryModifier and TypeMethodDescriptionCreates URL for given JQL query.longQueryHelper.countIssues(Query query) Counts issues in given JQL query -
Uses of Query in com.atlassian.jira.projects.legacy.versionpanel
Methods in com.atlassian.jira.projects.legacy.versionpanel that return Query -
Uses of Query in com.atlassian.jira.projects.page.summary.issue.summary.vignettes.service
Methods in com.atlassian.jira.projects.page.summary.issue.summary.vignettes.service that return QueryModifier and TypeMethodDescriptionJqlFactory.getQueryForAllIssues(Project project) JqlFactory.getQueryForAllIssuesWithNoPriority(Project project) JqlFactory.getQueryForAllIssuesWithPriority(Project project, Priority priority) JqlFactory.getQueryForAllUnassignedAndUnresolvedIssues(Project project) JqlFactory.getQueryForAllUnresolvedIssues(Project project) JqlFactory.getQueryForAllUnresolvedIssuesWithAssignee(Project project, ApplicationUser assignee) -
Uses of Query in com.atlassian.jira.search
Methods in com.atlassian.jira.search with parameters of type QueryModifier and TypeMethodDescriptionQuerySortExtractorImpl.getQuerySortFromQuery(Query query, boolean overrideSecurity, ApplicationUser searcher) -
Uses of Query in com.atlassian.jira.search.issue
Methods in com.atlassian.jira.search.issue that return QueryModifier and TypeMethodDescriptionDocumentSearchRequest.jqlQuery()Returns the JQL query to match documents.Methods in com.atlassian.jira.search.issue with parameters of type QueryModifier and TypeMethodDescriptionIssueQueryFactory.createIssueQuery(ApplicationUser searcher, Query jqlQuery, Query filterQuery, boolean overrideSecurity) longDefaultIssueDocumentSearchService.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) QuerySortExtractor.getQuerySortFromQuery(Query query, boolean overrideSecurity, ApplicationUser searcher) -
Uses of Query in com.atlassian.jira.search.jql
Methods in com.atlassian.jira.search.jql with parameters of type QueryModifier and TypeMethodDescriptionDefaultQueryFactory.createIssueQuery(ApplicationUser searcher, Query jqlQuery, Query filterQuery, boolean overrideSecurity) -
Uses of Query in com.atlassian.jira.web.action.admin.issuefields
Methods in com.atlassian.jira.web.action.admin.issuefields that return QueryModifier and TypeMethodDescriptionprotected QueryEditFieldLayoutItemRenderer.getEffectedIssuesQuery() -
Uses of Query in com.atlassian.jira.web.action.issue
Fields in com.atlassian.jira.web.action.issue declared as QueryModifier and TypeFieldDescriptionfinal QueryIssueNavigatorToolsHelper.SearchRequestInfo.queryqueryMethods in com.atlassian.jira.web.action.issue with parameters of type QueryModifier and TypeMethodDescriptionIssueNavigatorSearchResultsHelper.getSearchResults(Query query, boolean isPageChanged) Deprecated.IssueNavigatorSearchResultsHelperImpl.getSearchResults(Query query, boolean isPageChanged) Constructors in com.atlassian.jira.web.action.issue with parameters of type QueryModifierConstructorDescriptionSearchRequestInfo(Long filterId, Query query, boolean useColumns, boolean skipColumns, String ownerUserName) SearchRequestInfo(Long filterId, Query query, boolean useColumns, String ownerUserName) -
Uses of Query in com.atlassian.query
Classes in com.atlassian.query that implement QueryModifier and TypeClassDescriptionclassDefines a structured graph of objects that can be used to represent query.Methods in com.atlassian.query with parameters of type QueryModifier and TypeMethodDescriptionPersonalDataInQueryFindingService.containsUserData(ApplicationUser user, Query query) Test the given query to find out whether it contains any references to the given user.PersonalDataInQueryFindingServiceImpl.containsUserData(ApplicationUser user, Query query) -
Uses of Query in com.codebarrel.jira.search
Methods in com.codebarrel.jira.search with parameters of type QueryModifier and TypeMethodDescriptionNativeSearchService.search(ApplicationUser user, Query query, PagerFilter filter) NativeSearchService.validateQuery(ApplicationUser user, Query query) -
Uses of Query in com.codebarrel.jira.search.compat
Methods in com.codebarrel.jira.search.compat with parameters of type QueryModifier and TypeMethodDescriptionNativeSearchService7_Compatibility.search(ApplicationUser user, Query query, PagerFilter filter) NativeSearchServiceCompatibilityImpl.search(ApplicationUser user, Query query, PagerFilter filter) AbstractNativeSearchServiceCompatibility.validateQuery(ApplicationUser user, Query query)