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

Packages that use ModelID
com.metamatrix.metadata.runtime.api   
com.metamatrix.metadata.runtime.model   
 

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

Methods in com.metamatrix.metadata.runtime.api that return ModelID
 ModelID KeyID.getModelID()
          Return the modelID this key is a part of.
 ModelID ProcedureID.getModelID()
          Return the modelID that this procedure is part of.
 ModelID DataTypeID.getModelID()
          Return the modelID that this group is part of.
 ModelID GroupID.getModelID()
          Return the modelID that this group is part of.
 ModelID ElementID.getModelID()
          Return the modelID that this element is part of.
 

Methods in com.metamatrix.metadata.runtime.api with parameters of type ModelID
 java.util.Collection MetadataSourceAPI.getGroupsInModel(ModelID modelID)
           
 java.util.Collection VirtualDatabaseMetadata.getGroupsInModel(ModelID modelID)
          Obtain a collection of GroupID's for the specified modelID.
 Model MetadataSourceAPI.getModel(ModelID modelID)
          return the specified model
 java.util.Collection VirtualDatabaseMetadata.getProcedures(ModelID modelID)
          Obtain a collection of ProcedureID's for the specified modelID.
 java.util.Collection MetadataSourceAPI.getProceduresInModel(ModelID modelID)
          /** Returns a Collection of type Procedure for the specified model id.
 

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

Classes in com.metamatrix.metadata.runtime.model that implement ModelID
 class BasicModelID
           
 

Methods in com.metamatrix.metadata.runtime.model that return ModelID
 ModelID BasicKeyID.getModelID()
          return the modelID this key is a part of.
 ModelID BasicGroupID.getModelID()
           
 ModelID BasicElementID.getModelID()
          return the modelID this key is a part of.
 ModelID BasicDataTypeID.getModelID()
          return the modelID this key is a part of.
 ModelID BasicProcedureID.getModelID()
           
 

Methods in com.metamatrix.metadata.runtime.model with parameters of type ModelID
 void BasicVirtualDatabase.addModelID(ModelID modelID)
           
 java.util.List MetadataCache.getGroups(ModelID modelID)
          Returns all the groups in the VDB
 java.util.Collection MetadataCache.getGroupsInModel(ModelID modelID)
           
 java.util.Collection BasicVirtualDatabaseMetadata.getGroupsInModel(ModelID modelID)
          Obtain a collection of Group for the specified modelID.
 Model MetadataCache.getModel(ModelID modelID)
           
 java.util.List MetadataCache.getProcedures(ModelID modelID)
          Returns all the procedures in the VDB
 java.util.Collection BasicVirtualDatabaseMetadata.getProcedures(ModelID modelID)
          Obtain a collection of ProcedureID's for the specified modelID.
 java.util.Collection MetadataCache.getProceduresInModel(ModelID modelID)
           
 void BasicKeyID.setModelID(ModelID modelID)
           
 void BasicGroupID.setModelID(ModelID id)
           
 void BasicElementID.setModelID(ModelID id)
           
 void BasicDataTypeID.setModelID(ModelID id)
           
 void BasicProcedureID.setModelID(ModelID modelID)
           
 



Copyright © 2009. All Rights Reserved.