public interface IndexedInputHelper
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAllIndexValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher,
ClauseNames jqlClauseNames,
Query query)
Retrieves the index values for the clauses in the
SearchRequest . |
Set<String> |
getAllIndexValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher,
ClauseNames jqlClauseNames,
Query query,
SearchContext searchContext)
Deprecated.
Since 6.3.4. The
SearchContext parameter is no longer needed. Use getAllIndexValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.search.ClauseNames, com.atlassian.query.Query) . |
Set<String> |
getAllNavigatorValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher,
ClauseNames jqlClauseNames,
Query query)
Retreives the navigator id values for the values in the clauses.
|
Set<String> |
getAllNavigatorValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher,
ClauseNames jqlClauseNames,
Query query,
SearchContext searchContext)
Deprecated.
Since 6.3.3. The
SearchContext parameter is no longer needed. Use getAllNavigatorValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.search.ClauseNames, com.atlassian.query.Query) |
Clause |
getClauseForNavigatorValues(String jqlClauseName,
Set<String> values)
Converts a set of Navigator value strings into a Clause that will match at least one of the specified values for
the given field.
|
@Deprecated Set<String> getAllIndexValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher, ClauseNames jqlClauseNames, Query query, SearchContext searchContext)
SearchContext
parameter is no longer needed. Use getAllIndexValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.search.ClauseNames, com.atlassian.query.Query)
.SearchRequest
. Function Operands are expanded to their
values.searcher
- the user running the searchjqlClauseNames
- the names of the clauses on which to retreive the values.query
- the search criteria used to populate the field values holder.searchContext
- the context under which the search is being performedSet<String> getAllIndexValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher, ClauseNames jqlClauseNames, Query query)
SearchRequest
. Function Operands are expanded to their
values.searcher
- the user running the searchjqlClauseNames
- the names of the clauses on which to retreive the values.query
- the search criteria used to populate the field values holder.@Deprecated Set<String> getAllNavigatorValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher, ClauseNames jqlClauseNames, Query query, SearchContext searchContext)
SearchContext
parameter is no longer needed. Use getAllNavigatorValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.search.ClauseNames, com.atlassian.query.Query)
searcher
- the user running the searchjqlClauseNames
- the names of the clauses on which to retreive the values.query
- the search criteria used to populate the field values holder.searchContext
- the context under which the search is being performedSet<String> getAllNavigatorValuesForMatchingClauses(com.atlassian.crowd.embedded.api.User searcher, ClauseNames jqlClauseNames, Query query)
searcher
- the user running the searchjqlClauseNames
- the names of the clauses on which to retreive the values.query
- the search criteria used to populate the field values holder.Clause getClauseForNavigatorValues(String jqlClauseName, Set<String> values)
jqlClauseName
- the name of the clause to generatevalues
- a set of Navigator value strings; may contain flag values. May not be null.Copyright © 2002-2015 Atlassian. All Rights Reserved.