Skip navigation links

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


oracle.wcps.conductor.scenario.syntax
Interface IInvokeProviderStatement

All Superinterfaces:
IStatement

public interface IInvokeProviderStatement
extends IStatement

Invokes a "registered" provider by name, connection and resource.


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.lang.String getConnectionName()
          Returns the connection name to use for this provider.
 java.util.List<IInvokeInputParameter> getInputParameters()
          Returns the collection of input parameters.
 java.lang.String getMethodName()
          Returns the method name to invoke.
 java.lang.String getProviderName()
          Returns the provider name to be invoked.
 java.lang.String getResourceName()
          Returns the executable resource name to use for the specified provider and connection.
 java.lang.String getVariableName()
          Returns the variable name the result will be stored as.
 void setConnectionName(java.lang.String connectionName)
          Sets the connection name to use for the provider.
 void setInputParameters(java.util.List<IInvokeInputParameter> parameters)
          Sets or replaces the collection of input parameters.
 void setMethodName(java.lang.String methodName)
          Sets the method name to use for the provider , connection and executable resource.
 void setProviderName(java.lang.String providerName)
          Sets the provider name to invoke.
 void setResourceName(java.lang.String resourceName)
          Sets the executable resource name to use for the provider and connection.
 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

getProviderName

java.lang.String getProviderName()
Returns the provider name to be invoked.

setProviderName

void setProviderName(java.lang.String providerName)
Sets the provider name to invoke.

This value can be an expression.


getConnectionName

java.lang.String getConnectionName()
Returns the connection name to use for this provider.

Can be null.


setConnectionName

void setConnectionName(java.lang.String connectionName)
Sets the connection name to use for the provider.

If not specified, the default connection will be used.

This value can be an expression.


getResourceName

java.lang.String getResourceName()
Returns the executable resource name to use for the specified provider and connection.

Can be null


setResourceName

void setResourceName(java.lang.String resourceName)
Sets the executable resource name to use for the provider and connection.

If not specified, the default executable resource will be used.

This value can be an expression.


getMethodName

java.lang.String getMethodName()
Returns the method name to invoke.

Can be null


setMethodName

void setMethodName(java.lang.String methodName)
Sets the method name to use for the provider , connection and executable resource.

If not specified, the execute() method will be invoked.

This value can be an expression.


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.


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.

Skip navigation links

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


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