com.atlassian.jira.jql.operand.registry.JqlFunctionHandlerRegistry |
Known Indirect Subclasses
|
Registry for JqlFunction
s. Can resolve a
OperandHandler
of type FunctionOperand
for a provided FunctionOperand
. The handler returned wraps a
registered JqlFunction
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Fetches all function names ordered alphabetically.
| |||||||||||
Fetches the associated OperandHandler for the provided FunctionOperand.
|
Fetches all function names ordered alphabetically.
Fetches the associated OperandHandler for the provided FunctionOperand. The returned handler is looked up by the name of the FunctionOperand (case insensitive).
operand | that defines the name for which we want to find the operand handler. |
---|