|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.issue.search.searchers.impl.DescriptionQuerySearcher
public class DescriptionQuerySearcher
Searcher for the Description field. This maps to the LHS of JQL query "description ~ foo".
Field Summary |
---|
Fields inherited from interface com.atlassian.jira.issue.search.searchers.IssueSearcher |
---|
log |
Constructor Summary | |
---|---|
DescriptionQuerySearcher(JqlOperandResolver operandResolver,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties,
VelocityTemplatingEngine templatingEngine,
FieldVisibilityManager fieldVisibilityManager)
|
Method Summary | |
---|---|
SearcherInformation<SearchableField> |
getSearchInformation()
Provides an object that contains information about the Searcher. |
SearchInputTransformer |
getSearchInputTransformer()
Provides an object that will allow you to transform raw request parameters to field holder values and field holder values to Clause search representations. |
SearchRenderer |
getSearchRenderer()
Provides an object that will allow you to render the edit and view html for a searcher. |
void |
init(SearchableField field)
Initialises the searcher with a given field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescriptionQuerySearcher(JqlOperandResolver operandResolver, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, FieldVisibilityManager fieldVisibilityManager)
Method Detail |
---|
public void init(SearchableField field)
IssueSearcher
init
in interface IssueSearcher<SearchableField>
field
- the field object. This may be null. (So you can have searchers on non-fields)public SearcherInformation<SearchableField> getSearchInformation()
IssueSearcher
getSearchInformation
in interface IssueSearcher<SearchableField>
public SearchInputTransformer getSearchInputTransformer()
IssueSearcher
Clause
search representations.
getSearchInputTransformer
in interface IssueSearcher<SearchableField>
public SearchRenderer getSearchRenderer()
IssueSearcher
getSearchRenderer
in interface IssueSearcher<SearchableField>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |