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 ICommonInputParameter


public interface ICommonInputParameter

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 getValue()
          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 setRequired(boolean required)
          Sets the required attribute.
 void setValue(java.lang.String value)
          Sets the input parameter name that is required.

 

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.

getValue

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

setValue

void setValue(java.lang.String value)
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.9.0)
E15995-08


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