Uses of Interface
org.jbpm.process.instance.impl.AssignmentProducer
-
Packages that use AssignmentProducer Package Description org.jbpm.bpmn2.xpath org.jbpm.process.builder org.jbpm.process.builder.dialect.mvel -
-
Uses of AssignmentProducer in org.jbpm.bpmn2.xpath
Methods in org.jbpm.bpmn2.xpath with parameters of type AssignmentProducer Modifier and Type Method Description void
XPATHAssignmentBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, 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)
Constructors in org.jbpm.bpmn2.xpath with parameters of type AssignmentProducer Constructor Description XPATHAssignmentAction(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)
-
Uses of AssignmentProducer in org.jbpm.process.builder
Methods in org.jbpm.process.builder with parameters of type AssignmentProducer Modifier and Type Method Description void
AssignmentBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, 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)
-
Uses of AssignmentProducer in org.jbpm.process.builder.dialect.mvel
Methods in org.jbpm.process.builder.dialect.mvel with parameters of type AssignmentProducer Modifier and Type Method Description void
MVELAssignmentBuilder. build(org.drools.compiler.rule.builder.PackageBuildContext context, 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)
Constructors in org.jbpm.process.builder.dialect.mvel with parameters of type AssignmentProducer Constructor Description 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)
-