Package com.atlassian.jira.issue.search
Class DefaultSystemClauseHandlerFactory
java.lang.Object
com.atlassian.jira.issue.search.DefaultSystemClauseHandlerFactory
- All Implemented Interfaces:
SystemClauseHandlerFactory
- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSystemClauseHandlerFactory(ComponentLocator locator, ComponentFactory factory, FieldClausePermissionChecker.Factory fieldClausePermissionHandlerFactory, SearchHandlerBuilderFactory searchHandlers) -
Method Summary
Modifier and TypeMethodDescriptionWill return a collection of SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.
-
Constructor Details
-
DefaultSystemClauseHandlerFactory
public DefaultSystemClauseHandlerFactory(ComponentLocator locator, ComponentFactory factory, FieldClausePermissionChecker.Factory fieldClausePermissionHandlerFactory, SearchHandlerBuilderFactory searchHandlers)
-
-
Method Details
-
getSystemClauseSearchHandlers
Description copied from interface:SystemClauseHandlerFactoryWill return a collection of SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.- Specified by:
getSystemClauseSearchHandlersin interfaceSystemClauseHandlerFactory- Returns:
- SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.
-