Skip navigation links

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


oracle.wcps.conductor.scenario.syntax
Interface IScenarioInputParameter


public interface IScenarioInputParameter

Metadata designed to define input parameters that may be required to execute a scenario.


Method Summary
 java.lang.String getDescription()
          Gets the description of this input variable.
 java.lang.String getName()
          Returns the input parameter name that is required.
 boolean isRequired()
          Is the scenario input parameter required.
 void setDescription(java.lang.String description)
          Sets the description of this input variable.
 void setName(java.lang.String name)
          Sets the input parameter name that is required.
 void setRequired(boolean required)
          Sets the required attribute.

 

Method Detail

isRequired

boolean isRequired()
Is the scenario input parameter required.

If set to true, an exception is thrown if the scenario is executed without the input parameter.

Default value is false.


setRequired

void setRequired(boolean required)
Sets the required attribute.

getName

java.lang.String getName()
Returns the input parameter name that is required.

setName

void setName(java.lang.String name)
Sets the input parameter name that is required.

getDescription

java.lang.String getDescription()
Gets the description of this input variable.

setDescription

void setDescription(java.lang.String description)
Sets the description of this input variable.

Skip navigation links

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


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