Skip navigation links

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


oracle.wcps.conductor.scenario.syntax
Interface IInvokeScenarioStatement

All Superinterfaces:
IStatement

public interface IInvokeScenarioStatement
extends IStatement

Invokes a scenario by name in the current namespace


Nested Class Summary

 

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

 

Method Summary
 IInvokeInputParameter addInputParameter(java.lang.String paramName, java.lang.String valueExpression)
          Convenience method to creates an input parameter, adds to the collection of input parameters, and returns the input parameter.
 java.util.List<IInvokeInputParameter> getInputParameters()
          Returns the collection of input parameters.
 java.lang.String getScenarioName()
          Returns the scenario name to invoke.
 java.lang.String getVariableName()
          Returns the variable name the result will be stored as.
 void setInputParameters(java.util.List<IInvokeInputParameter> parameters)
          Sets or replaces the collection of input parameters.
 void setScenarioName(java.lang.String scenarioName)
          Sets the scenario name to invoke.
 void setVariableName(java.lang.String variableName)
          Sets the variable name to store the results in the IScenarioContext.

 

Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement
getComments, getContainerScenarioName, getErrorLevel, getErrorMessage, getId, getLabel, getParentStatement, raiseError, setComments, setId, setLabel

 

Method Detail

getVariableName

java.lang.String getVariableName()
Returns the variable name the result will be stored as.

setVariableName

void setVariableName(java.lang.String variableName)
Sets the variable name to store the results in the IScenarioContext.

This value must be a string literal.


getScenarioName

java.lang.String getScenarioName()
Returns the scenario name to invoke.

setScenarioName

void setScenarioName(java.lang.String scenarioName)
Sets the scenario name to invoke. The scenario must exist within the same namespace.

This value can be a string literal or expression.


addInputParameter

IInvokeInputParameter addInputParameter(java.lang.String paramName,
                                        java.lang.String valueExpression)
Convenience method to creates an input parameter, adds to the collection of input parameters, and returns the input parameter.

getInputParameters

java.util.List<IInvokeInputParameter> getInputParameters()
Returns the collection of input parameters.

setInputParameters

void setInputParameters(java.util.List<IInvokeInputParameter> parameters)
Sets or replaces the collection of input parameters.

In this version of the conductor, the value of each parameter must resolved as type java.lang.String for scenario invocation.


Skip navigation links

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


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