当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
RuntimeAction (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.graph.exe
Class RuntimeAction
java.lang.Object
org.jbpm.graph.exe.RuntimeAction
- All Implemented Interfaces:
- java.io.Serializable
public class RuntimeAction
- extends java.lang.Object
- implements java.io.Serializable
is an action that can be added at runtime to the execution of one process instance.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processInstance
protected ProcessInstance processInstance
graphElement
protected GraphElement graphElement
eventType
protected java.lang.String eventType
action
protected Action action
RuntimeAction
public RuntimeAction()
RuntimeAction
public RuntimeAction(Event event,
Action action)
- creates a runtime action. Look up the event with
GraphElement.getEvent(String)
and the action with ProcessDefinition.getAction(String)
. You can only
lookup named actions easily.
RuntimeAction
public RuntimeAction(GraphElement graphElement,
java.lang.String eventType,
Action action)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getId
public long getId()
getProcessInstance
public ProcessInstance getProcessInstance()
getAction
public Action getAction()
getEventType
public java.lang.String getEventType()
getGraphElement
public GraphElement getGraphElement()
Version : jbpm-3.1.3