|
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 IInvokeScenarioStatement
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 |
|---|
java.lang.String getVariableName()
void setVariableName(java.lang.String variableName)
This value must be a string literal.
java.lang.String getScenarioName()
void setScenarioName(java.lang.String scenarioName)
This value can be a string literal or expression.
IInvokeInputParameter addInputParameter(java.lang.String paramName,
java.lang.String valueExpression)
java.util.List<IInvokeInputParameter> getInputParameters()
void setInputParameters(java.util.List<IInvokeInputParameter> parameters)
In this version of the conductor, the value of each parameter must resolved as type java.lang.String for scenario invocation.
|
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 | ||||||||