Skip navigation links

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


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
           

 

Fields inherited from interface oracle.wcps.conductor.scenario.syntax.ICompoundStatement
INDEX_SEPARATOR, INDEX_SEPARATOR_REGEX

 

Method Summary
 java.lang.Integer getMaxIterations()
           
 void setMaxIterations(java.lang.Integer maxIterations)
           

 

Methods inherited from interface oracle.wcps.conductor.scenario.syntax.ICompoundStatement
addStatement, addStatement, afterUnmarshalJson, deleteStatement, getBodyStatements, getFirstErrorMessage, getStatement, getStatementByIndex, indexOfStatement, raiseError, setBodyStatements

 

Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement
getComments, getContainerScenario, getErrorLevel, getErrorMessage, getId, getLabel, getNodeName, getParentStatement, getScenarioStatementIndex, getStatementIndex, 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

getMaxIterations

java.lang.Integer getMaxIterations()

setMaxIterations

void setMaxIterations(java.lang.Integer maxIterations)

Skip navigation links

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


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