Package org.hcjf.layers.query.functions
Class BsonQueryFunctionLayer
- java.lang.Object
-
- org.hcjf.layers.Layer
-
- org.hcjf.layers.query.functions.BaseFunctionLayer
-
- org.hcjf.layers.query.functions.BaseQueryFunctionLayer
-
- org.hcjf.layers.query.functions.BsonQueryFunctionLayer
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler,LayerInterface,QueryFunctionLayerInterface
public class BsonQueryFunctionLayer extends BaseQueryFunctionLayer
This class contains a set of function to work with bson objects.- Author:
- javaito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.layers.Layer
Layer.Access, Layer.LayerAgent, Layer.LayerAgentMBean
-
-
Constructor Summary
Constructors Constructor Description BsonQueryFunctionLayer()
-
Method Summary
Modifier and Type Method Description java.lang.Objectevaluate(java.lang.String functionName, java.lang.Object... parameters)Evaluates the namo of the function and delegates to resolve 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)Evaluates the namo of the function and delegates to resolve the specific function.- Parameters:
functionName- Function name.parameters- Function's parameters.- Returns:
- Returns the value that is the result of the specific function.
-
-