Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.conductor.scenario.syntax
Interface IWhileStatement

All Superinterfaces:
ICompoundStatement, IConditionalStatement, IIteratingStatement, IStatement

public interface IWhileStatement
extends IConditionalStatement, IIteratingStatement

Statement for scenario iteration while a condition evaluates to true.


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement
IStatement.ErrorLevel

 

Field Summary

 

Fields inherited from interface oracle.wcps.conductor.scenario.syntax.IIteratingStatement
DEFAULT_MAX_ITERATIONS, UNLIMITED_ITERATIONS

 

Method Summary

 

Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IConditionalStatement
getConditionExpression, setConditionExpression

 

Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IIteratingStatement
getMaximumIterations, setMaximumIterations

 

Methods inherited from interface oracle.wcps.conductor.scenario.syntax.ICompoundStatement
addStatement, addStatement, deleteStatement, getBody, getFirstErrorMessage, getStatement, indexOfStatement, raiseError

 

Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement
getComments, getContainerScenarioName, getErrorLevel, getErrorMessage, getId, getLabel, getParentStatement, raiseError, setComments, setId, setLabel

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.