当前页面: 
在线文档首页 > 
JBoss Seam  1.0.1 API 英文版文档
CreateProcess (JBoss Seam API Documentation) - JBoss Seam  1.0.1 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 | definitionThe name of the
 ProcessDefinitionfrom which
 to create theProcessInstance | 
 
definition
public abstract String definition
- The name of the ProcessDefinitionfrom which
 to create theProcessInstance
 
- 
 
-