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_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_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
          The value of the version for Oracle Workflow 2.6.
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.

LOCATION_TYPE_FLATFILE

public static final java.lang.String LOCATION_TYPE_FLATFILE
The value of the Location type for file systems.

LOCATION_TYPE_PROCESSFLOW_OEM

public static final java.lang.String LOCATION_TYPE_PROCESSFLOW_OEM
The value of the Location type for Oracle Enterprise Manager.

LOCATION_TYPE_PROCESSFLOW_OWF

public static final java.lang.String LOCATION_TYPE_PROCESSFLOW_OWF
The value of the Location type for Oracle Workflow.

LOCATION_TYPE_GATEWAY_DB2

public static final java.lang.String LOCATION_TYPE_GATEWAY_DB2
The value of the Location type for Oracle DB2 Gateway.

LOCATION_TYPE_GATEWAY_DRDA

public static final java.lang.String LOCATION_TYPE_GATEWAY_DRDA
The value of the Location type for Oracle DRDA Gateway.

LOCATION_TYPE_GATEWAY_INFORMIX

public static final java.lang.String LOCATION_TYPE_GATEWAY_INFORMIX
The value of the Location type for Oracle Informix Gateway.

LOCATION_TYPE_GATEWAY_ODBC

public static final java.lang.String LOCATION_TYPE_GATEWAY_ODBC
The value of the Location type for Oracle ODBC Gateway.

LOCATION_TYPE_GATEWAY_OTHER

public static final java.lang.String LOCATION_TYPE_GATEWAY_OTHER
The value of the Location type for other Oracle Gateways.

LOCATION_TYPE_GATEWAY_RDB

public static final java.lang.String LOCATION_TYPE_GATEWAY_RDB
The value of the Location type for Oracle RDB Gateway.

LOCATION_TYPE_GATEWAY_SQLSERVER

public static final java.lang.String LOCATION_TYPE_GATEWAY_SQLSERVER
The value of the Location type for Oracle SQLServer Gateway.

LOCATION_TYPE_GATEWAY_SYBASE

public static final java.lang.String LOCATION_TYPE_GATEWAY_SYBASE
The value of the Location type for Oracle Sybase Gateway.

LOCATION_TYPE_GATEWAY_TERRADATA

public static final java.lang.String LOCATION_TYPE_GATEWAY_TERRADATA
The value of the Location type for Oracle Terradata Gateway.

LOCATION_TYPE_SAP

public static final java.lang.String LOCATION_TYPE_SAP
The value of the Location type for SAP.

ODB_VERSION_8_0

public static final java.lang.String ODB_VERSION_8_0
The value of the version for Oracle 8.0 Databases.

ODB_VERSION_8_1

public static final java.lang.String ODB_VERSION_8_1
The value of the version for Oracle 8.1 Databases.

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.

ODB_VERSION_9_0

public static final java.lang.String ODB_VERSION_9_0
The value of the version for Oracle 9.0 Databases.

ODB_VERSION_9_2

public static final java.lang.String ODB_VERSION_9_2
The value of the version for Oracle 9.2 Databases.

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.

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.

OWF_VERSION_2_6

public static final java.lang.String OWF_VERSION_2_6
The value of the version for Oracle Workflow 2.6.

SAP_VERSION_R33X

public static final java.lang.String SAP_VERSION_R33X
The value of the version for SAP.

SAP_VERSION_R34X

public static final java.lang.String SAP_VERSION_R34X
The value of the version for SAP.

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()