public interface SourceIdentifier
Source
or a MetadataProvider
.Source
, MetadataProvider
Modifier and Type | Method and Description |
---|---|
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 . |
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.