当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
Page (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.pageflow
Class Page
java.lang.Object
org.jbpm.graph.def.GraphElement
org.jbpm.graph.def.Node
org.jboss.seam.pageflow.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, addNodeLog, 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:
read
in interface org.jbpm.jpdl.xml.Parsable
- Overrides:
read
in 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:
execute
in 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()
isSwitchEnabled
public boolean isSwitchEnabled()
getNoConversationViewId
public String getNoConversationViewId()
isTaskEnd
protected boolean isTaskEnd()
getProcessToCreate
protected String getProcessToCreate()
isConversationEndBeforeRedirect
public boolean isConversationEndBeforeRedirect()