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 Summary
Modifier and TypeMethodDescriptioncreateHandler
(SearchableField field) Create theSearchHandler
using for the passed field.
-
Method Details
-
createHandler
Create theSearchHandler
using for the passed field.- Parameters:
field
- the field for which to create the handler- Returns:
- a new SearchHandler for the passed field
-