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

B12155-01

oracle.owb.environment
Interface BaseLocation

All Superinterfaces:
Component, Folder, OWBNamedObject, Snapshotable
All Known Subinterfaces:
Location, RuntimeRepository

public interface BaseLocation
extends Folder

BaseLocation interface is the interface for all design level entities which hold locations.


Field Summary
static java.util.Vector ALL_LOCATION_TYPES
          The vector of values of all possible Location types for OWB.
static java.lang.String LOCATION_TYPE_DATABASE
          The value of the Location type for Oracle Databases.
static java.lang.String LOCATION_TYPE_FLATFILE
          The value of the Location type for file systems.
static java.lang.String LOCATION_TYPE_GATEWAY_DB2
          The value of the Location type for Oracle DB2 Gateway.
static java.lang.String LOCATION_TYPE_GATEWAY_DRDA
          The value of the Location type for Oracle DRDA Gateway.
static java.lang.String LOCATION_TYPE_GATEWAY_INFORMIX
          The value of the Location type for Oracle Informix Gateway.
static java.lang.String LOCATION_TYPE_GATEWAY_ODBC
          The value of the Location type for Oracle ODBC Gateway.
static java.lang.String LOCATION_TYPE_GATEWAY_OTHER
          The value of the Location type for other Oracle Gateways.
static java.lang.String LOCATION_TYPE_GATEWAY_RDB
          The value of the Location type for Oracle RDB Gateway.
static java.lang.String LOCATION_TYPE_GATEWAY_SQLSERVER
          The value of the Location type for Oracle SQLServer Gateway.
static java.lang.String LOCATION_TYPE_GATEWAY_SYBASE
          The value of the Location type for Oracle Sybase Gateway.
static java.lang.String LOCATION_TYPE_GATEWAY_TERRADATA
          The value of the Location type for Oracle Terradata Gateway.
static java.lang.String LOCATION_TYPE_PROCESSFLOW_OEM
          The value of the Location type for Oracle Enterprise Manager.
static java.lang.String LOCATION_TYPE_PROCESSFLOW_OWF
          The value of the Location type for Oracle Workflow.
static java.lang.String LOCATION_TYPE_SAP
          The value of the Location type for SAP.
static java.util.Vector LOCATION_TYPES_GATEWAYS
          The vector of values of all possible Location types for Gateways.
static java.util.Vector LOCATION_TYPES_WITH_VERSIONS
          The vector of values of all possible Location types with versions.
static java.lang.String ODB_VERSION_10_1
          The value of the version for Oracle 10.1 Databases.
static java.lang.String ODB_VERSION_7_3_4
          The value of the version for Oracle 7.3.4 Databases.
static java.lang.String ODB_VERSION_8_0
          The value of the version for Oracle 8.0 Databases.
static java.lang.String ODB_VERSION_8_1
          The value of the version for Oracle 8.1 Databases.
static java.lang.String ODB_VERSION_9_0
          The value of the version for Oracle 9.0 Databases.
static java.lang.String ODB_VERSION_9_2
          The value of the version for Oracle 9.2 Databases.
static java.lang.String OEM_VERSION_10_1
          The value of the version for Oracle Enterprise Manager 9.2.
static java.lang.String OEM_VERSION_9_0
          The value of the version for Oracle Enterprise Manager 9.0.
static java.lang.String OEM_VERSION_9_2
          The value of the version for Oracle Enterprise Manager 9.2.
static java.lang.String OWF_VERSION_2_6_2
          The value of the version for Oracle Workflow 2.6.2
static java.lang.String OWF_VERSION_2_6_3
          The value of the version for Oracle Workflow 2.6.3
static java.lang.String OWF_VERSION_2_6_4
          The value of the version for Oracle Workflow 2.6.4
static java.lang.String SAP_VERSION_R33X
          The value of the version for SAP.
static java.lang.String SAP_VERSION_R34X
          The value of the version for SAP.

 

Fields inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable
MAX_DEPENDENCY_DEPTH, MIN_DEPENDENCY_DEPTH

 

Method Summary
 Project getProject()
          Gets the owning Project for the Location.
 java.lang.String getType()
          Gets the type of the Location.
 java.lang.String getVersion()
          Gets the version of the Location.
 void setVersion(java.lang.String version)
          Sets the version of the Location.

 

Methods inherited from interface oracle.owb.foundation.Folder
findChild, getContentTypes, getFolderContents, getFolderContentsOfType, isCascadeForSnapshot, lockShared, lockWithContents, reloadWithContents, setCascadeForSnapshot

 

Methods inherited from interface oracle.owb.foundation.Component
getOwningFolder, isReloadNeeded, lock, reload, unlock

 

Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName

 

Methods inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable
compare, compare, compare, compare, createSnapshot, createSnapshot, createSnapshotWithDependeeComponents, createSnapshotWithDependeeComponents, getSnapshots

 

Field Detail

LOCATION_TYPE_DATABASE

public static final java.lang.String LOCATION_TYPE_DATABASE
The value of the Location type for Oracle Databases.
See Also:
Constant Field Values

LOCATION_TYPE_FLATFILE

public static final java.lang.String LOCATION_TYPE_FLATFILE
The value of the Location type for file systems.
See Also:
Constant Field Values

LOCATION_TYPE_PROCESSFLOW_OEM

public static final java.lang.String LOCATION_TYPE_PROCESSFLOW_OEM
The value of the Location type for Oracle Enterprise Manager.
See Also:
Constant Field Values

LOCATION_TYPE_PROCESSFLOW_OWF

public static final java.lang.String LOCATION_TYPE_PROCESSFLOW_OWF
The value of the Location type for Oracle Workflow.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_DB2

public static final java.lang.String LOCATION_TYPE_GATEWAY_DB2
The value of the Location type for Oracle DB2 Gateway.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_DRDA

public static final java.lang.String LOCATION_TYPE_GATEWAY_DRDA
The value of the Location type for Oracle DRDA Gateway.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_INFORMIX

public static final java.lang.String LOCATION_TYPE_GATEWAY_INFORMIX
The value of the Location type for Oracle Informix Gateway.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_ODBC

public static final java.lang.String LOCATION_TYPE_GATEWAY_ODBC
The value of the Location type for Oracle ODBC Gateway.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_OTHER

public static final java.lang.String LOCATION_TYPE_GATEWAY_OTHER
The value of the Location type for other Oracle Gateways.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_RDB

public static final java.lang.String LOCATION_TYPE_GATEWAY_RDB
The value of the Location type for Oracle RDB Gateway.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_SQLSERVER

public static final java.lang.String LOCATION_TYPE_GATEWAY_SQLSERVER
The value of the Location type for Oracle SQLServer Gateway.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_SYBASE

public static final java.lang.String LOCATION_TYPE_GATEWAY_SYBASE
The value of the Location type for Oracle Sybase Gateway.
See Also:
Constant Field Values

LOCATION_TYPE_GATEWAY_TERRADATA

public static final java.lang.String LOCATION_TYPE_GATEWAY_TERRADATA
The value of the Location type for Oracle Terradata Gateway.
See Also:
Constant Field Values

LOCATION_TYPE_SAP

public static final java.lang.String LOCATION_TYPE_SAP
The value of the Location type for SAP.
See Also:
Constant Field Values

ODB_VERSION_8_0

public static final java.lang.String ODB_VERSION_8_0
The value of the version for Oracle 8.0 Databases.
See Also:
Constant Field Values

ODB_VERSION_8_1

public static final java.lang.String ODB_VERSION_8_1
The value of the version for Oracle 8.1 Databases.
See Also:
Constant Field Values

ODB_VERSION_7_3_4

public static final java.lang.String ODB_VERSION_7_3_4
The value of the version for Oracle 7.3.4 Databases.
See Also:
Constant Field Values

ODB_VERSION_9_0

public static final java.lang.String ODB_VERSION_9_0
The value of the version for Oracle 9.0 Databases.
See Also:
Constant Field Values

ODB_VERSION_9_2

public static final java.lang.String ODB_VERSION_9_2
The value of the version for Oracle 9.2 Databases.
See Also:
Constant Field Values

ODB_VERSION_10_1

public static final java.lang.String ODB_VERSION_10_1
The value of the version for Oracle 10.1 Databases.
See Also:
Constant Field Values

OEM_VERSION_9_0

public static final java.lang.String OEM_VERSION_9_0
The value of the version for Oracle Enterprise Manager 9.0.
See Also:
Constant Field Values

OEM_VERSION_9_2

public static final java.lang.String OEM_VERSION_9_2
The value of the version for Oracle Enterprise Manager 9.2.
See Also:
Constant Field Values

OEM_VERSION_10_1

public static final java.lang.String OEM_VERSION_10_1
The value of the version for Oracle Enterprise Manager 9.2.
See Also:
Constant Field Values

OWF_VERSION_2_6_2

public static final java.lang.String OWF_VERSION_2_6_2
The value of the version for Oracle Workflow 2.6.2
See Also:
Constant Field Values

OWF_VERSION_2_6_3

public static final java.lang.String OWF_VERSION_2_6_3
The value of the version for Oracle Workflow 2.6.3
See Also:
Constant Field Values

OWF_VERSION_2_6_4

public static final java.lang.String OWF_VERSION_2_6_4
The value of the version for Oracle Workflow 2.6.4
See Also:
Constant Field Values

SAP_VERSION_R33X

public static final java.lang.String SAP_VERSION_R33X
The value of the version for SAP.
See Also:
Constant Field Values

SAP_VERSION_R34X

public static final java.lang.String SAP_VERSION_R34X
The value of the version for SAP.
See Also:
Constant Field Values

ALL_LOCATION_TYPES

public static final java.util.Vector ALL_LOCATION_TYPES
The vector of values of all possible Location types for OWB.

LOCATION_TYPES_GATEWAYS

public static final java.util.Vector LOCATION_TYPES_GATEWAYS
The vector of values of all possible Location types for Gateways.

LOCATION_TYPES_WITH_VERSIONS

public static final java.util.Vector LOCATION_TYPES_WITH_VERSIONS
The vector of values of all possible Location types with versions.
Method Detail

getProject

public Project getProject()
Gets the owning Project for the Location.
Returns:
the Project which contains this Location

getType

public java.lang.String getType()
Gets the type of the Location.
Returns:
a String specifying the type of this Location

getVersion

public java.lang.String getVersion()
Gets the version of the Location.
Returns:
a String specifying the version of this Location
See Also:
setVersion(java.lang.String)

setVersion

public void setVersion(java.lang.String version)
Sets the version of the Location.
Parameters:
version - a String specifying the version of this Location
See Also:
getVersion()

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

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.