Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.conductor.scenario.syntax
Interface IStatementFactory


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

createConditionalStatements

IConditionalStatements createConditionalStatements()
Construct wrapper around conditional statements and otherwise.

createConditionalStatement

IConditionalStatement createConditionalStatement()
Construct a conditional statement.

createOtherwiseStatement

ICompoundStatement createOtherwiseStatement()
Construct an otherwise statement.

createExecutableExpressionStatement

IExecutableExpressionStatement createExecutableExpressionStatement()
Construct an executable expression statement.

createForEachStatement

IForEachStatement createForEachStatement()
Construct a for-each statement for looping.

createInvokeProviderStatement

IInvokeProviderStatement createInvokeProviderStatement()
Construct an invoke provider statement used to invoke registered providers.

createInvokeScenarioStatement

IInvokeScenarioStatement createInvokeScenarioStatement()
Construct an invoke scenario statement used to invoke other scenarios (within the same namespace).

createReturnStatement

IReturnStatement createReturnStatement()
Construct a return statement to return results to the caller.

createScenarioStatement

IScenarioStatement createScenarioStatement()
Construct a scenario statement which defines a scenario definition.

createVariableAssignmentStatement

IVariableAssignmentStatement createVariableAssignmentStatement()
Construct a variable assignment statement.

createWhileStatement

IWhileStatement createWhileStatement()
Construct a while statement for looping.

createRaiseErrorStatement

IRaiseErrorStatement createRaiseErrorStatement()
Constructs a raise-error statement.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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