|
|||||||||
| 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.jbpm.graph.node.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(ExecutionContext executionContext)
override this method to customize the node behaviour. |
java.lang.String |
getOutcome()
|
java.lang.String |
getUrl()
|
boolean |
isConversationEnd()
|
void |
read(org.dom4j.Element nodeElement,
JpdlXmlReader jpdlXmlReader)
|
| 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 nodeElement,
JpdlXmlReader jpdlXmlReader)
read in interface Parsableread in class Nodepublic void execute(ExecutionContext executionContext)
Node
execute in class Nodepublic boolean isConversationEnd()
public java.lang.String getOutcome()
public java.lang.String getUrl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||