Class MVELAssignmentAction

    • Constructor Detail

      • MVELAssignmentAction

        public MVELAssignmentAction​(Assignment assignment,
                                    String sourceExpr,
                                    String targetExpr,
                                    BiFunction<org.kie.api.runtime.process.ProcessContext,​org.kie.api.runtime.process.NodeInstance,​Object> source,
                                    BiFunction<org.kie.api.runtime.process.ProcessContext,​org.kie.api.runtime.process.NodeInstance,​Object> target,
                                    AssignmentProducer producer)
    • Method Detail

      • execute

        public void execute​(org.kie.api.runtime.process.NodeInstance nodeInstance,
                            org.kie.api.runtime.process.ProcessContext context)
        Specified by:
        execute in interface AssignmentAction