当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
CreateProcess (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.annotations
Annotation Type CreateProcess
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface CreateProcess
Marks a method creating a jBPM process
so long as the method does not throw an exception.
Required Element Summary |
String |
definition
The name of the ProcessDefinition from which
to create the ProcessInstance |
definition
public abstract String definition
- The name of the
ProcessDefinition
from which
to create the ProcessInstance