站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.1 API 英文版文档

ProcessInstance (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档


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()