public class ExactTextCustomFieldSearchInputTransformer extends AbstractSingleValueCustomFieldSearchInputTransformer implements SearchInputTransformer
SearchInputTransformer for exact text custom fields (urls).| Constructor and Description |
|---|
ExactTextCustomFieldSearchInputTransformer(CustomField field,
ClauseNames clauseNames,
String urlParameterName,
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.
|
getClauseFromParams, getParamsFromSearchRequestgetClauseName, getCustomField, getSearchClause, populateFromParams, populateFromQuery, validateParamsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSearchClause, populateFromParams, populateFromQuery, validateParamspublic ExactTextCustomFieldSearchInputTransformer(CustomField field, ClauseNames clauseNames, String urlParameterName, CustomFieldInputHelper customFieldInputHelper)
public boolean doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext)
SearchInputTransformerThe method should only be concerned with the clauses related to this transformer. Other irrelevant clauses should be ignored.
doRelevantClausesFitFilterForm in interface SearchInputTransformeruser - 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-2021 Atlassian. All Rights Reserved.