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

ResumeProcess (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.annotations
Annotation Type ResumeProcess


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ResumeProcess

Marks a method as causing jBPM process to be resumed. Essentially this simply re-associates the jBPM ContextInstance with the current BusinessProcessContext.


Optional Element Summary
 String processIdParameter
          The name of the request parameter under which we should locate the the id of process to be resumed.
 

processIdParameter

public abstract String processIdParameter
The name of the request parameter under which we should locate the the id of process to be resumed.

Default:
"processId"