Uses of Interface
com.atlassian.jira.jql.context.QueryContext
Packages that use QueryContext
Package
Description
-
Uses of QueryContext in com.atlassian.jira.bc.issue.search
Methods in com.atlassian.jira.bc.issue.search that return QueryContextModifier and TypeMethodDescriptionDefaultSearchService.getQueryContext(ApplicationUser searcher, Query query) QueryContextConverter.getQueryContext(SearchContext searchContext) Converts aSearchContextrepresentation into theQueryContextof a search context.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.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) Methods in com.atlassian.jira.bc.issue.search with parameters of type QueryContextModifier and TypeMethodDescriptionQueryContextConverter.getSearchContext(QueryContext queryContext) Converts aQueryContextinto aSearchContext.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) -
Uses of QueryContext in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields with parameters of type QueryContextModifier and TypeMethodDescriptionDefaultFieldManager.getAvailableNavigableFieldsWithScope(ApplicationUser remoteUser, QueryContext queryContext) FieldManager.getAvailableNavigableFieldsWithScope(ApplicationUser user, QueryContext queryContext) Gets all the available fields within the defined scope of the QueryContext.MockFieldManager.getAvailableNavigableFieldsWithScope(ApplicationUser user, QueryContext 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 QueryContextModifier and TypeMethodDescriptionColumnLayout.getVisibleColumnLayoutItems(ApplicationUser user, QueryContext queryContext) Deprecated.Current implementation of this method is not very good performance wise.ColumnLayoutImpl.getVisibleColumnLayoutItems(ApplicationUser user, QueryContext queryContext) -
Uses of QueryContext in com.atlassian.jira.jql.context
Classes in com.atlassian.jira.jql.context that implement QueryContextMethods in com.atlassian.jira.jql.context with parameters of type QueryContextModifier and TypeMethodDescriptionFieldConfigSchemeClauseContextUtil.getFieldConfigSchemeFromContext(QueryContext queryContext, CustomField customField) Finds the most specificFieldConfigSchemeassociated with aCustomFieldthat is viewable from the givenQueryContext.booleanFieldConfigSchemeClauseContextUtil.isConfigSchemeVisibleUnderContext(QueryContext queryContext, FieldConfigScheme fieldConfigScheme) Checks if theFieldConfigSchemeis visible under the givenQueryContext -
Uses of QueryContext in com.atlassian.jira.jql.util
Methods in com.atlassian.jira.jql.util with parameters of type QueryContextModifier and TypeMethodDescriptionJqlSelectOptionsUtil.getOptions(CustomField customField, QueryContext queryContext, QueryLiteral literal, boolean checkOptionIds) Returns the options that are represented by theQueryLiteralthat are visible in theQueryContextfor a particularCustomField.