org.jboss.seam.core
Class ProcessInstance

java.lang.Object
  extended by org.jboss.seam.core.ProcessInstance

@Scope(value=APPLICATION)
@Name(value="processInstance")
@Startup
public class ProcessInstance
extends Object

A Seam component that allows injection of the current jBPM ProcessInstance.

Version:
$Revision: 1.8 $
Author:
Gavin King

Constructor Summary
ProcessInstance()
           
 
Method Summary
 org.jbpm.graph.exe.ProcessInstance getProcessInstance()
           
static org.jbpm.graph.exe.ProcessInstance instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstance

public ProcessInstance()
Method Detail

getProcessInstance

@Unwrap
@Transactional
public org.jbpm.graph.exe.ProcessInstance getProcessInstance()

instance

public static org.jbpm.graph.exe.ProcessInstance instance()