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
IssueSearcher s get their FieldIndexer s
by instantiating the class objects passed to them. |
getField, getId, getSearcherGroupType
public CustomFieldSearcherInformation(String id, String nameKey, List<? extends FieldIndexer> indexers, AtomicReference<CustomField> fieldReference)
public List<FieldIndexer> getRelatedIndexers()
IssueSearcher
s get their FieldIndexer
s
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()
SearcherInformation
getNameKey
in interface SearcherInformation<CustomField>
getNameKey
in class GenericSearcherInformation<CustomField>
Copyright © 2002-2024 Atlassian. All Rights Reserved.