Class ResolutionDateSearchHandlerFactory
java.lang.Object
com.atlassian.jira.issue.search.handlers.ResolutionDateSearchHandlerFactory
- All Implemented Interfaces:
SearchHandlerFactory
Class to create the
SearchHandler
for the ResolutionDateSystemField
.- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionResolutionDateSearchHandlerFactory
(ComponentFactory componentFactory, ResolutionDateClauseQueryFactory factory, ResolutionDateValidator validator, FieldClausePermissionChecker.Factory clausePermissionFactory) -
Method Summary
Modifier and TypeMethodDescriptionfinal SearchHandler
createHandler
(SearchableField field) Create theSearchHandler
using for the passed field.
-
Constructor Details
-
ResolutionDateSearchHandlerFactory
public ResolutionDateSearchHandlerFactory(ComponentFactory componentFactory, ResolutionDateClauseQueryFactory factory, ResolutionDateValidator validator, FieldClausePermissionChecker.Factory clausePermissionFactory)
-
-
Method Details
-
createHandler
Description copied from interface:SearchHandlerFactory
Create theSearchHandler
using for the passed field.- Specified by:
createHandler
in interfaceSearchHandlerFactory
- Parameters:
field
- the field for which to create the handler- Returns:
- a new SearchHandler for the passed field
-