Modifier and Type | Method and Description |
---|---|
QueryContext |
DefaultSearchService.getQueryContext(ApplicationUser searcher,
Query query) |
QueryContext |
SearchService.getQueryContext(ApplicationUser searcher,
Query query)
Generates a full QueryContext for the specified
Query for the searching user. |
QueryContext |
QueryContextConverter.getQueryContext(SearchContext searchContext)
Converts a
SearchContext representation into
the QueryContext of a search context. |
QueryContext |
QueryCache.getQueryContextCache(ApplicationUser searcher,
Query query)
Retrieve the result of the last getQueryContext operation in the current thread
for the
ApplicationUser Query pair. |
QueryContext |
QueryCacheImpl.getQueryContextCache(ApplicationUser searcher,
Query query) |
QueryContext |
DefaultSearchService.getSimpleQueryContext(ApplicationUser searcher,
Query query) |
QueryContext |
SearchService.getSimpleQueryContext(ApplicationUser searcher,
Query query)
Generates a simple QueryContext for the specified
Query for the searching user. |
QueryContext |
QueryCache.getSimpleQueryContextCache(ApplicationUser searcher,
Query query)
Retrieve the result of the last getSimpleQueryContext operation in the current thread
for the
ApplicationUser Query pair. |
QueryContext |
QueryCacheImpl.getSimpleQueryContextCache(ApplicationUser searcher,
Query query) |
Modifier and Type | Method and Description |
---|---|
SearchContext |
QueryContextConverter.getSearchContext(QueryContext queryContext)
Converts a
QueryContext into a SearchContext . |
void |
QueryCache.setQueryContextCache(ApplicationUser searcher,
Query query,
QueryContext queryContext)
Set the cached result of a getQueryContext operation on the
ApplicationUser Query pair. |
void |
QueryCacheImpl.setQueryContextCache(ApplicationUser searcher,
Query query,
QueryContext queryContext) |
void |
QueryCache.setSimpleQueryContextCache(ApplicationUser searcher,
Query query,
QueryContext queryContext)
Set the cached result of a getSimpleQueryContext operation on the
ApplicationUser Query pair. |
void |
QueryCacheImpl.setSimpleQueryContextCache(ApplicationUser searcher,
Query query,
QueryContext queryContext) |
Modifier and Type | Method and Description |
---|---|
Set<NavigableField> |
MockFieldManager.getAvailableNavigableFieldsWithScope(ApplicationUser user,
QueryContext queryContext) |
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFieldsWithScope(ApplicationUser remoteUser,
QueryContext queryContext) |
Set<NavigableField> |
FieldManager.getAvailableNavigableFieldsWithScope(ApplicationUser user,
QueryContext queryContext)
Gets all the available fields within the defined scope of the QueryContext.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnLayoutItem> |
ColumnLayoutImpl.getVisibleColumnLayoutItems(ApplicationUser user,
QueryContext queryContext) |
List<ColumnLayoutItem> |
ColumnLayout.getVisibleColumnLayoutItems(ApplicationUser user,
QueryContext queryContext)
Deprecated.
Current implementation of this method is not very good performance wise. Use
ColumnLayout.getColumnLayoutItems() instead. Since 6.3.3 |
Modifier and Type | Class and Description |
---|---|
class |
QueryContextImpl |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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-2018 Atlassian. All Rights Reserved.