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

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

@InjectableComponent
public final class ResolutionDateSearchHandlerFactory
extends SimpleSearchHandlerFactory

Class to create the SearchHandler for the ResolutionDateSystemField.

Since:
v4.0

Constructor Summary
ResolutionDateSearchHandlerFactory(ComponentFactory componentFactory, ResolutionDateClauseQueryFactory factory, ResolutionDateValidator validator, FieldClausePermissionChecker.Factory clausePermissionFactory)
           
 
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

ResolutionDateSearchHandlerFactory

public ResolutionDateSearchHandlerFactory(ComponentFactory componentFactory,
                                          ResolutionDateClauseQueryFactory factory,
                                          ResolutionDateValidator validator,
                                          FieldClausePermissionChecker.Factory clausePermissionFactory)


Copyright © 2002-2010 Atlassian. All Rights Reserved.