|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.rtrep.v2.OBase
org.apache.ode.bpel.rtrep.v2.OAgent
org.apache.ode.bpel.rtrep.v2.OActivity
org.apache.ode.bpel.rtrep.v2.OSequence
public class OSequence
Compiled representation of the BPEL <sequence> activity.
| Field Summary | |
|---|---|
java.util.List<OActivity> |
sequence
|
| Fields inherited from class org.apache.ode.bpel.rtrep.v2.OActivity |
|---|
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks |
| Fields inherited from class org.apache.ode.bpel.rtrep.v2.OAgent |
|---|
incomingLinks, nested, outgoingLinks, variableRd, variableWr |
| Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase |
|---|
debugInfo |
| Constructor Summary | |
|---|---|
OSequence(OProcess owner,
OActivity parent)
|
|
| Method Summary | |
|---|---|
java.util.List<ActivityModel> |
getSequence()
|
| Methods inherited from class org.apache.ode.bpel.rtrep.v2.OActivity |
|---|
getFailureHandling, getParent, getType, setFailureHandling, toString |
| Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase |
|---|
equals, getExtensibilityElements, getId, getOwner, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.util.List<OActivity> sequence
| Constructor Detail |
|---|
public OSequence(OProcess owner,
OActivity parent)
| Method Detail |
|---|
public java.util.List<ActivityModel> getSequence()
getSequence in interface SequenceModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||