|
|||||||||
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.OAgent
org.apache.ode.bpel.o.OActivity
org.apache.ode.bpel.o.OAssign
public class OAssign
Nested Class Summary | |
---|---|
static class |
OAssign.Copy
Assignmenet copy entry, i.e. |
static class |
OAssign.DirectRef
Direct reference: selects named child of the message document element. |
static class |
OAssign.Expression
|
static class |
OAssign.Literal
|
static interface |
OAssign.LValue
|
static class |
OAssign.LValueExpression
|
static class |
OAssign.PartnerLinkRef
|
static class |
OAssign.PropertyRef
|
static interface |
OAssign.RValue
|
static class |
OAssign.VariableRef
|
Field Summary | |
---|---|
java.util.List<OAssign.Copy> |
copy
|
Fields inherited from class org.apache.ode.bpel.o.OActivity |
---|
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks |
Fields inherited from class org.apache.ode.bpel.o.OAgent |
---|
incomingLinks, nested, outgoingLinks, variableRd, variableWr |
Fields inherited from class org.apache.ode.bpel.o.OBase |
---|
debugInfo |
Constructor Summary | |
---|---|
OAssign(OProcess owner,
OActivity parent)
|
Method Summary | |
---|---|
void |
dehydrate()
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.ode.bpel.o.OActivity |
---|
getFailureHandling, getParent, getType, setFailureHandling |
Methods inherited from class org.apache.ode.bpel.o.OBase |
---|
equals, 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<OAssign.Copy> copy
Constructor Detail |
---|
public OAssign(OProcess owner, OActivity parent)
Method Detail |
---|
public java.lang.String toString()
toString
in class OActivity
public void dehydrate()
dehydrate
in class OBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |