Uses of Interface
com.metamatrix.metadata.runtime.api.MetadataID

Packages that use MetadataID
com.metamatrix.metadata.runtime.api   
com.metamatrix.metadata.runtime.model   
com.metamatrix.metadata.runtime.spi.jdbc   
com.metamatrix.metadata.runtime.util   
 

Uses of MetadataID in com.metamatrix.metadata.runtime.api
 

Subinterfaces of MetadataID in com.metamatrix.metadata.runtime.api
 interface DataTypeID
          DataTypeID uniquely identifies a DataType
 interface ElementID
          The ElementID is the uniue identifier for an Element.
 interface GroupID
          The GroupID is the unique identifier for a Group.
 interface KeyID
          The KeyID is the unique identifier for a Key.
 interface ModelID
          The runtime id used to uniquely identify a Model.
 interface ProcedureID
          The ProcedureID is the unique identifier for a Procedure.
 interface VirtualDatabaseID
          The VirtualDatabaseID should uniquely identify a VirutalDatabase.
 

Methods in com.metamatrix.metadata.runtime.api that return MetadataID
 MetadataID MetadataObject.getID()
          Return the identifier for this object.
 MetadataID Key.getReferencedKey()
           
 

Uses of MetadataID in com.metamatrix.metadata.runtime.model
 

Classes in com.metamatrix.metadata.runtime.model that implement MetadataID
 class BasicDataTypeID
           
 class BasicElementID
           
 class BasicGroupID
           
 class BasicKeyID
           
 class BasicMetadataID
          The BasicRuntimeID is utilized by the server side code only.
 class BasicModelID
           
 class BasicProcedureID
           
 class BasicVirtualDatabaseID
           
 

Methods in com.metamatrix.metadata.runtime.model that return MetadataID
 MetadataID BasicMetadataObject.getID()
          Get the ID for this metadata object.
 MetadataID BasicKey.getReferencedKey()
           
 

Methods in com.metamatrix.metadata.runtime.model with parameters of type MetadataID
protected  void BasicMetadataObject.setID(MetadataID newID)
          Sets the id for this objects
 void BasicKey.setReferencedKey(MetadataID referKey)
           
 

Constructors in com.metamatrix.metadata.runtime.model with parameters of type MetadataID
BasicMetadataObject(MetadataID metadataID, BasicVirtualDatabaseID virtualDBID)
          Call constructor to instantiate a runtime object by passing the BasicRuntimeID that identifies the entity and the BasicVirtualDatabaseID that identifes the Virtual Database the object will be contained.
 

Uses of MetadataID in com.metamatrix.metadata.runtime.spi.jdbc
 

Methods in com.metamatrix.metadata.runtime.spi.jdbc with parameters of type MetadataID
static java.util.Properties JDBCRuntimeMetadataReader.getProperties(MetadataID metadataID, java.sql.Connection jdbcConnection)
          Return the properties for the metadata specified by the metadataID.
 

Uses of MetadataID in com.metamatrix.metadata.runtime.util
 

Methods in com.metamatrix.metadata.runtime.util with parameters of type MetadataID
static java.lang.String RuntimeIDParser.getGroupFullName(MetadataID id)
          Returns the fully qualified group name for the given id.
static java.lang.String RuntimeIDParser.getGroupName(MetadataID id)
          Returns the group name for the given id.
static java.lang.String RuntimeIDParser.getPath(MetadataID id)
          Returns the path for the given id.
 



Copyright © 2009. All Rights Reserved.