org.jboss.seam.bpm
Class ProcessInstance

java.lang.Object
  extended by 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

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
public org.jbpm.graph.exe.ProcessInstance getProcessInstance()
                                                      throws Exception
Throws:
Exception

instance

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


Copyright © 2011 Seam Framework. All Rights Reserved.