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

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

@InjectableComponent
public final class ResolutionSearchHandlerFactory
extends SimpleSearchHandlerFactory

Class to create the SearchHandler for the ResolutionDateSystemField.

Since:
v4.0

Constructor Summary
ResolutionSearchHandlerFactory(ComponentFactory componentFactory, ResolutionClauseQueryFactory factory, ResolutionValidator validator, FieldClausePermissionChecker.Factory clausePermissionFactory, ConstantsManager constantsManager)
           
 
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

ResolutionSearchHandlerFactory

public ResolutionSearchHandlerFactory(ComponentFactory componentFactory,
                                      ResolutionClauseQueryFactory factory,
                                      ResolutionValidator validator,
                                      FieldClausePermissionChecker.Factory clausePermissionFactory,
                                      ConstantsManager constantsManager)


Copyright © 2002-2010 Atlassian. All Rights Reserved.