com.atlassian.jira.issue.fields
Interface SearchableField

All Superinterfaces:
Comparable, Field
All Known Subinterfaces:
ConfigurableField, CustomField, DependentField, OrderableField
All Known Implementing Classes:
AbstractOrderableField, AbstractOrderableNavigableFieldImpl, AbstractTextSystemField, AbstractVersionsSystemField, AffectedVersionsSystemField, AssigneeSystemField, AttachmentSystemField, CommentSystemField, ComponentsSystemField, CreatedSystemField, CustomFieldImpl, DescriptionSystemField, DueDateSystemField, EnvironmentSystemField, FixVersionsSystemField, IssueTypeSystemField, PrioritySystemField, ProjectSystemField, ReporterSystemField, ResolutionSystemField, SecurityLevelSystemField, StatusSystemField, SummarySystemField, TimeTrackingSystemField, UpdatedSystemField, WorkRatioSystemField

public interface SearchableField
extends Field


Method Summary
 List getAssociatedSearchers()
          Returns a list of searchers associated with field
 
Methods inherited from interface com.atlassian.jira.issue.fields.Field
getId, getName, getNameKey
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAssociatedSearchers

List getAssociatedSearchers()
Returns a list of searchers associated with field

Returns:
List of @Class objects of type @IssueSearcher. Empty list if no searchers are required. Must not be null


Copyright © 2002-2007 Atlassian. All Rights Reserved.