public abstract class AbstractInitializationSearcher extends Object implements IssueSearcher<SearchableField>
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<SearchableField> |
fieldReference |
log
Modifier | Constructor and Description |
---|---|
protected |
AbstractInitializationSearcher() |
Modifier and Type | Method and Description |
---|---|
void |
init(SearchableField field)
Initialises the searcher with a given field.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSearchInformation, getSearchInputTransformer, getSearchRenderer
protected final AtomicReference<SearchableField> fieldReference
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)Copyright © 2002-2019 Atlassian. All Rights Reserved.