Modifier and Type | Method and Description |
---|---|
Query |
SearchService.ParseResult.getQuery() |
Query |
SearchService.IssueSearchParameters.query() |
Query |
DefaultSearchService.sanitiseSearchQuery(ApplicationUser searcher,
Query query) |
Query |
SearchService.sanitiseSearchQuery(ApplicationUser searcher,
Query query)
Returns an equivalent
Query with all the potential "information leaks" removed,
with regards to the specified user. |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSearchService.doesQueryFitFilterForm(ApplicationUser user,
Query query) |
boolean |
SearchService.doesQueryFitFilterForm(ApplicationUser user,
Query query)
Checks if a
Query is capable of being shown on the simple (GUI-based) issue navigator edit screen. |
Boolean |
QueryCacheImpl.getDoesQueryFitFilterFormCache(ApplicationUser searcher,
Query query) |
Boolean |
QueryCache.getDoesQueryFitFilterFormCache(ApplicationUser searcher,
Query query)
Retrieve the result of the last doesQueryFitFiterForm operation in the current thread.
|
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(ApplicationUser searcher,
Query query) |
QueryContext |
SearchService.getQueryContext(ApplicationUser searcher,
Query query)
Generates a full QueryContext for the specified
Query for the searching user. |
QueryContext |
QueryCacheImpl.getQueryContextCache(ApplicationUser searcher,
Query query) |
QueryContext |
QueryCache.getQueryContextCache(ApplicationUser searcher,
Query query)
Retrieve the result of the last getQueryContext operation in the current thread
for the
ApplicationUser Query pair. |
String |
DefaultSearchService.getQueryString(ApplicationUser user,
Query query) |
String |
SearchService.getQueryString(ApplicationUser user,
Query query)
Deprecated.
|
SearchContext |
DefaultSearchService.getSearchContext(ApplicationUser searcher,
Query query) |
SearchContext |
SearchService.getSearchContext(ApplicationUser 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(ApplicationUser searcher,
Query query) |
QueryContext |
SearchService.getSimpleQueryContext(ApplicationUser searcher,
Query query)
Generates a simple QueryContext for the specified
Query for the searching user. |
QueryContext |
QueryCacheImpl.getSimpleQueryContextCache(ApplicationUser searcher,
Query query) |
QueryContext |
QueryCache.getSimpleQueryContextCache(ApplicationUser searcher,
Query query)
Retrieve the result of the last getSimpleQueryContext operation in the current thread
for the
ApplicationUser Query pair. |
SearchService.IssueSearchParameters.Builder |
SearchService.IssueSearchParameters.Builder.query(Query query) |
Query |
DefaultSearchService.sanitiseSearchQuery(ApplicationUser searcher,
Query query) |
Query |
SearchService.sanitiseSearchQuery(ApplicationUser searcher,
Query query)
Returns an equivalent
Query with all the potential "information leaks" removed,
with regards to the specified user. |
SearchResults |
DefaultSearchService.search(ApplicationUser searcher,
Query query,
PagerFilter pager) |
SearchResults |
SearchService.search(ApplicationUser searcher,
Query query,
PagerFilter pager)
Search the index, and only return issues that are in the pager's range.
|
long |
DefaultSearchService.searchCount(ApplicationUser searcher,
Query query) |
long |
SearchService.searchCount(ApplicationUser searcher,
Query query)
Search the index, and return the count of the issues matching the query.
|
long |
DefaultSearchService.searchCountOverrideSecurity(ApplicationUser searcher,
Query query) |
long |
SearchService.searchCountOverrideSecurity(ApplicationUser searcher,
Query query)
Return the number of issues matching the provided search criteria, overridding any security constraints.
|
SearchResults |
DefaultSearchService.searchOverrideSecurity(ApplicationUser searcher,
Query query,
PagerFilter pager) |
SearchResults |
SearchService.searchOverrideSecurity(ApplicationUser searcher,
Query query,
PagerFilter pager)
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 |
QueryCacheImpl.setDoesQueryFitFilterFormCache(ApplicationUser searcher,
Query query,
boolean doesItFit) |
void |
QueryCache.setDoesQueryFitFilterFormCache(ApplicationUser searcher,
Query query,
boolean doesItFit)
Set the cached result of a doesQueryFitFiterForm operation on the
ApplicationUser Query pair. |
void |
QueryCacheImpl.setQueryContextCache(ApplicationUser searcher,
Query query,
QueryContext queryContext) |
void |
QueryCache.setQueryContextCache(ApplicationUser searcher,
Query query,
QueryContext queryContext)
Set the cached result of a getQueryContext operation on the
ApplicationUser Query pair. |
void |
QueryCacheImpl.setSimpleQueryContextCache(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. |
MessageSet |
DefaultSearchService.validateQuery(ApplicationUser searcher,
Query query) |
MessageSet |
SearchService.validateQuery(ApplicationUser searcher,
Query query)
Validates the specified
Query for passed user. |
MessageSet |
DefaultSearchService.validateQuery(ApplicationUser searcher,
Query query,
Long searchRequestId) |
MessageSet |
SearchService.validateQuery(ApplicationUser searcher,
Query query,
Long searchRequestId)
Validates the specified
Query for passed user and search request. |
Constructor and Description |
---|
ParseResult(Query query,
MessageSet errors) |
Modifier and Type | Method and Description |
---|---|
Query |
BoardQueryServiceImpl.getAugmentedQueryForDoneIssues(Query query) |
Query |
BoardQueryService.getAugmentedQueryForDoneIssues(Query query)
Augments a query to add additional clauses for filtering done issues
for the purposes of display.
|
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Query> |
BoardQueryServiceImpl.getBaseQueryForBoard(ApplicationUser user,
Board board) |
ServiceOutcome<Query> |
BoardQueryService.getBaseQueryForBoard(ApplicationUser user,
Board board)
Returns the query originally associated with the JQL of a board, with the
additional constraint of including only standard issue types.
|
Modifier and Type | Method and Description |
---|---|
Set<Status> |
DefaultBoardWorkflowService.getAccessibleStatuses(ApplicationUser user,
Query query) |
Set<Status> |
BoardWorkflowService.getAccessibleStatuses(ApplicationUser user,
Query query)
Get the set of accessible statuses for issues potentially returned by the current query.
|
Query |
BoardQueryServiceImpl.getAugmentedQueryForDoneIssues(Query query) |
Query |
BoardQueryService.getAugmentedQueryForDoneIssues(Query query)
Augments a query to add additional clauses for filtering done issues
for the purposes of display.
|
Set<Status> |
DefaultBoardWorkflowService.getInitialStatusesForQuery(ApplicationUser user,
Query query) |
Set<Status> |
BoardWorkflowService.getInitialStatusesForQuery(ApplicationUser user,
Query query)
Given a user and query, return the set of initial statuses of all workflows of issues in that query.
|
Collection<JiraWorkflow> |
DefaultBoardWorkflowService.getWorkflowsForQuery(ApplicationUser user,
Query query) |
Collection<JiraWorkflow> |
BoardWorkflowService.getWorkflowsForQuery(ApplicationUser user,
Query query)
Given a user and query, return all JIRA workflows of issues in that query.
|
Modifier and Type | Method and Description |
---|---|
StatisticsSearchResultBean |
StatisticsSearcher.completeOneDimensionalSearch(ApplicationUser user,
Query query,
String statType) |
StatisticsSearchResultBean |
StatisticsSearcher.completeOneDimensionalSearch(ApplicationUser user,
Query query,
String statType,
StatisticsSearcher.OrderBy orderBy,
StatisticsSearcher.Direction direction) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Query> |
ProjectOrFilterQueryParser.getFilterQuery(ApplicationUser user,
Query query) |
com.atlassian.fugue.Option<Query> |
ProjectOrFilterQueryParserImpl.getFilterQuery(ApplicationUser user,
Query query) |
com.atlassian.fugue.Either<Query,ErrorCollection> |
QueryParser.getQuery(ApplicationUser user,
String jql)
Get the query for a given jql, otherwise an error collection if error.
|
com.atlassian.fugue.Either<Query,ErrorCollection> |
QueryParserImpl.getQuery(ApplicationUser user,
String jql) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Query> |
ProjectOrFilterQueryParser.getFilterQuery(ApplicationUser user,
Query query) |
com.atlassian.fugue.Option<Query> |
ProjectOrFilterQueryParserImpl.getFilterQuery(ApplicationUser user,
Query query) |
ProjectOrFilterQueryParser.QueryInformation |
ProjectOrFilterQueryParser.getQueryInformation(ApplicationUser user,
Query query) |
ProjectOrFilterQueryParser.QueryInformation |
ProjectOrFilterQueryParserImpl.getQueryInformation(ApplicationUser user,
Query query) |
String |
QueryUrlSupplier.getUrlForQuery(Query query) |
String |
QueryUrlSupplierImpl.getUrlForQuery(Query query) |
String |
QueryUrlSupplier.getUrlForQueryWithVersion(Query query,
Version version) |
String |
QueryUrlSupplierImpl.getUrlForQueryWithVersion(Query query,
Version version) |
Modifier and Type | Method and Description |
---|---|
boolean |
CustomFieldRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProjectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
CascadingSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
MultiSelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
SelectCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
MultiGroupCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
NumberRangeCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
UserPickerCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
ExactNumberCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
ExactTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
FreeTextCustomFieldSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
ProjectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
CascadingSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
MultiSelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
SelectCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
MultiGroupCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
NumberRangeCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected CustomFieldParams |
UserPickerCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
protected abstract CustomFieldParams |
AbstractCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext)
Gets CustomField search parameters from the given JQL Query.
|
protected CustomFieldParams |
AbstractSingleValueCustomFieldSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
List<TerminalClause> |
NumberRangeCustomFieldInputHelper.getValuesFromQuery(Query query)
Returns a list of the valid for navigator
TerminalClause s in the Query . |
void |
AbstractCustomFieldSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
Modifier and Type | Field and Description |
---|---|
Query |
SearchRequestInfo.query |
Modifier and Type | Method and Description |
---|---|
Query |
SearchRequestInfo.getQuery() |
Query |
SearchRequest.getQuery()
Gets the SearchQuery that defines the search that will be performed for this SearchRequest.
|
Modifier and Type | Method and Description |
---|---|
SearchRequest |
DefaultSearchRequestFactory.createFromQuery(SearchRequest oldSearchRequest,
ApplicationUser searchUser,
Query query) |
SearchRequest |
SearchRequestFactory.createFromQuery(SearchRequest oldSearchRequest,
ApplicationUser 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,
ApplicationUser 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,
ApplicationUser 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,
ApplicationUser searcher,
PagerFilter pager)
Search the index, and only return issues that are in the pager's range.
|
SearchResults |
SearchProvider.search(Query query,
ApplicationUser 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,
ApplicationUser 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,
ApplicationUser 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,
ApplicationUser searcher)
Return the number of issues matching the provided search criteria.
|
long |
SearchProvider.searchCountOverrideSecurity(Query query,
ApplicationUser searcher)
Return the number of issues matching the provided search criteria, overridding any security constraints.
|
void |
SearchProvider.searchOverrideSecurity(Query query,
ApplicationUser 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,
ApplicationUser 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) |
Constructor and Description |
---|
MockJqlSearchRequest(Long id,
Query query) |
SearchRequest(Query query)
Creates a SearchRequest with the specified
Query and no other attributes. |
SearchRequest(Query query,
ApplicationUser owner,
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,
ApplicationUser owner,
String name,
String description,
Long id,
long favouriteCount)
Build a SearchRequest with the provided attributes.
|
SearchRequest(Query query,
String ownerUserName,
String name,
String description)
Deprecated.
Use
SearchRequest.SearchRequest(com.atlassian.query.Query, com.atlassian.jira.user.ApplicationUser, String, String) instead. Since v6.0.
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)
Deprecated.
Use
SearchRequest.SearchRequest(com.atlassian.query.Query, com.atlassian.jira.user.ApplicationUser, String, String, Long, long) instead. Since v6.0.
Build a SearchRequest with the provided attributes. |
SearchRequestInfo(Query query,
Long id,
boolean modified) |
Modifier and Type | Method and Description |
---|---|
Query |
LuceneQueryExecutionEvent.getQuery() |
Constructor and Description |
---|
LuceneQueryExecutionEvent(Query query,
long numberOfClausesInQuery,
long executionTime,
int numberOfResults,
String collectorType) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneSearchProvider.search(Query query,
ApplicationUser user,
org.apache.lucene.search.Collector collector) |
void |
LuceneSearchProvider.search(Query query,
ApplicationUser searcher,
org.apache.lucene.search.Collector collector,
org.apache.lucene.search.Query andQuery) |
SearchResults |
LuceneSearchProvider.search(Query query,
ApplicationUser searcher,
PagerFilter pager) |
SearchResults |
LuceneSearchProvider.search(Query query,
ApplicationUser searcher,
PagerFilter pager,
org.apache.lucene.search.Query andQuery) |
void |
LuceneSearchProvider.searchAndSort(Query query,
ApplicationUser user,
org.apache.lucene.search.Collector collector,
PagerFilter pagerFilter) |
void |
LuceneSearchProvider.searchAndSortOverrideSecurity(Query query,
ApplicationUser user,
org.apache.lucene.search.Collector collector,
PagerFilter pagerFilter) |
long |
LuceneSearchProvider.searchCount(Query query,
ApplicationUser user) |
long |
LuceneSearchProvider.searchCountOverrideSecurity(Query query,
ApplicationUser user) |
void |
LuceneSearchProvider.searchOverrideSecurity(Query query,
ApplicationUser user,
org.apache.lucene.search.Collector collector) |
SearchResults |
LuceneSearchProvider.searchOverrideSecurity(Query query,
ApplicationUser searcher,
PagerFilter pager,
org.apache.lucene.search.Query andQuery) |
Modifier and Type | Method and Description |
---|---|
boolean |
LabelsSearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
IssueTypeSearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
WorkRatioSearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
IssueConstantsSearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
GenericTextSearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
ProjectSearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
AbstractProjectConstantsRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
TextQuerySearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
AbstractUserSearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query) |
boolean |
SearchRenderer.isRelevantForQuery(ApplicationUser user,
Query query)
Checks if the searchRequest object has a search representation that was created by the searcher and is
used to determine if the
#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(ApplicationUser user,
Query query) |
protected boolean |
AbstractSearchRenderer.isRelevantForQuery(ClauseNames clauseNames,
Query query) |
Modifier and Type | Method and Description |
---|---|
boolean |
NavigatorStructureChecker.checkSearchRequest(Query query)
Checks that a
SearchRequest 's query conforms to the simple structure required to fit in the Issue Navigator. |
boolean |
NavigatorStructureChecker.checkSearchRequest(Query query,
SearchContext searchContext)
Deprecated.
Since 6.3.4. The
SearchContext parameter is no longer needed. Use NavigatorStructureChecker.checkSearchRequest(com.atlassian.query.Query) |
boolean |
LabelsSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
WorkRatioSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
IdIndexedSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
UserSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser searcher,
Query query,
SearchContext searchContext) |
boolean |
TextQuerySearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
KickassUserSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext)
Determines whether the given query can be represented in basic mode.
|
boolean |
ProjectSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
DateSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
CustomFieldLabelsSearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
boolean |
SearchInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext)
Tells the caller whether or not the relevant clauses from the passed query can be represented on the issue
navigator.
|
boolean |
RelativeDateSearcherInputTransformer.doRelevantClausesFitFilterForm(ApplicationUser user,
Query query,
SearchContext searchContext) |
Set<String> |
ProjectSearchInputTransformer.getIdValuesAsStrings(ApplicationUser searcher,
Query query) |
protected List<TerminalClause> |
UserSearchInputTransformer.getMatchingClauses(Set<String> jqlClauseNames,
Query query) |
protected CustomFieldParams |
CustomFieldLabelsSearchInputTransformer.getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext) |
void |
LabelsSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
WorkRatioSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
IdIndexedSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
UserSearchInputTransformer.populateFromQuery(ApplicationUser searcher,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
TextQuerySearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
KickassUserSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext)
Populates a
FieldValuesHolder from a Query . |
void |
ProjectSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
DateSearchInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
void |
SearchInputTransformer.populateFromQuery(ApplicationUser user,
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.
|
void |
RelativeDateSearcherInputTransformer.populateFromQuery(ApplicationUser user,
FieldValuesHolder fieldValuesHolder,
Query query,
SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
Query |
QueryOptimizer.optimizeQuery(Query query)
Optimize a
Query |
Query |
RedundantClausesQueryOptimizer.optimizeQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
List<SearchSort> |
SearchSortUtilImpl.getSearchSorts(Query query) |
List<SearchSort> |
SearchSortUtil.getSearchSorts(Query query)
Deprecated.
|
Query |
QueryOptimizer.optimizeQuery(Query query)
Optimize a
Query |
Query |
RedundantClausesQueryOptimizer.optimizeQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
StatisticMapWrapper<Object,Integer> |
StatisticsManager.getObjectsResultingFrom(Optional<Query> query,
String statsObject)
Returns objects that the issues resulting from the given query belong to, and the number of issues for each
object.
|
StatisticMapWrapper<Object,Integer> |
StatisticsManagerImpl.getObjectsResultingFrom(Optional<Query> query,
String statsObject) |
Set<Project> |
ProjectStatisticsManagerImpl.getProjectsResultingFrom(Optional<Query> query)
Returns all the projects that the issues resulting from the given query belong to.
|
Set<Project> |
ProjectStatisticsManager.getProjectsResultingFrom(Optional<Query> query)
Returns all the projects that the issues resulting from the given query belong to.
|
Map<Project,Map<ProjectComponent,Integer>> |
ComponentStatisticsManagerImpl.getProjectsWithComponentsWithIssueCount(Optional<Query> query)
This method evaluates the query, and returns all the projects and components that the issues resulting from
the given query belong to, along with the issue count for each component.
|
Map<Project,Map<ProjectComponent,Integer>> |
ComponentStatisticsManager.getProjectsWithComponentsWithIssueCount(Optional<Query> query)
This method evaluates the query, and returns all the projects and components that the issues resulting from
the given query belong to, along with the issue count for each component.
|
<T> Map<Project,Map<T,Integer>> |
StatisticsManager.getProjectsWithItemsWithIssueCount(Optional<Query> query,
java.util.function.Function<T,Long> objToProjectIdMapper,
String objectType)
This method returns objects the issues resulting from the given query belong to.
|
<T> Map<Project,Map<T,Integer>> |
StatisticsManagerImpl.getProjectsWithItemsWithIssueCount(Optional<Query> query,
java.util.function.Function<T,Long> objToProjectIdMapper,
String objectType) |
Modifier and Type | Method and Description |
---|---|
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. |
Query |
JqlClauseBuilder.buildQuery()
Call this method to build a
Query using the current builder. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Query |
DefaultJqlQueryParser.parseQuery(String jqlQuery) |
Query |
JqlQueryParser.parseQuery(String jqlQuery)
Parse the passed JQL string into its SearchQuery representation.
|
Modifier and Type | Method and Description |
---|---|
String |
JqlStringSupportImpl.generateJqlString(Query query) |
String |
JqlStringSupport.generateJqlString(Query query)
Generates a JQL string representation for the passed query.
|
Modifier and Type | Method and Description |
---|---|
Query |
BrowseProjectContext.createQuery() |
Query |
BrowseContext.createQuery()
Creates a new
Query that narrows it down to the current search context. |
Modifier and Type | Method and Description |
---|---|
protected Query |
EditFieldLayoutItemRenderer.getEffectedIssuesQuery() |
Modifier and Type | Method and Description |
---|---|
protected Query |
AbstractManageIssueTypeOptionsAction.getQuery(Collection<Long> projectIds,
Collection<String> obseleteIssueTypeIds) |
Modifier and Type | Field and Description |
---|---|
Query |
IssueNavigatorToolsHelper.SearchRequestInfo.query
query
|
Modifier and Type | Method and Description |
---|---|
SearchResultsInfo |
IssueNavigatorSearchResultsHelperImpl.getSearchResults(Query query,
boolean isPageChanged) |
SearchResultsInfo |
IssueNavigatorSearchResultsHelper.getSearchResults(Query query,
boolean isPageChanged)
Deprecated.
|
Constructor and Description |
---|
SearchRequestInfo(Long filterId,
Query query,
boolean useColumns,
boolean skipColumns,
String ownerUserName) |
SearchRequestInfo(Long filterId,
Query query,
boolean useColumns,
String ownerUserName) |
Modifier and Type | Class and Description |
---|---|
class |
QueryImpl
Defines a structured graph of objects that can be used to represent query.
|
Copyright © 2002-2018 Atlassian. All Rights Reserved.