Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mtm
Interface MtmSource

All Known Implementing Classes:
MtmAWColumnExpression, MtmAWView, MtmColumnExpression, MtmRDBMSColumnExpression, MtmRdbmsTableOrView, MtmTableOrView

Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

public interface MtmSource

Method Summary
 Transaction getActiveTransaction()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.
 java.lang.String getID()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.
 java.util.Set getInputDefinitions()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.
 java.util.List getOutputDefinitions()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.
 Source getSource()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.
 FundamentalMetadataObject getSourceDataType()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.
 SourceDefinition getSourceDefinition()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.
 MetadataObject getSourceType()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

 

Method Detail

getID

java.lang.String getID()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

getSourceDataType

FundamentalMetadataObject getSourceDataType()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

getSourceType

MetadataObject getSourceType()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

getSource

Source getSource()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

getSourceDefinition

SourceDefinition getSourceDefinition()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

getInputDefinitions

java.util.Set getInputDefinitions()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

getOutputDefinitions

java.util.List getOutputDefinitions()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

getActiveTransaction

Transaction getActiveTransaction()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by MdmSource.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.