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

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

@InjectableComponent
public final class StatusSearchHandlerFactory
extends SimpleSearchHandlerFactory

Class to create the SearchHandler for the StatusSearchHandlerFactory.

Since:
v4.0

Constructor Summary
StatusSearchHandlerFactory(ComponentFactory componentFactory, StatusClauseQueryFactory queryFactory, StatusValidator queryValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, StatusClauseContextFactory contextFactory, ConstantsManager constantsManager, 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

StatusSearchHandlerFactory

public StatusSearchHandlerFactory(ComponentFactory componentFactory,
                                  StatusClauseQueryFactory queryFactory,
                                  StatusValidator queryValidator,
                                  FieldClausePermissionChecker.Factory clausePermissionFactory,
                                  StatusClauseContextFactory contextFactory,
                                  ConstantsManager constantsManager,
                                  MultiClauseDecoratorContextFactory.Factory multiFactory)


Copyright © 2002-2012 Atlassian. All Rights Reserved.