org.jbpm.graph.action
Class MailAction

java.lang.Object
  extended by org.jbpm.graph.def.Action
      extended by org.jbpm.graph.action.MailAction
All Implemented Interfaces:
java.io.Serializable, ActionHandler, Parsable

public class MailAction
extends Action

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.graph.def.Action
actionDelegation, actionExpression, event, isAsync, isAsyncExclusive, isPropagationAllowed, name, processDefinition, referencedAction
 
Constructor Summary
MailAction()
           
 
Method Summary
 void read(org.dom4j.Element element, JpdlXmlReader jpdlReader)
           
 
Methods inherited from class org.jbpm.graph.def.Action
acceptsPropagatedEvents, equals, execute, getActionDelegation, getActionExpression, getEvent, getId, getName, getProcessDefinition, getReferencedAction, isAsync, isAsyncExclusive, isPropagationAllowed, setActionDelegation, setActionExpression, setAsync, setEvent, setName, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailAction

public MailAction()
Method Detail

read

public void read(org.dom4j.Element element,
                 JpdlXmlReader jpdlReader)
Specified by:
read in interface Parsable
Overrides:
read in class Action


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