public interface

SystemClauseHandlerFactory

com.atlassian.jira.issue.search.SystemClauseHandlerFactory
Known Indirect Subclasses

Class Overview

Provides access to System clause handlers, through SearchHandler.SearcherRegistration's for clauses that do not have associated system fields and searchers.

Summary

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.

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.