当前页面:
在线文档首页 >
JBoss Seam 1.1.6 API 英文版文档
ProcessInstance (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档
org.jboss.seam.core
Class ProcessInstance
java.lang.Object
org.jboss.seam.core.ProcessInstance
@Scope(value=APPLICATION)
@Name(value="org.jboss.seam.core.processInstance")
@Intercept(value=NEVER)
@Install(precedence=0,
dependencies="org.jboss.seam.core.jbpm")
public class ProcessInstance
- extends Object
A Seam component that allows injection of the current
jBPM ProcessInstance.
- Version:
- $Revision: 1.20 $
- 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()