|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.gpe.clients.api.workflow.While
public class While
The loop construct. The loop condition is an XPath expression with boolean result.
| Constructor Summary | |
|---|---|
While(java.lang.String condition,
Action action)
Create the loop construct. |
|
| 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 While(java.lang.String condition,
Action action)
condition - the loop condition (XPath expression with boolean result)action - the loop body| 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 | |||||||||