Class CreatorSearchHandlerFactory
java.lang.Object
com.atlassian.jira.issue.search.handlers.CreatorSearchHandlerFactory
- All Implemented Interfaces:
SearchHandlerFactory
Class to create the
SearchHandler
for the CreatorSystemField
.- Since:
- v6.2
-
Constructor Summary
ConstructorsConstructorDescriptionCreatorSearchHandlerFactory
(ComponentFactory componentFactory, CreatorClauseQueryFactory clauseQueryFactory, CreatorValidator clauseValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, UserSearchService userSearchService, EmailFormatter emailFormatter) -
Method Summary
Modifier and TypeMethodDescriptionfinal SearchHandler
createHandler
(SearchableField field) Create theSearchHandler
using for the passed field.
-
Constructor Details
-
CreatorSearchHandlerFactory
public CreatorSearchHandlerFactory(ComponentFactory componentFactory, CreatorClauseQueryFactory clauseQueryFactory, CreatorValidator clauseValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, UserSearchService userSearchService, EmailFormatter emailFormatter)
-
-
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
-