|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConditionalStatements
Defines the body for condition and otherwise statements.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement |
|---|
IStatement.ErrorLevel |
| Method Summary | |
|---|---|
void |
addConditionalStatement(IConditionalStatement statement)Adds a compound statement to execute, but only if the supplied expression evaluates to true. |
java.util.List<IConditionalStatement> |
getConditionalStatements()Returns the collection of conditional statements. |
ICompoundStatement |
getOtherwiseStatement()Returns the otherwise statement. |
void |
setOtherwiseStatement(ICompoundStatement statementToExecute)Adds a compound statement to execute, but only if the provided conditional statements evaluate to false. |
| Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement |
|---|
getComments, getContainerScenarioName, getErrorLevel, getErrorMessage, getId, getLabel, getParentStatement, raiseError, setComments, setId, setLabel |
| Method Detail |
|---|
void addConditionalStatement(IConditionalStatement statement)
conditionalExpression - The expression to evaluate.statementToExecute - The block of statement(s) to execute if the provided conditionalExpression evaluates to true.java.util.List<IConditionalStatement> getConditionalStatements()
void setOtherwiseStatement(ICompoundStatement statementToExecute)
statementToExecute - The block of statement(s) to execute if none of the specified conditionalExpression statements evaluate to true.ICompoundStatement getOtherwiseStatement()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||