jBPM :: BPMN2 6.0.0.Beta5

org.jbpm.bpmn2.xpath
Class XPATHAssignmentAction

java.lang.Object
  extended by org.jbpm.bpmn2.xpath.XPATHAssignmentAction
All Implemented Interfaces:
org.jbpm.process.instance.impl.AssignmentAction

public class XPATHAssignmentAction
extends Object
implements org.jbpm.process.instance.impl.AssignmentAction


Constructor Summary
XPATHAssignmentAction(org.jbpm.workflow.core.node.Assignment assignment, String sourceExpr, String targetExpr, boolean isInput)
           
 
Method Summary
 void execute(org.drools.core.process.instance.WorkItem workItem, org.kie.api.runtime.process.ProcessContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPATHAssignmentAction

public XPATHAssignmentAction(org.jbpm.workflow.core.node.Assignment assignment,
                             String sourceExpr,
                             String targetExpr,
                             boolean isInput)
Method Detail

execute

public void execute(org.drools.core.process.instance.WorkItem workItem,
                    org.kie.api.runtime.process.ProcessContext context)
             throws Exception
Specified by:
execute in interface org.jbpm.process.instance.impl.AssignmentAction
Throws:
Exception

jBPM :: BPMN2 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.