|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JqlFunctionHandlerRegistry
Registry for JqlFunction
s. Can resolve a
OperandHandler
of type FunctionOperand
for a provided FunctionOperand
. The handler returned wraps a
registered JqlFunction
.
Method Summary | |
---|---|
List<String> |
getAllFunctionNames()
Fetches all function names ordered alphabetically. |
FunctionOperandHandler |
getOperandHandler(FunctionOperand operand)
Fetches the associated OperandHandler for the provided FunctionOperand. |
Method Detail |
---|
FunctionOperandHandler getOperandHandler(FunctionOperand operand)
operand
- that defines the name for which we want to find the operand handler.
List<String> getAllFunctionNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |