Interface AssignmentBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void build​(org.drools.compiler.rule.builder.PackageBuildContext context, org.jbpm.workflow.core.node.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, org.jbpm.process.instance.impl.AssignmentProducer producer)  
    • Method Detail

      • build

        void build​(org.drools.compiler.rule.builder.PackageBuildContext context,
                   org.jbpm.workflow.core.node.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,
                   org.jbpm.process.instance.impl.AssignmentProducer producer)