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, waitgetSearchInformation, getSearchInputTransformer, getSearchRendererprotected final AtomicReference<SearchableField> fieldReference
public void init(SearchableField field)
IssueSearcherinit in interface IssueSearcher<SearchableField>field - the field object. This may be null. (So you can have searchers on non-fields)Copyright © 2002-2017 Atlassian. All Rights Reserved.