Package com.atlassian.jira.issue.fields
Interface SearchableField
- All Superinterfaces:
Comparable,Field
- All Known Subinterfaces:
AffectedVersionsField,ComponentsField,ConfigurableField<V>,CustomField,DefaultValueField<V>,DependentField<V>,FixVersionsField,IssueTypeField,LabelsField,OrderableField<V>,ProjectField,SummaryField
- All Known Implementing Classes:
AbstractOrderableField,AbstractOrderableNavigableFieldImpl,AbstractPickerFieldImpl,AbstractTextSystemField,AbstractUserFieldImpl,AbstractVersionsSystemField,AffectedVersionsSystemField,ArchivedDateSystemField,ArchivedUserSystemField,AssigneeSystemField,AttachmentSystemField,CommentSystemField,ComponentsSystemField,CreatedSystemField,CreatorSystemField,DescriptionSystemField,DueDateSystemField,EnvironmentSystemField,FixVersionsSystemField,ImmutableCustomField,IssueLinksSystemField,IssueTypeSystemField,LabelsSystemField,MockCustomField,MockOrderableField,PrioritySystemField,ProjectSystemField,ReporterSystemField,ResolutionDateSystemField,ResolutionSystemField,SecurityLevelSystemField,StatusSystemField,SummarySystemField,TimeTrackingSystemField,UpdatedSystemField,WorklogSystemField,WorkRatioSystemField
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.jira.issue.fields.Field
getId, getName, getNameKey
-
Method Details
-
createAssociatedSearchHandler
SearchHandler createAssociatedSearchHandler()ReturnSearchHandlerfor the field. This object tells JIRA how to search for values within the field.- Returns:
- the SearchHandler associated with the field. Can return
nullwhen no searcher is associated with the field. This will mainly happen when a customfield is configured to have no searcher.
-