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

BusinessProcessController (JBoss Seam API Documentation) - JBoss Seam 1.1.7 cr1 API 英文版文档


org.jboss.seam.framework
Class BusinessProcessController

java.lang.Object
  extended by org.jboss.seam.framework.Controller
      extended by org.jboss.seam.framework.BusinessProcessController
All Implemented Interfaces:
Serializable

public class BusinessProcessController
extends Controller

Superclass for controller objects that control the business process context programmatically. Adds convenience methods for control of the jBPM business process.

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
BusinessProcessController()
           
 
Method Summary
protected  BusinessProcess getBusinessProcess()
           
protected  org.jbpm.JbpmContext getJbpmContext()
           
protected  org.jbpm.graph.exe.ProcessInstance getProcessInstance()
           
protected  org.jbpm.taskmgmt.exe.TaskInstance getTaskInstance()
           
 
Methods inherited from class org.jboss.seam.framework.Controller
addCookie, addFacesMessage, addFacesMessageFromResourceBundle, debug, debug, error, error, failValidation, fatal, fatal, getApplicationContext, getBusinessProcessContext, getComponentInstance, getComponentInstance, getConversation, getConversationContext, getCookie, getEventContext, getEvents, getFacesContext, getFacesMessages, getIdentity, getLog, getMessages, getMethodContext, getPageContext, getRedirect, getSessionContext, getValidator, info, info, interpolate, invalidateSession, raiseAsynchronousEvent, raiseEvent, raiseTransactionSuccessEvent, render, sendHttpError, sendHttpError, trace, trace, validationFailed, validationSucceeded, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessProcessController

public BusinessProcessController()
Method Detail

getBusinessProcess

protected BusinessProcess getBusinessProcess()

getJbpmContext

protected org.jbpm.JbpmContext getJbpmContext()

getTaskInstance

protected org.jbpm.taskmgmt.exe.TaskInstance getTaskInstance()

getProcessInstance

protected org.jbpm.graph.exe.ProcessInstance getProcessInstance()