public class UserPickerCustomFieldSearchInputTransformer extends AbstractSingleValueCustomFieldSearchInputTransformer implements SearchInputTransformer
SearchInputTransformer for user custom fields.| Constructor and Description |
|---|
UserPickerCustomFieldSearchInputTransformer(String urlParameterName,
ClauseNames clauseNames,
CustomField field,
UserConverter userConverter,
UserFitsNavigatorHelper userFitsNavigatorHelper,
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.
|
void |
validateParams(ApplicationUser user,
SearchContext searchContext,
FieldValuesHolder fieldValuesHolder,
I18nHelper i18nHelper,
ErrorCollection errors)
Adds error messages to the errors object if values in the fieldValuesHolder fails validation.
|
getClauseFromParamsgetClauseName, getCustomField, getSearchClause, populateFromParams, populateFromQueryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSearchClause, populateFromParams, populateFromQuerypublic UserPickerCustomFieldSearchInputTransformer(String urlParameterName, ClauseNames clauseNames, CustomField field, UserConverter userConverter, UserFitsNavigatorHelper userFitsNavigatorHelper, CustomFieldInputHelper customFieldInputHelper)
public void validateParams(ApplicationUser user, SearchContext searchContext, FieldValuesHolder fieldValuesHolder, I18nHelper i18nHelper, ErrorCollection errors)
SearchInputTransformervalidateParams in interface SearchInputTransformervalidateParams in class AbstractCustomFieldSearchInputTransformeruser - performing this action.searchContext - the context of the search (i.e. projects and issue types selected).fieldValuesHolder - contains values populated by the populate methods of this input transformer.i18nHelper - used to internationalize error messages that we want to display to the users.errors - the ErrorCollection that contains the messages we want to display to the users.public boolean doRelevantClausesFitFilterForm(ApplicationUser user, Query query, SearchContext searchContext)
SearchInputTransformerdoRelevantClausesFitFilterForm 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 toprotected CustomFieldParams getParamsFromSearchRequest(ApplicationUser user, Query query, SearchContext searchContext)
AbstractCustomFieldSearchInputTransformerit 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 AbstractSingleValueCustomFieldSearchInputTransformeruser - com.atlassian.jira.user.ApplicationUserquery - JQL querysearchContext - contains the projects and issue types that the search is restricted toCopyright © 2002-2015 Atlassian. All Rights Reserved.