Package com.atlassian.jira.jql.operand
Class PredicateOperandHandlerRegistry
java.lang.Object
com.atlassian.jira.jql.operand.PredicateOperandHandlerRegistry
Has the standard handlers for dealing with history predicates
- Since:
- v4.3
-
Constructor Summary
ConstructorsConstructorDescriptionPredicateOperandHandlerRegistry
(JqlFunctionHandlerRegistry functionRegistry, ChangeHistoryFieldConfigurationManager changeHistoryFieldConfigurationManager) -
Method Summary
Modifier and TypeMethodDescriptiongetHandler
(ApplicationUser searcher, String field, Operand operand)
-
Constructor Details
-
PredicateOperandHandlerRegistry
public PredicateOperandHandlerRegistry(JqlFunctionHandlerRegistry functionRegistry, ChangeHistoryFieldConfigurationManager changeHistoryFieldConfigurationManager)
-
-
Method Details
-
getHandler
-