Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.data.cursor
Interface SourceIdentifier

All Known Implementing Classes:
Source

public abstract interface SourceIdentifier

An interface for an object that identifies a Source or a MetadataProvider.

See Also:
Source

Method Summary
 java.lang.String getID()
          Returns a string that uniquely identifies a Source during a session of an OLAP API application.
 java.lang.String getMetadataProviderID()
          Returns a string that uniquely identifies a MetadataProvider.

 

Method Detail

getID

public java.lang.String getID()
Returns a string that uniquely identifies a Source during a session of an OLAP API application. The identifier might not be the same for a Source that is created in exactly the same way in different sessions.
Returns:
A String that identifies a Source object.

getMetadataProviderID

public java.lang.String getMetadataProviderID()
Returns a string that uniquely identifies a MetadataProvider. The identifier might not be the same from one session of an OLAP API application to the next.
Returns:
A String that identifies a MetadataProvider object.
See Also:
MetadataProvider

Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.