@InjectableComponent public final class

ComponentSearchHandlerFactory

extends Object
implements SearchHandlerFactory
java.lang.Object
   ↳ com.atlassian.jira.issue.search.handlers.ComponentSearchHandlerFactory

Class Overview

Class to create the SearchHandler for the ComponentsSystemField.

Summary

Public Constructors
ComponentSearchHandlerFactory(ComponentFactory componentFactory, ComponentClauseQueryFactory clauseFactory, ComponentValidator caluseValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, ComponentClauseContextFactory componentClauseContextFactory, PermissionManager permissionManager, ProjectComponentManager projectComponentManager, ProjectManager projectManager, MultiClauseDecoratorContextFactory.Factory multiFactory)
Public Methods
final SearchHandler createHandler(SearchableField field)
Create the SearchHandler using for the passed field.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.search.handlers.SearchHandlerFactory

Public Constructors

public ComponentSearchHandlerFactory (ComponentFactory componentFactory, ComponentClauseQueryFactory clauseFactory, ComponentValidator caluseValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, ComponentClauseContextFactory componentClauseContextFactory, PermissionManager permissionManager, ProjectComponentManager projectComponentManager, ProjectManager projectManager, MultiClauseDecoratorContextFactory.Factory multiFactory)

Public Methods

public final 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.