com.atlassian.jira.issue.search
Class DefaultSystemClauseHandlerFactory
java.lang.Object
com.atlassian.jira.issue.search.DefaultSystemClauseHandlerFactory
- All Implemented Interfaces:
- SystemClauseHandlerFactory
public class DefaultSystemClauseHandlerFactory
- extends Object
- implements SystemClauseHandlerFactory
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSystemClauseHandlerFactory
public DefaultSystemClauseHandlerFactory(ComponentLocator locator,
ComponentFactory factory,
FieldClausePermissionChecker.Factory fieldClausePermissionHandlerFactory)
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.