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

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

public class CreateTimerAction
extends Action

Create the converted timer 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
CreateTimerAction()
           
 
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

CreateTimerAction

public CreateTimerAction()
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.