|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.issue.customfields.searchers.transformer.AbstractCustomFieldSearchInputTransformer
com.atlassian.jira.issue.search.searchers.transformer.CustomFieldLabelsSearchInputTransformer
public class CustomFieldLabelsSearchInputTransformer
The SearchInputTransformer for the Labels custom field.
Constructor Summary | |
---|---|
CustomFieldLabelsSearchInputTransformer(CustomField field,
String urlParameterName,
CustomFieldInputHelper customFieldInputHelper,
ClauseNames clauseNames)
|
Method Summary | |
---|---|
boolean |
doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher,
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(com.atlassian.crowd.embedded.api.User searcher,
CustomFieldParams customFieldParams)
Note: only provide a sensible implementation of this if you intend on using AbstractCustomFieldSearchInputTransformer.getSearchClause(User, com.atlassian.jira.issue.transport.FieldValuesHolder)
as implemented here. |
protected CustomFieldParams |
getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher,
Query query,
SearchContext searchContext)
Gets CustomField search parameters from the given JQL Query. |
Methods inherited from class com.atlassian.jira.issue.customfields.searchers.transformer.AbstractCustomFieldSearchInputTransformer |
---|
getClauseName, getCustomField, getSearchClause, populateFromParams, populateFromQuery, validateParams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomFieldLabelsSearchInputTransformer(CustomField field, String urlParameterName, CustomFieldInputHelper customFieldInputHelper, ClauseNames clauseNames)
Method Detail |
---|
protected Clause getClauseFromParams(com.atlassian.crowd.embedded.api.User searcher, CustomFieldParams customFieldParams)
AbstractCustomFieldSearchInputTransformer
AbstractCustomFieldSearchInputTransformer.getSearchClause(User, com.atlassian.jira.issue.transport.FieldValuesHolder)
as implemented here. If you are overriding AbstractCustomFieldSearchInputTransformer.getSearchClause(User, com.atlassian.jira.issue.transport.FieldValuesHolder)
then you do not have to implement this method sensibly.
getClauseFromParams
in class AbstractCustomFieldSearchInputTransformer
searcher
- the user performing the searchcustomFieldParams
- the custom field params
protected CustomFieldParams getParamsFromSearchRequest(com.atlassian.crowd.embedded.api.User searcher, 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
searcher
- Userquery
- JQL querysearchContext
- contains the projects and issue types that the search is restricted to
public boolean doRelevantClausesFitFilterForm(com.atlassian.crowd.embedded.api.User searcher, Query query, SearchContext searchContext)
SearchInputTransformer
searcher
- 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 to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |