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

java.lang.Object
  extended by org.jbpm.jpdl.internal.convert.action.Action
Direct Known Subclasses:
CreateTimerAction, Script

public class Action
extends java.lang.Object

The Action class to create the converted action or script elements and map the specific attributes


Field Summary
protected  org.dom4j.Element convertedElement
           
protected  boolean isAsync
           
protected  boolean isAsyncExclusive
           
protected  boolean isPropagationAllowed
           
 
Constructor Summary
Action()
           
 
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
 

Field Detail

convertedElement

protected org.dom4j.Element convertedElement

isPropagationAllowed

protected boolean isPropagationAllowed

isAsync

protected boolean isAsync

isAsyncExclusive

protected boolean isAsyncExclusive
Constructor Detail

Action

public Action()
Method Detail

createConvertedElement

public org.dom4j.Element createConvertedElement(org.dom4j.Element actionElement,
                                                org.dom4j.Element jpdl4Doc)

read

public void read(org.dom4j.Element actionElement,
                 Jpdl3Converter jpdlReader)


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