Uses of Class
org.jbpm.graph.exe.RuntimeAction

Packages that use RuntimeAction
org.jbpm.graph.exe contains the runtime structures for process executions. 
 

Uses of RuntimeAction in org.jbpm.graph.exe
 

Methods in org.jbpm.graph.exe that return RuntimeAction
 RuntimeAction ProcessInstance.addRuntimeAction(RuntimeAction runtimeAction)
          adds an action to be executed upon a process event in the future.
 RuntimeAction ProcessInstance.removeRuntimeAction(RuntimeAction runtimeAction)
          removes a runtime action.
 

Methods in org.jbpm.graph.exe with parameters of type RuntimeAction
 RuntimeAction ProcessInstance.addRuntimeAction(RuntimeAction runtimeAction)
          adds an action to be executed upon a process event in the future.
 RuntimeAction ProcessInstance.removeRuntimeAction(RuntimeAction runtimeAction)
          removes a runtime action.
 



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