org.jboss.seam.bpm
Class ProcessInstance
java.lang.Object
   org.jboss.seam.bpm.ProcessInstance
org.jboss.seam.bpm.ProcessInstance
- @Scope(value=STATELESS)
@Name(value="org.jboss.seam.bpm.processInstance")
@BypassInterceptors
@Install(precedence=0,
         dependencies="org.jboss.seam.bpm.jbpm")
public class ProcessInstance
- extends Object
A Seam component that allows injection of the current
 jBPM ProcessInstance.
- Author:
- Gavin King
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ProcessInstance
public ProcessInstance()
getProcessInstance
@Unwrap
public org.jbpm.graph.exe.ProcessInstance getProcessInstance()
                                                      throws Exception
- 
- Throws:
- Exception
 
instance
public static org.jbpm.graph.exe.ProcessInstance instance()
-