com.atlassian.jira.issue.search
Class DefaultSystemClauseHandlerFactory

java.lang.Object
  extended by com.atlassian.jira.issue.search.DefaultSystemClauseHandlerFactory
All Implemented Interfaces:
SystemClauseHandlerFactory

public class DefaultSystemClauseHandlerFactory
extends Object
implements SystemClauseHandlerFactory

Since:
v4.0

Constructor Summary
DefaultSystemClauseHandlerFactory(ComponentLocator locator, ComponentFactory factory, FieldClausePermissionChecker.Factory fieldClausePermissionHandlerFactory)
           
 
Method Summary
 Collection<SearchHandler> getSystemClauseSearchHandlers()
          Will return a collection of SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSystemClauseHandlerFactory

public DefaultSystemClauseHandlerFactory(ComponentLocator locator,
                                         ComponentFactory factory,
                                         FieldClausePermissionChecker.Factory fieldClausePermissionHandlerFactory)
Method Detail

getSystemClauseSearchHandlers

public Collection<SearchHandler> getSystemClauseSearchHandlers()
Description copied from interface: SystemClauseHandlerFactory
Will return a collection of SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.

Specified by:
getSystemClauseSearchHandlers in interface SystemClauseHandlerFactory
Returns:
SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.


Copyright © 2002-2012 Atlassian. All Rights Reserved.