当前页面: 
在线文档首页 > 
JBoss Seam  1.0.0 API 英文版文档
Page (JBoss Seam API Documentation) - JBoss Seam  1.0.0 API 英文版文档
org.jboss.seam.jbpm
Class Page
java.lang.Object
   org.jbpm.graph.def.GraphElement
org.jbpm.graph.def.GraphElement
       org.jbpm.graph.def.Node
org.jbpm.graph.def.Node
           org.jboss.seam.jbpm.Page
org.jboss.seam.jbpm.Page
- All Implemented Interfaces: 
- Serializable, org.jbpm.jpdl.xml.Parsable
- public class Page 
- extends org.jbpm.graph.def.Node- implements org.jbpm.jpdl.xml.Parsable
- See Also:
- Serialized Form
 
| Fields inherited from class org.jbpm.graph.def.Node | 
| action, arrivingTransitions, isAsync, leavingTransitions, superState, supportedEventTypes | 
 
| Fields inherited from class org.jbpm.graph.def.GraphElement | 
| events, exceptionHandlers, name, processDefinition | 
 
| Constructor Summary | 
| Page()
 | 
 
 
| Methods inherited from class org.jbpm.graph.def.Node | 
| addArrivingTransition, addLeavingTransition, enter, generateNextLeavingTransitionName, getAction, getArrivingTransitions, getDefaultLeavingTransition, getFullyQualifiedName, getLeavingTransition, getLeavingTransitions, getLeavingTransitionsList, getLeavingTransitionsMap, getParent, getProcessDefinition, getSuperState, getSupportedEventTypes, hasLeavingTransition, hasNoLeavingTransitions, isAsync, leave, leave, leave, removeArrivingTransition, removeLeavingTransition, reorderLeavingTransition, setAction, setAsync, setName, write | 
 
| Methods inherited from class org.jbpm.graph.def.GraphElement | 
| addEvent, addExceptionHandler, equals, executeAction, findExceptionHandler, fireAndPropagateEvent, fireEvent, getEvent, getEvents, getExceptionHandlers, getId, getName, getParentChain, getParents, hasEvent, hasEvents, raiseException, removeEvent, removeExceptionHandler, reorderExceptionHandler, setProcessDefinition, toString | 
 
 
| Methods inherited from interface org.jbpm.jpdl.xml.Parsable | 
| write | 
 
Page
public Page()
read
public void read(org.dom4j.Element pageElement,
                 org.jbpm.jpdl.xml.JpdlXmlReader jpdlXmlReader)
- parses the dom4j element that corresponds to this page.
 
- 
- Specified by:
- readin interface- org.jbpm.jpdl.xml.Parsable
- Overrides:
- readin class- org.jbpm.graph.def.Node
 
- 
 
execute
public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
- is executed when execution arrives in this page at runtime.
 
- 
- Overrides:
- executein class- org.jbpm.graph.def.Node
 
- 
 
isConversationEnd
public boolean isConversationEnd()
- 
 
- 
 
getTransition
public String getTransition()
- 
 
- 
 
getViewId
public String getViewId()
- 
 
- 
 
isRedirect
public boolean isRedirect()
- 
 
- 
 
hasDescription
public boolean hasDescription()
- 
 
- 
 
getDescription
public String getDescription()
- 
 
- 
 
getTimeout
public Integer getTimeout()
- 
 
- 
 
isBackEnabled
public boolean isBackEnabled()
- 
 
-