|
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 IStatementFactory
Interface for general construction of scenario statements
| Method Summary | |
|---|---|
IConditionalStatement |
createConditionalStatement()Construct a conditional statement. |
IConditionalStatements |
createConditionalStatements()Construct wrapper around conditional statements and otherwise. |
IExecutableExpressionStatement |
createExecutableExpressionStatement()Construct an executable expression statement. |
IForEachStatement |
createForEachStatement()Construct a for-each statement for looping. |
IInvokeProviderStatement |
createInvokeProviderStatement()Construct an invoke provider statement used to invoke registered providers. |
IInvokeScenarioStatement |
createInvokeScenarioStatement()Construct an invoke scenario statement used to invoke other scenarios (within the same namespace). |
ICompoundStatement |
createOtherwiseStatement()Construct an otherwise statement. |
IRaiseErrorStatement |
createRaiseErrorStatement()Constructs a raise-error statement. |
IReturnStatement |
createReturnStatement()Construct a return statement to return results to the caller. |
IScenarioStatement |
createScenarioStatement()Construct a scenario statement which defines a scenario definition. |
IVariableAssignmentStatement |
createVariableAssignmentStatement()Construct a variable assignment statement. |
IWhileStatement |
createWhileStatement()Construct a while statement for looping. |
| Method Detail |
|---|
IConditionalStatements createConditionalStatements()
IConditionalStatement createConditionalStatement()
ICompoundStatement createOtherwiseStatement()
IExecutableExpressionStatement createExecutableExpressionStatement()
IForEachStatement createForEachStatement()
IInvokeProviderStatement createInvokeProviderStatement()
IInvokeScenarioStatement createInvokeScenarioStatement()
IReturnStatement createReturnStatement()
IScenarioStatement createScenarioStatement()
IVariableAssignmentStatement createVariableAssignmentStatement()
IWhileStatement createWhileStatement()
IRaiseErrorStatement createRaiseErrorStatement()
|
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 | ||||||||