org.jbpm.jpdl.internal.convert.action
Class Script

java.lang.Object
  extended by org.jbpm.jpdl.internal.convert.action.Action
      extended by org.jbpm.jpdl.internal.convert.action.Script

public class Script
extends Action

Create the converted script element and map the specific attributes


Field Summary
 
Fields inherited from class org.jbpm.jpdl.internal.convert.action.Action
convertedElement, isAsync, isAsyncExclusive, isPropagationAllowed
 
Constructor Summary
Script()
           
 
Method Summary
 org.dom4j.Element createConvertedElement(org.dom4j.Element actionElement, org.dom4j.Element jpdl4Doc)
           
 void read(org.dom4j.Element actionElement, Jpdl3Converter jpdlReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Script

public Script()
Method Detail

createConvertedElement

public org.dom4j.Element createConvertedElement(org.dom4j.Element actionElement,
                                                org.dom4j.Element jpdl4Doc)
Overrides:
createConvertedElement in class Action

read

public void read(org.dom4j.Element actionElement,
                 Jpdl3Converter jpdlReader)
Overrides:
read in class Action


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.