|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.gpe.clients.api.workflow.Assignment
public class Assignment
The assignment between variables or partner links.
| Constructor Summary | |
|---|---|
Assignment(PartnerLink plfrom,
boolean myRole,
PartnerLink plto)
Create a assignment from one partner link to another. |
|
Assignment(PartnerLink plfrom,
boolean myRole,
Variable vto)
Create a assignment from a partner link to a variable. |
|
Assignment(java.lang.String expr,
Variable to)
Create a assignment from an expression to a variable. |
|
Assignment(Variable vfrom,
PartnerLink plto)
Create a assignment from a variable to a partner link. |
|
Assignment(Variable from,
Variable to)
Create a assignment from one variable to another. |
|
| Method Summary | |
|---|---|
void |
emitCode(Scope scope,
org.w3c.dom.Element target)
Emit the piece of code corresponding to the current action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Assignment(Variable from,
Variable to)
from - The sourceto - The destination
public Assignment(PartnerLink plfrom,
boolean myRole,
PartnerLink plto)
plfrom - The sourcemyRole - If true then get the endpoint reference of the Workflow Job Resource itselfplto - The destination
public Assignment(Variable vfrom,
PartnerLink plto)
vfrom - The sourceplto - The destination
public Assignment(PartnerLink plfrom,
boolean myRole,
Variable vto)
plfrom - The sourcemyRole - If true then get the endpoint reference of the Workflow Job Resource itselfvto - The destination
public Assignment(java.lang.String expr,
Variable to)
expr - The expression which value is to be assignedto - The destination| Method Detail |
|---|
public void emitCode(Scope scope,
org.w3c.dom.Element target)
throws java.lang.Exception
Action
emitCode in interface Actionscope - The variable scope of the workflowtarget - The XML DOM element to append the action code to
java.lang.Exception - In a case of error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||