Uses of Interface
com.metamatrix.common.vdb.api.ModelInfo

Packages that use ModelInfo
com.metamatrix.common.vdb.api   
com.metamatrix.console.models   
com.metamatrix.metadata.runtime.model   
com.metamatrix.server.admin.apiimpl   
com.metamatrix.vdb.runtime   
 

Uses of ModelInfo in com.metamatrix.common.vdb.api
 

Methods in com.metamatrix.common.vdb.api that return ModelInfo
 ModelInfo VDBDefn.getMatertializationModel()
          Get the Materialization model in this VDB if one exists.
 ModelInfo VDBInfo.getModel(java.lang.String name)
          Returns the ModelInfo for the name specified
 

Uses of ModelInfo in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return ModelInfo
 ModelInfo VdbManager.getMaterializationTableModel(VDBDefn vdb)
           
 

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

Constructors in com.metamatrix.metadata.runtime.model with parameters of type ModelInfo
BasicModel(BasicModelID modelID, BasicVirtualDatabaseID virtualDBID, ModelInfo mInfo)
           
 

Uses of ModelInfo in com.metamatrix.server.admin.apiimpl
 

Methods in com.metamatrix.server.admin.apiimpl with parameters of type ModelInfo
static MaterializationLoadScripts RuntimeMetadataHelper.createMaterializedViewLoadProperties(ModelInfo materializationModel, java.lang.String matURL, java.lang.String matDriver, java.lang.String materializationUserName, java.lang.String materializationUserPwd, java.lang.String mmHost, java.lang.String mmPort, java.lang.String mmDriver, boolean useSSL, java.lang.String metamatrixUserName, java.lang.String metamatrixPwd, java.lang.String vdbName, java.lang.String vdbVersion)
          Generate connection properties for materialization model in given VDB.
static MaterializationLoadScripts RuntimeMetadataHelper.createMaterializedViewLoadPropertiesVersion(ModelInfo materializationModel, java.lang.String matURL, java.lang.String matDriver, java.lang.String materializationUserName, java.lang.String materializationUserPwd, java.lang.String mmHost, java.lang.String mmPort, java.lang.String mmDriver, boolean useSSL, java.lang.String metamatrixUserName, java.lang.String metamatrixPwd, java.lang.String vdbName, java.lang.String vdbVersion)
           
 

Uses of ModelInfo in com.metamatrix.vdb.runtime
 

Classes in com.metamatrix.vdb.runtime that implement ModelInfo
 class BasicModelInfo
           
 

Methods in com.metamatrix.vdb.runtime that return ModelInfo
 ModelInfo BasicVDBDefn.getMatertializationModel()
           
 ModelInfo BasicVDBInfo.getModel(java.lang.String name)
          Returns the ModelInfo for the name specified
 ModelInfo BasicVDBInfo.removeModelInfo(java.lang.String modelName)
           
 ModelInfo BasicVDBDefn.removeModelInfo(java.lang.String modelName)
           
 ModelInfo BasicVDBDefn.removeModelInfo(java.lang.String modelName, boolean removeBindings)
           
 

Methods in com.metamatrix.vdb.runtime with parameters of type ModelInfo
 void BasicVDBInfo.addModelInfo(ModelInfo model)
           
 

Constructors in com.metamatrix.vdb.runtime with parameters of type ModelInfo
BasicModelInfo(ModelInfo model)
          CTOR used when the vdb is being sent to the runtime for creation.
 



Copyright © 2009. All Rights Reserved.