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