Class CommentSearchHandlerFactory
java.lang.Object
com.atlassian.jira.issue.search.handlers.CommentSearchHandlerFactory
- All Implemented Interfaces:
SearchHandlerFactory
Class to create the
SearchHandler for the comments clause.- Since:
- v4.0
-
Constructor Summary
ConstructorsConstructorDescriptionCommentSearchHandlerFactory(ComponentFactory componentFactory, CommentClauseQueryFactory queryFactory, CommentClauseQueryMapper commentClauseQueryMapper, CommentValidator queryValidator, FieldClausePermissionChecker.Factory clausePermissionFactory) -
Method Summary
Modifier and TypeMethodDescriptionfinal SearchHandlercreateHandler(SearchableField field) Create theSearchHandlerusing for the passed field.
-
Constructor Details
-
CommentSearchHandlerFactory
public CommentSearchHandlerFactory(ComponentFactory componentFactory, CommentClauseQueryFactory queryFactory, CommentClauseQueryMapper commentClauseQueryMapper, CommentValidator queryValidator, FieldClausePermissionChecker.Factory clausePermissionFactory)
-
-
Method Details
-
createHandler
Description copied from interface:SearchHandlerFactoryCreate theSearchHandlerusing for the passed field.- Specified by:
createHandlerin interfaceSearchHandlerFactory- Parameters:
field- the field for which to create the handler- Returns:
- a new SearchHandler for the passed field
-