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

PageflowHelper (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


org.jboss.seam.pageflow
Class PageflowHelper

java.lang.Object
  extended by org.jboss.seam.pageflow.PageflowHelper

public abstract class PageflowHelper
extends Object


Constructor Summary
PageflowHelper()
           
 
Method Summary
static org.jbpm.JbpmContext createPageflowContext()
           
static org.jbpm.graph.exe.ProcessInstance newPageflowInstance(org.jbpm.graph.def.ProcessDefinition processDefinition)
           
static org.jbpm.graph.def.ProcessDefinition parseInputSource(InputSource inputSource)
           
static org.jbpm.graph.def.ProcessDefinition parseXmlResource(String xmlResource)
           
static org.jbpm.graph.def.ProcessDefinition parseXmlString(String xml)
           
static void signal(org.jbpm.graph.exe.ProcessInstance processInstance, String outcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageflowHelper

public PageflowHelper()
Method Detail

createPageflowContext

public static org.jbpm.JbpmContext createPageflowContext()

parseXmlString

public static org.jbpm.graph.def.ProcessDefinition parseXmlString(String xml)

parseXmlResource

public static org.jbpm.graph.def.ProcessDefinition parseXmlResource(String xmlResource)

parseInputSource

public static org.jbpm.graph.def.ProcessDefinition parseInputSource(InputSource inputSource)

signal

public static void signal(org.jbpm.graph.exe.ProcessInstance processInstance,
                          String outcome)

newPageflowInstance

public static org.jbpm.graph.exe.ProcessInstance newPageflowInstance(org.jbpm.graph.def.ProcessDefinition processDefinition)