Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Package oracle.owb.foundation

Provides OWB base interfaces.

See:
          Description

Interface Summary
Component A Component is a large-grained metadata object, which usually aggregates multiple objects.
Folder A Folder is a special type of Component, which can contain other components.
OWBNamedObject This is the base interface for all OWB metadata objects exposed in the public API.

 

Class Summary
CopyMoveManager CopyMoveManager contains operations to handle Component Copy/Move operations.

 

Exception Summary
ComponentDeletedException ComponentDeletedException is an exception that is thrown when the an object cannot be accessed because another user already deleted that object.
IncompatibleTargetException IncompatibleTargetException is an exception that is thrown whenever the user tries to paste a component into an incompatible target component.
InvalidFormatException InvalidFormatException is an exception that is usually thrown when the value being set to a property does not satisfy the required format of the property (e.g. for a String, the length is greater than the maximum allowed length)
LockException LockException is an exception that is thrown when the lock for an object cannot be obtained because another user already locked that object.
NameSpaceException NameSpaceException is an exception that is thrown whenever the name being set on an object is not allowed due to a namespace constraint violation.
OWBException OWBException is a runtime exception that usually signals either a non-recoverable error, or an error the caller would normally not know how to handle.
ReadOnlyException ReadOnlyException is an runtime exception that is thrown whenever an attempt is made to modify a read-only object.

 

Package oracle.owb.foundation Description

Provides OWB base interfaces.

Since:
9.0.4

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.