Skip navigation links

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

B28128-01


oracle.olapi.data.cursor
Interface SourceIdentifier

All Known Implementing Classes:
BooleanSource, DateSource, NumberSource, Source, StringSource

public interface SourceIdentifier

An interface for an object that contains a unique identifier for a Source or a MetadataProvider.

See Also:
Source, MetadataProvider

Method Summary
 java.lang.String getID()
          Gets the unique identifier for a Source during a specific UserSession.
 java.lang.String getMetadataProviderID()
          Gets the unique identifier for a MetadataProvider during a specific UserSession.

 

Method Detail

getID

java.lang.String getID()
Gets the unique identifier for a Source during a specific UserSession. The identifier might not be the same for a Source that is created in exactly the same way in a different session.
Returns:
A String that identifies a Source object during a session.

getMetadataProviderID

java.lang.String getMetadataProviderID()
Gets the unique identifier for a MetadataProvider during a specific UserSession. The identifier might not be the same in different sessions.
Returns:
A String that identifies a MetadataProvider object during a session.

Skip navigation links

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