com.atlassian.jira.issue.search.handlers
Interface SearchHandlerFactory

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

public interface SearchHandlerFactory

Factory to create SearchHandler instances.

Since:
v4.0

Method Summary
 SearchHandler createHandler(SearchableField field)
          Create the SearchHandler using for the passed field.
 

Method Detail

createHandler

SearchHandler createHandler(SearchableField field)
Create the SearchHandler using for the passed field.

Parameters:
field - the field to create the handler for.
Returns:
a new SearchHandler for the passed field. Should never return null.


Copyright © 2002-2010 Atlassian. All Rights Reserved.