Class 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
    • Constructor Detail

      • InvokeFunction

        public InvokeFunction()
        Deprecated.
    • 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.