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

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

@InjectableComponent
public final class WorkRatioSearchHandlerFactory
extends SimpleSearchHandlerFactory

Class to create the SearchHandler for the work ratio clause.

Since:
v4.0

Constructor Summary
WorkRatioSearchHandlerFactory(ComponentFactory factory, WorkRatioClauseQueryFactory workRatioClauseQueryFactory, WorkRatioValidator workRatioValidator, FieldClausePermissionChecker.Factory clausePermissionFactory, ApplicationProperties applicationProperties)
           
 
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

WorkRatioSearchHandlerFactory

public WorkRatioSearchHandlerFactory(ComponentFactory factory,
                                     WorkRatioClauseQueryFactory workRatioClauseQueryFactory,
                                     WorkRatioValidator workRatioValidator,
                                     FieldClausePermissionChecker.Factory clausePermissionFactory,
                                     ApplicationProperties applicationProperties)


Copyright © 2002-2011 Atlassian. All Rights Reserved.