public class MVELAssignmentAction extends Object implements AssignmentAction
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.kie.api.runtime.process.NodeInstance nodeInstance,
org.kie.api.runtime.process.ProcessContext context) |
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)
public void execute(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.process.ProcessContext context)
execute
in interface AssignmentAction
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.