当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
PageflowHelper (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.pageflow
Class PageflowHelper
java.lang.Object
org.jboss.seam.pageflow.PageflowHelper
public abstract class PageflowHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageflowHelper
public PageflowHelper()
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)