jBPM distribution 6.0.0-SNAPSHOT

org.jbpm.bpmn2.xpath
Class XPATHAssignmentAction

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

public class XPATHAssignmentAction
extends Object
implements AssignmentAction


Constructor Summary
XPATHAssignmentAction(Assignment assignment, String sourceExpr, String targetExpr, boolean isInput)
           
 
Method Summary
 void execute(org.drools.core.process.instance.WorkItem workItem, 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(Assignment assignment,
                             String sourceExpr,
                             String targetExpr,
                             boolean isInput)
Method Detail

execute

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

jBPM distribution 6.0.0-SNAPSHOT

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