public interface JqlFunctionHandlerRegistry
JqlFunction
s. Can resolve a
OperandHandler
of type FunctionOperand
for a provided FunctionOperand
. The handler returned wraps a
registered JqlFunction
.Modifier and Type | Method and Description |
---|---|
List<String> |
getAllFunctionNames()
Fetches all function names ordered alphabetically.
|
FunctionOperandHandler |
getOperandHandler(FunctionOperand operand)
Fetches the associated OperandHandler for the provided FunctionOperand.
|
FunctionOperandHandler getOperandHandler(FunctionOperand operand)
operand
- that defines the name for which we want to find the operand handler.Copyright © 2002-2015 Atlassian. All Rights Reserved.