Interface SearchHandlerFactory

All Known Implementing Classes:
AffectedVersionSearchHandlerFactory, AssigneeSearchHandlerFactory, CommentSearchHandlerFactory, ComponentSearchHandlerFactory, CreatedDateSearchHandlerFactory, CreatorSearchHandlerFactory, DescriptionSearchHandlerFactory, DueDateSearchHandlerFactory, EnvironmentSearchHandlerFactory, FixForVersionSearchHandlerFactory, IssueLinkTypesSearchHandlerFactory, IssueTypeSearchHandlerFactory, LabelsSearchHandlerFactory, PrioritySearchHandlerFactory, ProjectSearchHandlerFactory, ReporterSearchHandlerFactory, ResolutionDateSearchHandlerFactory, ResolutionSearchHandlerFactory, StatusSearchHandlerFactory, SummarySearchHandlerFactory, TextQuerySearchHandlerFactory, UpdatedDateSearchHandlerFactory, WorkRatioSearchHandlerFactory

public interface SearchHandlerFactory
Factory to create SearchHandler instances.
Since:
v4.0
  • Method Details

    • createHandler

      @Nonnull SearchHandler createHandler(SearchableField field)
      Create the SearchHandler using for the passed field.
      Parameters:
      field - the field for which to create the handler
      Returns:
      a new SearchHandler for the passed field