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 IConditionalStatement

All Superinterfaces:
ICompoundStatement, IStatement
All Known Subinterfaces:
IWhileStatement

public interface IConditionalStatement
extends ICompoundStatement

Statements that interact with conditional expressions.

Conditional expressions must evaluate to true or false.


Nested Class Summary

 

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

 

Method Summary
 java.lang.String getConditionExpression()
          Returns the conditional expression.
 void setConditionExpression(java.lang.String expression)
          Sets the conditional expression.

 

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

 

Method Detail

getConditionExpression

java.lang.String getConditionExpression()
Returns the conditional expression.

setConditionExpression

void setConditionExpression(java.lang.String expression)
Sets the conditional expression.

For example, the following expression determines if a variable named "aVariable" is null or empty:

${empty aVariable}


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.