public class MVELAssignmentBuilder extends Object implements AssignmentBuilder
| Constructor and Description |
|---|
MVELAssignmentBuilder() |
| Modifier and Type | Method and 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) |
public 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)
build in interface AssignmentBuilderCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.