public class CustomFieldSearcherInformation extends GenericSearcherInformation<CustomField>
| Constructor and Description |
|---|
CustomFieldSearcherInformation(String id,
String nameKey,
List<? extends FieldIndexer> indexers,
AtomicReference<CustomField> fieldReference) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNameKey()
The i18n key that is used to lookup the searcher's name when it is displayed.
|
List<FieldIndexer> |
getRelatedIndexers()
Regular
IssueSearchers get their FieldIndexers
by instantiating the class objects passed to them. |
getField, getId, getSearcherGroupTypepublic CustomFieldSearcherInformation(String id, String nameKey, List<? extends FieldIndexer> indexers, AtomicReference<CustomField> fieldReference)
public List<FieldIndexer> getRelatedIndexers()
IssueSearchers get their FieldIndexers
by instantiating the class objects passed to them. However, Custom Fields work differently because they
have their indexers instantiated elsewhere for them.getRelatedIndexers in interface SearcherInformation<CustomField>getRelatedIndexers in class GenericSearcherInformation<CustomField>public String getNameKey()
SearcherInformationgetNameKey in interface SearcherInformation<CustomField>getNameKey in class GenericSearcherInformation<CustomField>Copyright © 2002-2017 Atlassian. All Rights Reserved.