|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OLink
public class OLink
Compiled representation of a BPEL control link.
| Field Summary | |
|---|---|
OFlow |
declaringFlow
The flow in which the link is declared. |
java.lang.String |
name
The name of the link. |
OActivity |
source
The source activity. |
OActivity |
target
The target activity. |
OExpression |
transitionCondition
The link's transition condition. |
| Fields inherited from class org.apache.ode.bpel.o.OBase |
|---|
debugInfo |
| Constructor Summary | |
|---|---|
OLink(OProcess owner)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.ode.bpel.o.OBase |
|---|
dehydrate, digest, equals, getId, getOwner, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public OFlow declaringFlow
public java.lang.String name
public OExpression transitionCondition
public OActivity source
public OActivity target
| Constructor Detail |
|---|
public OLink(OProcess owner)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||