Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


com.oracle.dac.thirdparty.executor
Interface DACExecutorProperty

All Known Implementing Classes:
DACExecutorPropertyImpl

public interface DACExecutorProperty

DACExecutableProperty is an interface used to define DACExecutor properties such as host, port, parallelism level, etc.

Since:
DAC 11.1.1.5.0

Method Summary
 java.lang.Object getDefaultValue()
          Returns default value for the property.
 java.lang.String getDescription()
          Returns property description.
 java.lang.String getName()
          Returns property name.
 DACExecutorPropertyType getType()
          Returns property type.
 boolean mustEnter()
          Returns true if the value for this property is mandatory, false otherwise.

 

Method Detail

getName

java.lang.String getName()
Returns property name.
Returns:
property name

getDescription

java.lang.String getDescription()
Returns property description.
Returns:
property description

getType

DACExecutorPropertyType getType()
Returns property type.
Returns:
property type

mustEnter

boolean mustEnter()
Returns true if the value for this property is mandatory, false otherwise.
Returns:
true, if the property is mandatory, false otherwise

getDefaultValue

java.lang.Object getDefaultValue()
Returns default value for the property. This value will be used when a set of properties is generated for an executor from DAC Client. Can be left as null.
Returns:
default value for the property

Skip navigation links

Oracle Fusion Middleware External Executors Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20491-01


Copyright © 2003, 2011, Oracle. All rights reserved.