public class CustomFieldLabelsSearchInputTransformer extends AbstractCustomFieldSearchInputTransformer
| Constructor and Description |
|---|
CustomFieldLabelsSearchInputTransformer(CustomField field,
String urlParameterName,
CustomFieldInputHelper customFieldInputHelper,
ClauseNames clauseNames) |
| 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 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, validateParamspublic CustomFieldLabelsSearchInputTransformer(CustomField field, String urlParameterName, CustomFieldInputHelper customFieldInputHelper, ClauseNames clauseNames)
protected Clause getClauseFromParams(ApplicationUser user, CustomFieldParams customFieldParams)
AbstractCustomFieldSearchInputTransformerAbstractCustomFieldSearchInputTransformer.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 AbstractCustomFieldSearchInputTransformeruser - the user performing the searchcustomFieldParams - the custom field paramsprotected 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 AbstractCustomFieldSearchInputTransformeruser - 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)
SearchInputTransformerThe method should only be concerned with the clauses related to this transformer. Other irrelevant clauses should be ignored.
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-2023 Atlassian. All Rights Reserved.