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

@PublicApi public interface SearchableField extends Field
  • Method Details

    • createAssociatedSearchHandler

      SearchHandler createAssociatedSearchHandler()
      Return SearchHandler for the field. This object tells JIRA how to search for values within the field.
      Returns:
      the SearchHandler associated with the field. Can return null when no searcher is associated with the field. This will mainly happen when a customfield is configured to have no searcher.