Package org.jbpm.bpmn2.xpath
Class XPATHAssignmentAction
- java.lang.Object
-
- org.jbpm.bpmn2.xpath.XPATHAssignmentAction
-
- All Implemented Interfaces:
AssignmentAction
public class XPATHAssignmentAction extends Object implements AssignmentAction
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.process.ProcessContext context)
-
-
-
Constructor Detail
-
XPATHAssignmentAction
public 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)
-
-
Method Detail
-
execute
public void execute(org.kie.api.runtime.process.NodeInstance nodeInstance, org.kie.api.runtime.process.ProcessContext context) throws Exception
- Specified by:
execute
in interfaceAssignmentAction
- Throws:
Exception
-
-