com.atlassian.jira.issue.search
Interface SystemClauseHandlerFactory

All Known Implementing Classes:
DefaultSystemClauseHandlerFactory

public interface SystemClauseHandlerFactory

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

Since:
v4.0

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.
 

Method Detail

getSystemClauseSearchHandlers

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.


Copyright © 2002-2012 Atlassian. All Rights Reserved.