public class

DefaultSystemClauseHandlerFactory

extends Object
implements SystemClauseHandlerFactory
java.lang.Object
   ↳ com.atlassian.jira.issue.search.DefaultSystemClauseHandlerFactory

Summary

Public Constructors
DefaultSystemClauseHandlerFactory(ComponentLocator locator, ComponentFactory factory, FieldClausePermissionChecker.Factory fieldClausePermissionHandlerFactory, SearchHandlerBuilderFactory searchHandlers)
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.search.SystemClauseHandlerFactory

Public Constructors

public DefaultSystemClauseHandlerFactory (ComponentLocator locator, ComponentFactory factory, FieldClausePermissionChecker.Factory fieldClausePermissionHandlerFactory, SearchHandlerBuilderFactory searchHandlers)

Public Methods

public 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.

Returns
  • SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.