Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.runtime
Class ModelerTaskGroup.Environment

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.ModelerTaskGroup.Environment
Enclosing class:
ModelerTaskGroup

public abstract static class ModelerTaskGroup.Environment
extends java.lang.Object

The environment where the tasks can be performed.


Constructor Summary
ModelerTaskGroup.Environment()
           
 
Method Summary
abstract  java.lang.String getConnectionString()
          Gets the connection string to the database where the flexfield definitions are.
abstract  java.lang.String getOutputDirectory()
          Gets the output directory where the generated content is stored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelerTaskGroup.Environment

public ModelerTaskGroup.Environment()
Method Detail

getConnectionString

public abstract java.lang.String getConnectionString()
Gets the connection string to the database where the flexfield definitions are.

Returns:
the connection string to the database

getOutputDirectory

public abstract java.lang.String getOutputDirectory()
Gets the output directory where the generated content is stored.

Returns:
the output directory where the generated content is stored

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.