com.atlassian.jira.issue.customfields.searchers.information
Class CustomFieldSearcherInformation

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.information.GenericSearcherInformation<CustomField>
      extended by com.atlassian.jira.issue.customfields.searchers.information.CustomFieldSearcherInformation
All Implemented Interfaces:
SearcherInformation<CustomField>

public class CustomFieldSearcherInformation
extends GenericSearcherInformation<CustomField>

Stores information on Custom Field Searchers.

Since:
v4.0

Constructor Summary
CustomFieldSearcherInformation(java.lang.String id, java.lang.String nameKey, java.util.List<? extends FieldIndexer> indexers, java.util.concurrent.atomic.AtomicReference<CustomField> fieldReference)
           
 
Method Summary
 java.util.List<FieldIndexer> getRelatedIndexers()
          Regular IssueSearchers get their FieldIndexers by instantiating the class objects passed to them.
 
Methods inherited from class com.atlassian.jira.issue.search.searchers.information.GenericSearcherInformation
getField, getId, getNameKey, getSearcherGroupType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldSearcherInformation

public CustomFieldSearcherInformation(java.lang.String id,
                                      java.lang.String nameKey,
                                      java.util.List<? extends FieldIndexer> indexers,
                                      java.util.concurrent.atomic.AtomicReference<CustomField> fieldReference)
Method Detail

getRelatedIndexers

public java.util.List<FieldIndexer> getRelatedIndexers()
Regular 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.

Specified by:
getRelatedIndexers in interface SearcherInformation<CustomField>
Overrides:
getRelatedIndexers in class GenericSearcherInformation<CustomField>
Returns:
the indexers for this custom field searcher


Copyright © 2002-2010 Atlassian. All Rights Reserved.