|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.graph.def.GraphElement
org.jbpm.graph.def.Node
org.jboss.seam.pageflow.Page
public class Page
Field Summary |
---|
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()
|
Method Summary | |
---|---|
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 |
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. |
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 class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jbpm.jpdl.xml.Parsable |
---|
write |
Constructor Detail |
---|
public Page()
Method Detail |
---|
public void read(org.dom4j.Element pageElement, org.jbpm.jpdl.xml.JpdlXmlReader jpdlXmlReader)
read
in interface org.jbpm.jpdl.xml.Parsable
read
in class org.jbpm.graph.def.Node
public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
execute
in class org.jbpm.graph.def.Node
public boolean isConversationEnd()
public String getTransition()
public String getViewId()
public boolean isRedirect()
public boolean hasDescription()
public String getDescription()
public Integer getTimeout()
public boolean isBackEnabled()
public boolean isSwitchEnabled()
public String getNoConversationViewId()
protected boolean isTaskEnd()
protected String getProcessToCreate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |