Class ComponentSearchHandlerFactory
java.lang.Object
com.atlassian.jira.issue.search.handlers.ComponentSearchHandlerFactory
- All Implemented Interfaces:
SearchHandlerFactory
Class to create the
SearchHandler for the ComponentsSystemField.- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionComponentSearchHandlerFactory(ComponentFactory componentFactory, ComponentClauseQueryMapper clauseQueryMapper, ComponentValidator clauseValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, ComponentClauseContextFactory componentClauseContextFactory, PermissionManager permissionManager, ProjectComponentManager projectComponentManager, ProjectManager projectManager, MultiClauseDecoratorContextFactory.Factory multiFactory) -
Method Summary
Modifier and TypeMethodDescriptionfinal SearchHandlercreateHandler(SearchableField field) Create theSearchHandlerusing for the passed field.
-
Constructor Details
-
ComponentSearchHandlerFactory
public ComponentSearchHandlerFactory(ComponentFactory componentFactory, ComponentClauseQueryMapper clauseQueryMapper, ComponentValidator clauseValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, ComponentClauseContextFactory componentClauseContextFactory, PermissionManager permissionManager, ProjectComponentManager projectComponentManager, ProjectManager projectManager, MultiClauseDecoratorContextFactory.Factory multiFactory)
-
-
Method Details
-
createHandler
Description copied from interface:SearchHandlerFactoryCreate theSearchHandlerusing for the passed field.- Specified by:
createHandlerin interfaceSearchHandlerFactory- Parameters:
field- the field for which to create the handler- Returns:
- a new SearchHandler for the passed field
-