Class InvokeFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.extended.InvokeFunction
-
- All Implemented Interfaces:
FEELFunction
@Deprecated public class InvokeFunction extends BaseFEELFunction
Deprecated.Since DMNv1.2 it shall be possible to use the DMN standard's Import functionality to import Business Knowledge Model (BKM) nodes and Decision Service in order to be invoked from another model
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Constructor Summary
Constructors Constructor Description InvokeFunction()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FEELFnResult<java.lang.Object>invoke(EvaluationContext ctx, java.lang.String namespace, java.lang.String modelName, java.lang.String decisionName, java.util.Map<java.lang.String,java.lang.Object> parameters)Deprecated.-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Method Detail
-
invoke
@Deprecated public FEELFnResult<java.lang.Object> invoke(EvaluationContext ctx, java.lang.String namespace, java.lang.String modelName, java.lang.String decisionName, java.util.Map<java.lang.String,java.lang.Object> parameters)
Deprecated.
-
-