public class ProjectCustomFieldSearchInputTransformer extends AbstractSingleValueCustomFieldSearchInputTransformer implements SearchInputTransformer
SearchInputTransformer
for project custom fields.Constructor and Description |
---|
ProjectCustomFieldSearchInputTransformer(String urlParameterName,
ClauseNames clauseNames,
CustomField field,
JqlOperandResolver jqlOperandResolver,
ProjectIndexInfoResolver indexInfoResolver,
FieldFlagOperandRegistry fieldFlagOperandRegistry,
NameResolver<Project> projectResolver,
CustomFieldInputHelper customFieldInputHelper) |
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
protected CustomFieldParams |
getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext)
Gets CustomField search parameters from the given JQL Query.
|
getClauseFromParams
getClauseName, getCustomField, getSearchClause, populateFromParams, populateFromQuery, validateParams
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSearchClause, populateFromParams, populateFromQuery, validateParams
public ProjectCustomFieldSearchInputTransformer(String urlParameterName, ClauseNames clauseNames, CustomField field, JqlOperandResolver jqlOperandResolver, ProjectIndexInfoResolver indexInfoResolver, FieldFlagOperandRegistry fieldFlagOperandRegistry, NameResolver<Project> projectResolver, CustomFieldInputHelper customFieldInputHelper)
protected CustomFieldParams getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext)
AbstractCustomFieldSearchInputTransformer
It may return null, indicating no search parameters for this searcher were specified, or the query will not fit into the "simple navigator".
getParamsFromSearchRequest
in class AbstractSingleValueCustomFieldSearchInputTransformer
user
- com.atlassian.jira.user.ApplicationUserquery
- JQL querysearchContext
- contains the projects and issue types that the search is restricted topublic boolean doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext)
SearchInputTransformer
The method should only be concerned with the clauses related to this transformer. Other irrelevant clauses should be ignored.
doRelevantClausesFitFilterForm
in interface SearchInputTransformer
user
- performing this action.query
- to check if it can fit in the simple (GUI form based) issue navigator.searchContext
- contains the projects and issue types that the search and filter form is restricted toCopyright © 2002-2017 Atlassian. All Rights Reserved.