|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
BaseLocation interface is the interface for all design level entities which hold locations.
| Field Summary | |
static java.util.Vector |
ALL_LOCATION_TYPESThe vector of values of all possible Location types for OWB. |
static java.lang.String |
LOCATION_TYPE_DATABASEThe value of the Location type for Oracle Databases. |
static java.lang.String |
LOCATION_TYPE_FLATFILEThe value of the Location type for file systems. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_DB2The value of the Location type for Oracle DB2 Gateway. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_DRDAThe value of the Location type for Oracle DRDA Gateway. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_INFORMIXThe value of the Location type for Oracle Informix Gateway. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_ODBCThe value of the Location type for Oracle ODBC Gateway. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_OTHERThe value of the Location type for other Oracle Gateways. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_RDBThe value of the Location type for Oracle RDB Gateway. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_SQLSERVERThe value of the Location type for Oracle SQLServer Gateway. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_SYBASEThe value of the Location type for Oracle Sybase Gateway. |
static java.lang.String |
LOCATION_TYPE_GATEWAY_TERRADATAThe value of the Location type for Oracle Terradata Gateway. |
static java.lang.String |
LOCATION_TYPE_PROCESSFLOW_OEMThe value of the Location type for Oracle Enterprise Manager. |
static java.lang.String |
LOCATION_TYPE_PROCESSFLOW_OWFThe value of the Location type for Oracle Workflow. |
static java.lang.String |
LOCATION_TYPE_SAPThe value of the Location type for SAP. |
static java.util.Vector |
LOCATION_TYPES_GATEWAYSThe vector of values of all possible Location types for Gateways. |
static java.util.Vector |
LOCATION_TYPES_WITH_VERSIONSThe vector of values of all possible Location types with versions. |
static java.lang.String |
ODB_VERSION_10_1The value of the version for Oracle 10.1 Databases. |
static java.lang.String |
ODB_VERSION_7_3_4The value of the version for Oracle 7.3.4 Databases. |
static java.lang.String |
ODB_VERSION_8_0The value of the version for Oracle 8.0 Databases. |
static java.lang.String |
ODB_VERSION_8_1The value of the version for Oracle 8.1 Databases. |
static java.lang.String |
ODB_VERSION_9_0The value of the version for Oracle 9.0 Databases. |
static java.lang.String |
ODB_VERSION_9_2The value of the version for Oracle 9.2 Databases. |
static java.lang.String |
OEM_VERSION_10_1The value of the version for Oracle Enterprise Manager 9.2. |
static java.lang.String |
OEM_VERSION_9_0The value of the version for Oracle Enterprise Manager 9.0. |
static java.lang.String |
OEM_VERSION_9_2The value of the version for Oracle Enterprise Manager 9.2. |
static java.lang.String |
OWF_VERSION_2_6_2The value of the version for Oracle Workflow 2.6.2 |
static java.lang.String |
OWF_VERSION_2_6_3The value of the version for Oracle Workflow 2.6.3 |
static java.lang.String |
OWF_VERSION_2_6_4The value of the version for Oracle Workflow 2.6.4 |
static java.lang.String |
SAP_VERSION_R33XThe value of the version for SAP. |
static java.lang.String |
SAP_VERSION_R34XThe 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 |
public static final java.lang.String LOCATION_TYPE_DATABASE
public static final java.lang.String LOCATION_TYPE_FLATFILE
public static final java.lang.String LOCATION_TYPE_PROCESSFLOW_OEM
public static final java.lang.String LOCATION_TYPE_PROCESSFLOW_OWF
public static final java.lang.String LOCATION_TYPE_GATEWAY_DB2
public static final java.lang.String LOCATION_TYPE_GATEWAY_DRDA
public static final java.lang.String LOCATION_TYPE_GATEWAY_INFORMIX
public static final java.lang.String LOCATION_TYPE_GATEWAY_ODBC
public static final java.lang.String LOCATION_TYPE_GATEWAY_OTHER
public static final java.lang.String LOCATION_TYPE_GATEWAY_RDB
public static final java.lang.String LOCATION_TYPE_GATEWAY_SQLSERVER
public static final java.lang.String LOCATION_TYPE_GATEWAY_SYBASE
public static final java.lang.String LOCATION_TYPE_GATEWAY_TERRADATA
public static final java.lang.String LOCATION_TYPE_SAP
public static final java.lang.String ODB_VERSION_8_0
public static final java.lang.String ODB_VERSION_8_1
public static final java.lang.String ODB_VERSION_7_3_4
public static final java.lang.String ODB_VERSION_9_0
public static final java.lang.String ODB_VERSION_9_2
public static final java.lang.String ODB_VERSION_10_1
public static final java.lang.String OEM_VERSION_9_0
public static final java.lang.String OEM_VERSION_9_2
public static final java.lang.String OEM_VERSION_10_1
public static final java.lang.String OWF_VERSION_2_6_2
public static final java.lang.String OWF_VERSION_2_6_3
public static final java.lang.String OWF_VERSION_2_6_4
public static final java.lang.String SAP_VERSION_R33X
public static final java.lang.String SAP_VERSION_R34X
public static final java.util.Vector ALL_LOCATION_TYPES
public static final java.util.Vector LOCATION_TYPES_GATEWAYS
public static final java.util.Vector LOCATION_TYPES_WITH_VERSIONS
| Method Detail |
public Project getProject()
public java.lang.String getType()
public java.lang.String getVersion()
setVersion(java.lang.String)public void setVersion(java.lang.String version)
version - a String specifying the version of this LocationgetVersion()
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||