@PublicSpi public abstract class AbstractSingleValueCustomFieldSearchInputTransformer extends AbstractCustomFieldSearchInputTransformer
Constructor and Description |
---|
AbstractSingleValueCustomFieldSearchInputTransformer(CustomField field,
ClauseNames clauseNames,
String urlParameterName,
CustomFieldInputHelper customFieldInputHelper) |
Modifier and Type | Method and Description |
---|---|
protected Clause |
getClauseFromParams(ApplicationUser user,
CustomFieldParams customFieldParams)
Note: only provide a sensible implementation of this if you intend on using
AbstractCustomFieldSearchInputTransformer.getSearchClause(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.transport.FieldValuesHolder)
as implemented here. |
protected CustomFieldParams |
getParamsFromSearchRequest(ApplicationUser user,
Query query,
SearchContext searchContext)
Gets CustomField search parameters from the given JQL Query.
|
getClauseName, getCustomField, getSearchClause, populateFromParams, populateFromQuery, validateParams
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doRelevantClausesFitFilterForm
public AbstractSingleValueCustomFieldSearchInputTransformer(CustomField field, ClauseNames clauseNames, String urlParameterName, CustomFieldInputHelper customFieldInputHelper)
protected Clause getClauseFromParams(ApplicationUser user, CustomFieldParams customFieldParams)
AbstractCustomFieldSearchInputTransformer
AbstractCustomFieldSearchInputTransformer.getSearchClause(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.transport.FieldValuesHolder)
as implemented here. If you are overriding AbstractCustomFieldSearchInputTransformer.getSearchClause(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.transport.FieldValuesHolder)
then you do not have to implement this method sensibly.getClauseFromParams
in class AbstractCustomFieldSearchInputTransformer
user
- the user performing the searchcustomFieldParams
- the custom field paramsprotected 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 AbstractCustomFieldSearchInputTransformer
user
- com.atlassian.jira.user.ApplicationUserquery
- JQL querysearchContext
- contains the projects and issue types that the search is restricted toCopyright © 2002-2024 Atlassian. All Rights Reserved.