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