Skip navigation links

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


oracle.wcps.conductor.scenario.syntax
Interface IIteratingStatement

All Superinterfaces:
ICompoundStatement, IStatement
All Known Subinterfaces:
IForEachStatement, IWhileStatement

public interface IIteratingStatement
extends ICompoundStatement

Nested Class Summary

 

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

 

Field Summary
static int DEFAULT_MAX_ITERATIONS
           
static int UNLIMITED_ITERATIONS
           

 

Method Summary
 java.lang.Integer getMaximumIterations()
           
 void setMaximumIterations(java.lang.Integer maxIterations)
           

 

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

 

Field Detail

UNLIMITED_ITERATIONS

static final int UNLIMITED_ITERATIONS
See Also:
Constant Field Values

DEFAULT_MAX_ITERATIONS

static final int DEFAULT_MAX_ITERATIONS
See Also:
Constant Field Values

Method Detail

getMaximumIterations

java.lang.Integer getMaximumIterations()

setMaximumIterations

void setMaximumIterations(java.lang.Integer maxIterations)

Skip navigation links

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


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