|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.InteractionContextXto
public class InteractionContextXto
The InteractionContext represents the execution context of an activity. An activity may have multiple execution contexts, depending on the implementation type.
Java class for InteractionContext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InteractionContext">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="inDataFlows" type="{http://eclipse.org/stardust/ws/v2012a/api}DataFlows"/>
<element name="outDataFlows" type="{http://eclipse.org/stardust/ws/v2012a/api}DataFlows"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
InteractionContextXto()
|
|
| Method Summary | |
|---|---|
DataFlowsXto |
getInDataFlows()
Gets the value of the inDataFlows property. |
DataFlowsXto |
getOutDataFlows()
Gets the value of the outDataFlows property. |
void |
setInDataFlows(DataFlowsXto value)
Sets the value of the inDataFlows property. |
void |
setOutDataFlows(DataFlowsXto value)
Sets the value of the outDataFlows property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InteractionContextXto()
| Method Detail |
|---|
public DataFlowsXto getInDataFlows()
DataFlowsXtopublic void setInDataFlows(DataFlowsXto value)
value - allowed object is
DataFlowsXtopublic DataFlowsXto getOutDataFlows()
DataFlowsXtopublic void setOutDataFlows(DataFlowsXto value)
value - allowed object is
DataFlowsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||