public class Page
extends org.jbpm.graph.def.Node
implements org.jbpm.jpdl.xml.Parsable
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.jbpm.graph.exe.ExecutionContext executionContext)
is executed when execution arrives in this page at runtime.
|
String |
getDescription() |
String |
getNoConversationViewId() |
protected String |
getProcessToCreate() |
Integer |
getTimeout() |
String |
getTransition() |
String |
getViewId() |
boolean |
hasDescription() |
boolean |
isBackEnabled() |
boolean |
isConversationEnd() |
boolean |
isConversationEndBeforeRedirect() |
boolean |
isRedirect() |
boolean |
isSwitchEnabled() |
protected boolean |
isTaskEnd() |
void |
read(org.dom4j.Element pageElement,
org.jbpm.jpdl.xml.JpdlXmlReader jpdlXmlReader)
parses the dom4j element that corresponds to this page.
|
addArrivingTransition, addLeavingTransition, addNodeLog, createAsyncContinuationJob, enter, generateNextLeavingTransitionName, getAction, getArrivingTransitions, getDefaultLeavingTransition, getFullyQualifiedName, getLeavingTransition, getLeavingTransitions, getLeavingTransitionsList, getLeavingTransitionsMap, getNameExt, getNodes, getNodeType, getParent, getProcessDefinition, getSuperState, getSupportedEventTypes, hasLeavingTransition, hasNoLeavingTransitions, isAsync, isAsyncExclusive, isSuperStateNode, leave, leave, leave, removeArrivingTransition, removeLeavingTransition, reorderLeavingTransition, setAction, setAsync, setAsyncExclusive, setName, writeaddEvent, addExceptionHandler, createAsyncActionExecutionJob, equals, executeAction, findExceptionHandler, fireAndPropagateEvent, fireEvent, getEvent, getEvents, getExceptionHandlers, getId, getName, getParentChain, getParents, hasEvent, hasEvents, hashCode, raiseException, removeEvent, removeExceptionHandler, reorderExceptionHandler, setDescription, setProcessDefinition, toStringpublic void read(org.dom4j.Element pageElement,
org.jbpm.jpdl.xml.JpdlXmlReader jpdlXmlReader)
read in interface org.jbpm.jpdl.xml.Parsableread in class org.jbpm.graph.def.Nodepublic void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
execute in class org.jbpm.graph.def.Nodepublic boolean isConversationEnd()
public String getTransition()
public String getViewId()
public boolean isRedirect()
public boolean hasDescription()
public String getDescription()
getDescription in class org.jbpm.graph.def.GraphElementpublic Integer getTimeout()
public boolean isBackEnabled()
public boolean isSwitchEnabled()
public String getNoConversationViewId()
protected boolean isTaskEnd()
protected String getProcessToCreate()
public boolean isConversationEndBeforeRedirect()
Copyright © 2015 Seam Framework. All Rights Reserved.