Package io.higson.runtime.model
Class Function
java.lang.Object
io.higson.runtime.engine.core.function.Function
io.higson.runtime.model.Function
- All Implemented Interfaces:
Element
- Direct Known Subclasses:
FlowFunction,GroovyFunction,JavaFunction,PropFunction,PythonFunction,RhinoFunction
- Author:
- przemek hertel
-
Constructor Summary
ConstructorsConstructorDescriptionFunction(int id, int implId, String name, String type, Date lastupdate, int rvid, FunctionLogLevel logLevel) Function(int id, int implId, String name, String type, Date lastupdate, FunctionLogLevel logLevel) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.higson.runtime.model.Element
getName, getRegionVersionId
-
Constructor Details
-
Function
public Function(int id, int implId, String name, String type, Date lastupdate, int rvid, FunctionLogLevel logLevel) -
Function
-
Function
-
Function
-
Function
public Function(int id, int implId, String name, String type, Date lastupdate, FunctionLogLevel logLevel) -
Function
-
-
Method Details