Class QueryFunctionSupportImpl
java.lang.Object
ch.tocco.nice2.persist.core.impl.entity.query.ql.QueryFunctionSupportImpl
- All Implemented Interfaces:
QueryFunctionSupport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFunction
(String name) boolean
isFunctionNode
(Node node) void
registerFunction
(QueryFunction function) requireFunction
(String name) void
setFunctions
(List<QueryFunction> functions) void
unregisterFunction
(QueryFunction function)
-
Constructor Details
-
QueryFunctionSupportImpl
public QueryFunctionSupportImpl(org.slf4j.Logger log)
-
-
Method Details
-
requireFunction
- Specified by:
requireFunction
in interfaceQueryFunctionSupport
-
getFunction
- Specified by:
getFunction
in interfaceQueryFunctionSupport
-
registerFunction
- Specified by:
registerFunction
in interfaceQueryFunctionSupport
-
unregisterFunction
- Specified by:
unregisterFunction
in interfaceQueryFunctionSupport
-
isFunctionNode
- Specified by:
isFunctionNode
in interfaceQueryFunctionSupport
-
setFunctions
-