oracle.owb.transformation
Class LibraryManager
java.lang.Object
|
+--oracle.owb.transformation.LibraryManager
- public class LibraryManager
- extends java.lang.Object
LibraryManager class provides access to the OWB built-in
global libraries. These global libraries are pre-defined information systems
which contain function libraries and functions that may be used in any
project.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
s_instance
protected static LibraryManager s_instance
- LibraryManager instance
LibraryManager
protected LibraryManager()
getInstance
public static LibraryManager getInstance()
- returns the singleton instance of the
LibraryManager
- Returns:
- the one and only one instance of LibraryManager object
getTransformationModuleNames
public java.lang.String[] getTransformationModuleNames()
- returns the array of the Transformation Module Names
- Returns:
- the array of Strings for the Transformation Module Names
findTransformationModule
public TransformationModule findTransformationModule(java.lang.String s)
- returns the Transformation Module object
- Parameters:
name - the name of the Transformation Module- Returns:
- Transformation Module object for a given Name
getOracleLibrary
public TransformationModule getOracleLibrary()
- Returns the built-in Oracle Library. This library contains function
libraries and functions defined in Oracle DB. This library is read-only.
- Returns:
- TransformationModule object
getGlobalSharedLibrary
public TransformationModule getGlobalSharedLibrary()
- Returns the Global Shared Library. This library contains function
libraries and functions which are defined by the user and which are
intended to be shared across all projects.
- Returns:
- TransformationModule object