Class MVELAssignmentAction
- java.lang.Object
-
- org.jbpm.process.builder.dialect.mvel.MVELAssignmentAction
-
- All Implemented Interfaces:
org.jbpm.process.instance.impl.AssignmentAction
public class MVELAssignmentAction extends Object implements org.jbpm.process.instance.impl.AssignmentAction
-
-
Constructor Summary
Constructors Constructor Description MVELAssignmentAction(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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.process.ProcessContext context)
-
-
-
Constructor Detail
-
MVELAssignmentAction
public MVELAssignmentAction(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)
-
-