Uses of Interface
com.atlassian.query.Query

Packages that use Query
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.issue.customfields.searchers.renderer   
com.atlassian.jira.issue.customfields.searchers.transformer   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.providers   
com.atlassian.jira.issue.search.searchers.renderer   
com.atlassian.jira.issue.search.searchers.transformer   
com.atlassian.jira.issue.search.searchers.util   
com.atlassian.jira.issue.search.util   
com.atlassian.jira.jql.builder   
com.atlassian.jira.jql.parser   
com.atlassian.jira.jql.util   
com.atlassian.jira.plugin.componentpanel   
com.atlassian.jira.plugin.versionpanel   
com.atlassian.jira.project.browse   
com.atlassian.jira.web.action.admin.issuefields   
com.atlassian.jira.web.action.admin.issuetypes   
com.atlassian.jira.web.action.issue   
com.atlassian.query   
 

Uses of Query in com.atlassian.jira.bc.issue.search
 

Methods in com.atlassian.jira.bc.issue.search that return Query
 Query SearchService.ParseResult.getQuery()
           
 Query DefaultSearchService.sanitiseSearchQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 Query SearchService.sanitiseSearchQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Returns an equivalent Query with all the potential "information leaks" removed, with regards to the specified user.
 

Methods in com.atlassian.jira.bc.issue.search with parameters of type Query
 boolean DefaultSearchService.doesQueryFitFilterForm(com.atlassian.crowd.embedded.api.User user, Query query)
           
 boolean SearchService.doesQueryFitFilterForm(com.atlassian.crowd.embedded.api.User user, Query query)
          Checks if a Query is capable of being shown on the simple (GUI-based) issue navigator edit screen.
 Boolean QueryCache.getDoesQueryFitFilterFormCache(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Retrieve the result of the last doesQueryFitFiterForm operation in the current thread.
 Boolean QueryCacheImpl.getDoesQueryFitFilterFormCache(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 String DefaultSearchService.getGeneratedJqlString(Query query)
           
 String SearchService.getGeneratedJqlString(Query query)
          Generates a JQL string representation for the passed query.
 String DefaultSearchService.getJqlString(Query query)
           
 String SearchService.getJqlString(Query query)
          Gets the JQL string representation for the passed query.
 QueryContext DefaultSearchService.getQueryContext(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 QueryContext SearchService.getQueryContext(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Generates a full QueryContext for the specified Query for the searching user.
 QueryContext QueryCache.getQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Retrieve the result of the last getQueryContext operation in the current thread for the User Query pair.
 QueryContext QueryCacheImpl.getQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 String DefaultSearchService.getQueryString(com.atlassian.crowd.embedded.api.User user, Query query)
           
 String SearchService.getQueryString(com.atlassian.crowd.embedded.api.User user, Query query)
          Returns the query string to represent the specified SearchQuery.
 SearchContext DefaultSearchService.getSearchContext(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 SearchContext SearchService.getSearchContext(com.atlassian.crowd.embedded.api.User searcher, Query query)
          This produces an old-style SearchContext based on the passed in search query and the user that is performing the search.
 QueryContext DefaultSearchService.getSimpleQueryContext(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 QueryContext SearchService.getSimpleQueryContext(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Generates a simple QueryContext for the specified Query for the searching user.
 QueryContext QueryCache.getSimpleQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Retrieve the result of the last getSimpleQueryContext operation in the current thread for the User Query pair.
 QueryContext QueryCacheImpl.getSimpleQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 Query DefaultSearchService.sanitiseSearchQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 Query SearchService.sanitiseSearchQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Returns an equivalent Query with all the potential "information leaks" removed, with regards to the specified user.
 SearchResults DefaultSearchService.search(com.atlassian.crowd.embedded.api.User searcher, Query query, PagerFilter pager)
           
 SearchResults SearchService.search(com.atlassian.crowd.embedded.api.User searcher, Query query, PagerFilter pager)
          Search the index, and only return issues that are in the pager's range.
 long DefaultSearchService.searchCount(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 long SearchService.searchCount(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Search the index, and return the count of the issues matching the query.
 void QueryCache.setDoesQueryFitFilterFormCache(com.atlassian.crowd.embedded.api.User searcher, Query query, boolean doesItFit)
          Set the cached result of a doesQueryFitFiterForm operation on the User Query pair.
 void QueryCacheImpl.setDoesQueryFitFilterFormCache(com.atlassian.crowd.embedded.api.User searcher, Query query, boolean doesItFit)
           
 void QueryCache.setQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query, QueryContext queryContext)
          Set the cached result of a getQueryContext operation on the User Query pair.
 void QueryCacheImpl.setQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query, QueryContext queryContext)
           
 void QueryCache.setSimpleQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query, QueryContext queryContext)
          Set the cached result of a getSimpleQueryContext operation on the User Query pair.
 void QueryCacheImpl.setSimpleQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query, QueryContext queryContext)
           
 MessageSet DefaultSearchService.validateQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 MessageSet SearchService.validateQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Validates the specified Query for the searching user.
 

Constructors in com.atlassian.jira.bc.issue.search with parameters of type Query
SearchService.ParseResult(Query query, MessageSet errors)
           
 

Uses of Query in com.atlassian.jira.issue.customfields.searchers.renderer
 

Methods in com.atlassian.jira.issue.customfields.searchers.renderer with parameters of type Query
 boolean CustomFieldRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, 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 Query
 boolean SelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean ProjectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean GroupCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean MultiSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean CascadingSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean UserPickerCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean ExactTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean NumberRangeCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean ExactNumberCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean VersionCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean FreeTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams SelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams ProjectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams MultiSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams CascadingSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams UserPickerCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams NumberRangeCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams AbstractSingleValueCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams VersionCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected abstract  CustomFieldParams AbstractCustomFieldSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
          Gets CustomField search parameters from the given JQL Query.
 List<TerminalClause> NumberRangeCustomFieldInputHelper.getValuesFromQuery(Query query)
          Returns a list of the valid for navigator TerminalClauses in the Query.
 void AbstractCustomFieldSearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 

Uses of Query in com.atlassian.jira.issue.search
 

Methods in com.atlassian.jira.issue.search that return Query
 Query SearchRequest.getQuery()
          Gets the SearchQuery that defines the search that will be performed for this SearchRequest.
 

Methods in com.atlassian.jira.issue.search with parameters of type Query
 SearchRequest DefaultSearchRequestFactory.createFromQuery(SearchRequest oldSearchRequest, com.atlassian.crowd.embedded.api.User searchUser, Query query)
           
 SearchRequest SearchRequestFactory.createFromQuery(SearchRequest oldSearchRequest, com.atlassian.crowd.embedded.api.User 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.
 void SearchProvider.search(Query query, com.atlassian.crowd.embedded.api.User searcher, org.apache.lucene.search.Collector Collector)
          Run a search based on the provided search criteria and, for each match, call Collector.collect().
 void SearchProvider.search(Query query, com.atlassian.crowd.embedded.api.User searcher, org.apache.lucene.search.Collector Collector, org.apache.lucene.search.Query andQuery)
          Run a search based on the provided search criteria and, for each match, call Collector.collect().
 SearchResults SearchProvider.search(Query query, com.atlassian.crowd.embedded.api.User searcher, PagerFilter pager)
          Search the index, and only return issues that are in the pager's range.
 SearchResults SearchProvider.search(Query query, com.atlassian.crowd.embedded.api.User searcher, PagerFilter pager, org.apache.lucene.search.Query andQuery)
          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.
 void SearchProvider.searchAndSort(Query query, com.atlassian.crowd.embedded.api.User searcher, org.apache.lucene.search.Collector Collector, PagerFilter pager)
          Run a search based on the provided search criteria and, for each match call Collector.collect().
 void SearchProvider.searchAndSortOverrideSecurity(Query query, com.atlassian.crowd.embedded.api.User searcher, org.apache.lucene.search.Collector Collector, PagerFilter pager)
          Run a search based on the provided search criteria and, for each match call Collector.collect().
 long SearchProvider.searchCount(Query query, com.atlassian.crowd.embedded.api.User searcher)
          Return the number of issues matching the provided search criteria.
 long SearchProvider.searchCountOverrideSecurity(Query query, com.atlassian.crowd.embedded.api.User searcher)
          Return the number of issues matching the provided search criteria, overridding any security constraints.
 void SearchProvider.searchOverrideSecurity(Query query, com.atlassian.crowd.embedded.api.User searcher, org.apache.lucene.search.Collector Collector)
          Run a search based on the provided search criteria and, for each match, call Collector.collect() not taking into account any security constraints.
 SearchResults SearchProvider.searchOverrideSecurity(Query query, com.atlassian.crowd.embedded.api.User searcher, PagerFilter pager, org.apache.lucene.search.Query andQuery)
          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.
 void SearchRequest.setQuery(Query query)
           
 

Constructors in com.atlassian.jira.issue.search with parameters of type Query
SearchRequest(Query query)
          Creates a SearchRequest with the specified Query and no other attributes.
SearchRequest(Query query, String ownerUserName, 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, String ownerUserName, String name, String description, Long id, long favouriteCount)
          Build a SearchRequest with the provided attributes.
 

Uses of Query in com.atlassian.jira.issue.search.providers
 

Methods in com.atlassian.jira.issue.search.providers with parameters of type Query
 void LuceneSearchProvider.search(Query query, com.atlassian.crowd.embedded.api.User user, org.apache.lucene.search.Collector collector)
           
 void LuceneSearchProvider.search(Query query, com.atlassian.crowd.embedded.api.User searcher, org.apache.lucene.search.Collector collector, org.apache.lucene.search.Query andQuery)
           
 SearchResults LuceneSearchProvider.search(Query query, com.atlassian.crowd.embedded.api.User searcher, PagerFilter pager)
           
 SearchResults LuceneSearchProvider.search(Query query, com.atlassian.crowd.embedded.api.User searcher, PagerFilter pager, org.apache.lucene.search.Query andQuery)
           
 void LuceneSearchProvider.searchAndSort(Query query, com.atlassian.crowd.embedded.api.User user, org.apache.lucene.search.Collector collector, PagerFilter pagerFilter)
           
 void LuceneSearchProvider.searchAndSortOverrideSecurity(Query query, com.atlassian.crowd.embedded.api.User user, org.apache.lucene.search.Collector collector, PagerFilter pagerFilter)
           
 long LuceneSearchProvider.searchCount(Query query, com.atlassian.crowd.embedded.api.User user)
           
 long LuceneSearchProvider.searchCountOverrideSecurity(Query query, com.atlassian.crowd.embedded.api.User user)
           
 void LuceneSearchProvider.searchOverrideSecurity(Query query, com.atlassian.crowd.embedded.api.User user, org.apache.lucene.search.Collector collector)
           
 SearchResults LuceneSearchProvider.searchOverrideSecurity(Query query, com.atlassian.crowd.embedded.api.User searcher, PagerFilter pager, org.apache.lucene.search.Query andQuery)
           
 

Uses of Query in com.atlassian.jira.issue.search.searchers.renderer
 

Methods in com.atlassian.jira.issue.search.searchers.renderer with parameters of type Query
protected  boolean AbstractSearchRenderer.isRelevantForQuery(ClauseNames clauseNames, Query query)
           
 boolean WorkRatioSearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 boolean QuerySearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 boolean AbstractUserSearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 boolean AbstractProjectConstantsRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 boolean IssueTypeSearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 boolean LabelsSearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 boolean IssueConstantsSearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 boolean ProjectSearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 boolean SearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, Query query)
          Checks if the searchRequest object has a search representation that was created by the searcher and is used to determine if the SearchRenderer.getViewHtml(User, com.atlassian.jira.issue.search.SearchContext, com.atlassian.jira.issue.transport.FieldValuesHolder, java.util.Map, webwork.action.Action) method should be called when rendering the search summary.
 boolean AbstractDateSearchRenderer.isRelevantForQuery(com.atlassian.crowd.embedded.api.User searcher, 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 Query
 boolean NavigatorStructureChecker.checkSearchRequest(Query query, SearchContext searchContext)
          Checks that a SearchRequest's query conforms to the simple structure required to fit in the Issue Navigator.
 boolean ProjectSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean DateSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean LabelsSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean CustomFieldLabelsSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean IdIndexedSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean QuerySearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean VersionSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean WorkRatioSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean UserSearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean RelativeDateSearcherInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 boolean SearchInputTransformer.doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
          Tells the caller whether or not the relevant clauses from the passed query can be represented on the issue navigator.
 Set<String> ProjectSearchInputTransformer.getIdValuesAsStrings(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 Set<String> ProjectSearchInputTransformer.getNavigatorValuesAsStrings(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
protected  CustomFieldParams CustomFieldLabelsSearchInputTransformer.getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
           
 void ProjectSearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 void DateSearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 void LabelsSearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 void IdIndexedSearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 void QuerySearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 void WorkRatioSearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 void UserSearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 void RelativeDateSearcherInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, FieldValuesHolder fieldValuesHolder, Query query, SearchContext searchContext)
           
 void SearchInputTransformer.populateFromQuery(com.atlassian.crowd.embedded.api.User searcher, 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.
 

Uses of Query in com.atlassian.jira.issue.search.searchers.util
 

Methods in com.atlassian.jira.issue.search.searchers.util with parameters of type Query
 Set<String> IndexedInputHelper.getAllIndexValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher, ClauseNames jqlClauseNames, Query query, SearchContext searchContext)
          Retrieves the index values for the clauses in the SearchRequest.
 Set<String> DefaultIndexedInputHelper.getAllIndexValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher, ClauseNames jqlClauseNames, Query query, SearchContext searchContext)
           
 Set<String> IndexedInputHelper.getAllNavigatorValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher, ClauseNames jqlClauseNames, Query query, SearchContext searchContext)
          Retreives the navigator id values for the values in the clauses.
 Set<String> DefaultIndexedInputHelper.getAllNavigatorValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher, ClauseNames jqlClauseNames, Query query, SearchContext searchContext)
           
 

Uses of Query in com.atlassian.jira.issue.search.util
 

Methods in com.atlassian.jira.issue.search.util that return Query
 Query QueryOptimizer.optimizeQuery(Query query)
          Optimize a Query
 Query RedundantClausesQueryOptimizer.optimizeQuery(Query query)
           
 

Methods in com.atlassian.jira.issue.search.util with parameters of type Query
 List<SearchSort> SearchSortUtilImpl.getSearchSorts(Query query)
           
 List<SearchSort> SearchSortUtil.getSearchSorts(Query query)
           
 Query QueryOptimizer.optimizeQuery(Query query)
          Optimize a Query
 Query RedundantClausesQueryOptimizer.optimizeQuery(Query query)
           
 

Uses of Query in com.atlassian.jira.jql.builder
 

Methods in com.atlassian.jira.jql.builder that return Query
 Query JqlClauseBuilder.buildQuery()
          Call this method to build a Query using the current builder.
 Query JqlQueryBuilder.buildQuery()
          This will find the root of the clause tree and build a Query whos where clause will return the generated clause and Order By clause will return the generated search order.
 Query JqlOrderByBuilder.buildQuery()
          Call this method to build a Query using the current builder.
 

Methods in com.atlassian.jira.jql.builder with parameters of type Query
static JqlQueryBuilder JqlQueryBuilder.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 JqlClauseBuilder JqlQueryBuilder.newClauseBuilder(Query query)
          Build a new JqlClauseBuilder and initialise it with the clause from the passed query.
static JqlOrderByBuilder JqlQueryBuilder.newOrderByBuilder(Query query)
          Build a new JqlOrderByBuilder and 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 Query
 Query DefaultJqlQueryParser.parseQuery(String jqlQuery)
           
 Query 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 with parameters of type Query
 String JqlStringSupportImpl.generateJqlString(Query query)
           
 String JqlStringSupport.generateJqlString(Query query)
          Generates a JQL string representation for the passed query.
 

Uses of Query in com.atlassian.jira.plugin.componentpanel
 

Methods in com.atlassian.jira.plugin.componentpanel that return Query
 Query BrowseComponentContextImpl.createQuery()
           
 

Uses of Query in com.atlassian.jira.plugin.versionpanel
 

Methods in com.atlassian.jira.plugin.versionpanel that return Query
 Query BrowseVersionContextImpl.createQuery()
           
 

Uses of Query in com.atlassian.jira.project.browse
 

Methods in com.atlassian.jira.project.browse that return Query
 Query BrowseProjectContext.createQuery()
           
 Query BrowseContext.createQuery()
          Creates a new Query that narrows it down to the current search context.
 

Uses of Query in com.atlassian.jira.web.action.admin.issuefields
 

Methods in com.atlassian.jira.web.action.admin.issuefields that return Query
protected  Query EditFieldLayoutItemRenderer.getEffectedIssuesQuery()
           
 

Uses of Query in com.atlassian.jira.web.action.admin.issuetypes
 

Methods in com.atlassian.jira.web.action.admin.issuetypes that return Query
protected  Query AbstractManageIssueTypeOptionsAction.getQuery(Collection<Long> projectIds, Collection<String> obseleteIssueTypeIds)
           
 

Uses of Query in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue with parameters of type Query
protected  void SearchDescriptionEnabledAction.populateFieldValuesHolderFromQuery(Query query, FieldValuesHolder fieldValuesHolder)
           
 

Uses of Query in com.atlassian.query
 

Classes in com.atlassian.query that implement Query
 class QueryImpl
          Defines a structured graph of objects that can be used to represent query.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.