Uses of Interface
com.atlassian.jira.jql.context.QueryContext

Packages that use QueryContext
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.layout.column   
com.atlassian.jira.jql.context   
com.atlassian.jira.jql.util   
 

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

Methods in com.atlassian.jira.bc.issue.search that return QueryContext
 QueryContext QueryContextConverter.getQueryContext(SearchContext searchContext)
          Converts a SearchContext representation into the QueryContext of a search context.
 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 QueryCacheImpl.getQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 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 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 QueryCacheImpl.getSimpleQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query)
           
 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.
 

Methods in com.atlassian.jira.bc.issue.search with parameters of type QueryContext
 SearchContext QueryContextConverter.getSearchContext(QueryContext queryContext)
          Converts a QueryContext into a SearchContext.
 void QueryCacheImpl.setQueryContextCache(com.atlassian.crowd.embedded.api.User searcher, Query query, QueryContext queryContext)
           
 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.setSimpleQueryContextCache(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.
 

Uses of QueryContext in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields with parameters of type QueryContext
 Set<NavigableField> MockFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user, QueryContext queryContext)
           
 Set<NavigableField> DefaultFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User remoteUser, QueryContext queryContext)
           
 Set<NavigableField> FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user, QueryContext queryContext)
          Gets all the available fields within the defined scope of the QueryContext.
 

Uses of QueryContext in com.atlassian.jira.issue.fields.layout.column
 

Methods in com.atlassian.jira.issue.fields.layout.column with parameters of type QueryContext
 List<ColumnLayoutItem> ColumnLayoutImpl.getVisibleColumnLayoutItems(com.atlassian.crowd.embedded.api.User user, QueryContext queryContext)
           
 List<ColumnLayoutItem> ColumnLayout.getVisibleColumnLayoutItems(com.atlassian.crowd.embedded.api.User user, QueryContext queryContext)
          Get the ColumnLayoutItems that can be displayed to the user.
 

Uses of QueryContext in com.atlassian.jira.jql.context
 

Classes in com.atlassian.jira.jql.context that implement QueryContext
 class QueryContextImpl
           
 

Methods in com.atlassian.jira.jql.context with parameters of type QueryContext
 FieldConfigScheme FieldConfigSchemeClauseContextUtil.getFieldConfigSchemeFromContext(QueryContext queryContext, CustomField customField)
          Finds the most specific FieldConfigScheme associated with a CustomField that is viewable from the given QueryContext.
 boolean FieldConfigSchemeClauseContextUtil.isConfigSchemeVisibleUnderContext(QueryContext queryContext, FieldConfigScheme fieldConfigScheme)
          Checks if the FieldConfigScheme is visible under the given QueryContext
 

Uses of QueryContext in com.atlassian.jira.jql.util
 

Methods in com.atlassian.jira.jql.util with parameters of type QueryContext
 List<Option> JqlSelectOptionsUtil.getOptions(CustomField customField, QueryContext queryContext, QueryLiteral literal, boolean checkOptionIds)
          Returns the options that are represented by the QueryLiteral that are visible in the QueryContext for a particular CustomField.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.