public class CommentQuerySearcher extends Object implements IssueSearcher<SearchableField>
log
Constructor and Description |
---|
CommentQuerySearcher(JqlOperandResolver operandResolver,
VelocityRequestContextFactory velocityRequestContextFactory,
ApplicationProperties applicationProperties,
VelocityTemplatingEngine templatingEngine,
FieldVisibilityManager fieldVisibilityManager) |
Modifier and Type | Method and Description |
---|---|
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.
|
public CommentQuerySearcher(JqlOperandResolver operandResolver, VelocityRequestContextFactory velocityRequestContextFactory, ApplicationProperties applicationProperties, VelocityTemplatingEngine templatingEngine, FieldVisibilityManager fieldVisibilityManager)
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>
Copyright © 2002-2019 Atlassian. All Rights Reserved.