Package io.higson.runtime.model
Class FlowFunction
java.lang.Object
io.higson.runtime.engine.core.function.Function
io.higson.runtime.model.Function
io.higson.runtime.model.FlowFunction
- All Implemented Interfaces:
Element
-
Constructor Summary
ConstructorsConstructorDescriptionFlowFunction(int id, int implId, String code, String body, Date lastupdate, FunctionLogLevel logLevel) -
Method Summary
Modifier and TypeMethodDescriptionto override in subclasses if neededMethods 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
-
FlowFunction
public FlowFunction(int id, int implId, String code, String body, Date lastupdate, FunctionLogLevel logLevel)
-
-
Method Details