Package org.hcjf.layers.query.functions
Class ObjectQueryFunction
- java.lang.Object
-
- org.hcjf.layers.Layer
-
- org.hcjf.layers.query.functions.BaseFunctionLayer
-
- org.hcjf.layers.query.functions.BaseQueryFunctionLayer
-
- org.hcjf.layers.query.functions.ObjectQueryFunction
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler,LayerInterface,QueryFunctionLayerInterface
public class ObjectQueryFunction extends BaseQueryFunctionLayer implements QueryFunctionLayerInterface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.layers.Layer
Layer.Access, Layer.LayerAgent, Layer.LayerAgentMBean
-
-
Constructor Summary
Constructors Constructor Description ObjectQueryFunction()
-
Method Summary
Modifier and Type Method Description java.lang.Objectevaluate(java.lang.String functionName, java.lang.Object... parameters)Evaluates the specific function.-
Methods inherited from class org.hcjf.layers.query.functions.BaseQueryFunctionLayer
addFunctionName, checkNumberAndType, getAliases
-
Methods inherited from class org.hcjf.layers.query.functions.BaseFunctionLayer
getParameter
-
Methods inherited from class org.hcjf.layers.Layer
checkAccess, getImplName, getLayer, getProxy, getSession, getTarget, invoke, isOverwritable, isPlugin, isStateful
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hcjf.layers.LayerInterface
getImplName, getRegex, isDistributed, isPlugin, isStateful
-
-
-
-
Method Detail
-
evaluate
public java.lang.Object evaluate(java.lang.String functionName, java.lang.Object... parameters)Description copied from interface:QueryFunctionLayerInterfaceEvaluates the specific function.- Specified by:
evaluatein interfaceQueryFunctionLayerInterface- Parameters:
functionName- Function name.parameters- Function's parameters.- Returns:
- Function result.
-
-