com.atlassian.jira.issue.search.handlers
Class ComponentSearchHandlerFactory

java.lang.Object
  extended by com.atlassian.jira.issue.search.handlers.SimpleSearchHandlerFactory
      extended by com.atlassian.jira.issue.search.handlers.ComponentSearchHandlerFactory
All Implemented Interfaces:
SearchHandlerFactory

@InjectableComponent
public final class ComponentSearchHandlerFactory
extends SimpleSearchHandlerFactory

Class to create the SearchHandler for the ComponentsSystemField.

Since:
v4.0

Constructor Summary
ComponentSearchHandlerFactory(ComponentFactory componentFactory, ComponentClauseQueryFactory clauseFactory, ComponentValidator caluseValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, ComponentClauseContextFactory componentClauseContextFactory, PermissionManager permissionManager, ProjectComponentManager projectComponentManager, ProjectManager projectManager, MultiClauseDecoratorContextFactory.Factory multiFactory)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.issue.search.handlers.SimpleSearchHandlerFactory
createHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentSearchHandlerFactory

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


Copyright © 2002-2010 Atlassian. All Rights Reserved.