com.atlassian.jira.issue.search.handlers
Class FixForVersionSearchHandlerFactory
java.lang.Object
com.atlassian.jira.issue.search.handlers.FixForVersionSearchHandlerFactory
- All Implemented Interfaces:
- SearchHandlerFactory
@InjectableComponent
public final class FixForVersionSearchHandlerFactory
- extends Object
Class to create the SearchHandler
for the "Fix For" field.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixForVersionSearchHandlerFactory
public FixForVersionSearchHandlerFactory(ComponentFactory componentFactory,
FixForVersionClauseQueryFactory factory,
FixForVersionValidator validator,
FieldClausePermissionChecker.Factory clausePermissionFactory,
VersionClauseContextFactory versionClauseContextFactory,
PermissionManager permissionManager,
VersionManager versionManager,
I18nHelper.BeanFactory beanFactory)
createHandler
public final SearchHandler createHandler(SearchableField field)
- Description copied from interface:
SearchHandlerFactory
- Create the
SearchHandler
using for the passed field.
- Specified by:
createHandler
in interface SearchHandlerFactory
- Parameters:
field
- the field to create the handler for.
- Returns:
- a new SearchHandler for the passed field. Should never return null.
Copyright © 2002-2014 Atlassian. All Rights Reserved.