|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SourceIdentifier
An interface for an object that contains a unique identifier for a
Source or a MetadataProvider.
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 |
|---|
java.lang.String getID()
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.
String that identifies a Source
object during a session.java.lang.String getMetadataProviderID()
MetadataProvider
during a specific UserSession.
The identifier might not be the same in different sessions.
String that identifies a MetadataProvider
object during a session.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||