|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
SearchService.getQueryContext(User searcher,
Query query)
Deprecated. Use SearchService.getQueryContext(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3 |
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 |
DefaultSearchService.getQueryContext(User searcher,
Query query)
|
QueryContext |
DefaultSearchService.getQueryContext(com.atlassian.crowd.embedded.api.User searcher,
Query query)
|
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 |
SearchService.getSimpleQueryContext(User searcher,
Query query)
Deprecated. Use SearchService.getSimpleQueryContext(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3 |
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 |
DefaultSearchService.getSimpleQueryContext(User searcher,
Query query)
|
QueryContext |
DefaultSearchService.getSimpleQueryContext(com.atlassian.crowd.embedded.api.User searcher,
Query query)
|
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> |
FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User user,
QueryContext queryContext)
Gets all the available fields within the defined scope of the QueryContext. |
Set<NavigableField> |
FieldManager.getAvailableNavigableFieldsWithScope(User user,
QueryContext queryContext)
Deprecated. Use FieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.jql.context.QueryContext) instead. Since v4.3 |
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFieldsWithScope(com.atlassian.crowd.embedded.api.User remoteUser,
QueryContext queryContext)
|
Set<NavigableField> |
DefaultFieldManager.getAvailableNavigableFieldsWithScope(User remoteUser,
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 QueryContext | |
|---|---|
List<ColumnLayoutItem> |
ColumnLayout.getVisibleColumnLayoutItems(com.atlassian.crowd.embedded.api.User user,
QueryContext queryContext)
Get the ColumnLayoutItems that can be displayed to the user. |
List<ColumnLayoutItem> |
ColumnLayoutImpl.getVisibleColumnLayoutItems(com.atlassian.crowd.embedded.api.User user,
QueryContext queryContext)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||