当前页面:
在线文档首页 >
JBoss JBPM 3.0.4 API 英文版文档
Action (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档
org.jbpm.graph.def
Class Action
java.lang.Object
org.jbpm.graph.def.Action
- All Implemented Interfaces:
- Parsable, java.io.Serializable
- Direct Known Subclasses:
- CancelTimerAction, CreateTimerAction, Script
- public class Action
- extends java.lang.Object
- implements Parsable, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
isPropagationAllowed
protected boolean isPropagationAllowed
referencedAction
protected Action referencedAction
actionDelegation
protected Delegation actionDelegation
event
protected Event event
processDefinition
protected ProcessDefinition processDefinition
Action
public Action()
Action
public Action(Delegation actionDelegate)
toString
public java.lang.String toString()
read
public void read(org.dom4j.Element actionElement,
JpdlXmlReader jpdlReader)
- Specified by:
read
in interface Parsable
write
public void write(org.dom4j.Element actionElement)
- Specified by:
write
in interface Parsable
execute
public void execute(ExecutionContext executionContext)
throws java.lang.Exception
- Throws:
java.lang.Exception
setName
public void setName(java.lang.String name)
acceptsPropagatedEvents
public boolean acceptsPropagatedEvents()
isPropagationAllowed
public boolean isPropagationAllowed()
setPropagationAllowed
public void setPropagationAllowed(boolean isPropagationAllowed)
getId
public long getId()
getName
public java.lang.String getName()
getEvent
public Event getEvent()
getProcessDefinition
public ProcessDefinition getProcessDefinition()
setProcessDefinition
public void setProcessDefinition(ProcessDefinition processDefinition)
getActionDelegation
public Delegation getActionDelegation()
setActionDelegation
public void setActionDelegation(Delegation instantiatableDelegate)
getReferencedAction
public Action getReferencedAction()
setReferencedAction
public void setReferencedAction(Action referencedAction)
Version : jbpm-3.0.4