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

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

@InjectableComponent
public final class UpdatedDateSearchHandlerFactory
extends SimpleSearchHandlerFactory

Class to create the SearchHandler for the UpdatedDateSearchHandlerFactory.

Since:
v4.0

Constructor Summary
UpdatedDateSearchHandlerFactory(ComponentFactory componentFactory, UpdatedDateClauseQueryFactory factory, UpdatedDateValidator 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

UpdatedDateSearchHandlerFactory

public UpdatedDateSearchHandlerFactory(ComponentFactory componentFactory,
                                       UpdatedDateClauseQueryFactory factory,
                                       UpdatedDateValidator validator,
                                       FieldClausePermissionChecker.Factory clausePermissionFactory)


Copyright © 2002-2012 Atlassian. All Rights Reserved.