Skip navigation links

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


oracle.wcps.conductor.scenario.syntax
Interface IScriptStatement

All Superinterfaces:
IStatement

public interface IScriptStatement
extends IStatement

Statement used for JSR-223 support


Nested Class Summary

 

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

 

Method Summary
 java.lang.String getName()
          Used to get the script engine by name.
 java.lang.Boolean getResolveAsExpression()
          If true, the script will run through the expression resolver.
 java.lang.String getSource()
          Defines the script source to run during execution.
 java.lang.String getType()
          Used to get the script engine by MIME type, only if name is not specified.
 java.lang.String getVariable()
          Used to specify the variable name to store the results of the script in.
 void setName(java.lang.String scriptEngineName)
           
 void setResolveAsExpression(java.lang.Boolean resolve)
           
 void setSource(java.lang.String source)
           
 void setType(java.lang.String type)
           
 void setVariable(java.lang.String variableName)
           

 

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

 

Method Detail

getType

java.lang.String getType()
Used to get the script engine by MIME type, only if name is not specified.

setType

void setType(java.lang.String type)

getName

java.lang.String getName()
Used to get the script engine by name. This will be used by default, if specified.
Returns:

setName

void setName(java.lang.String scriptEngineName)

getSource

java.lang.String getSource()
Defines the script source to run during execution.

setSource

void setSource(java.lang.String source)

getVariable

java.lang.String getVariable()
Used to specify the variable name to store the results of the script in.

setVariable

void setVariable(java.lang.String variableName)

getResolveAsExpression

java.lang.Boolean getResolveAsExpression()
If true, the script will run through the expression resolver. All EL expressions will be replaced with it's appropriate value.

setResolveAsExpression

void setResolveAsExpression(java.lang.Boolean resolve)

Skip navigation links

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


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