@PublicSpi @PublicApi public interface CustomFieldSearcher extends IssueSearcher<CustomField>
IssueSearcher
that's usable by CustomField
objects.
Since JIRA 4.0, searchers have changed a lot with the introduction of JQL. For examples of usage you might want to
check out AbstractInitializationCustomFieldSearcher
and its
inheritors.log
Modifier and Type | Method and Description |
---|---|
CustomFieldSearcherClauseHandler |
getCustomFieldSearcherClauseHandler()
Provides an object that can be used to handle the clauses that this searcher generates.
|
CustomFieldSearcherModuleDescriptor |
getDescriptor() |
void |
init(CustomFieldSearcherModuleDescriptor customFieldSearcherModuleDescriptor)
Initializes the searcher.
|
getSearchInformation, getSearchInputTransformer, getSearchRenderer, init
void init(CustomFieldSearcherModuleDescriptor customFieldSearcherModuleDescriptor)
customFieldSearcherModuleDescriptor
- the module descriptor that defines this searcher.CustomFieldSearcherModuleDescriptor getDescriptor()
CustomFieldSearcherClauseHandler getCustomFieldSearcherClauseHandler()
Copyright © 2002-2017 Atlassian. All Rights Reserved.