|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of VDBArchive in com.metamatrix.common.vdb.api |
|---|
| Methods in com.metamatrix.common.vdb.api with parameters of type VDBArchive | |
|---|---|
static byte[] |
VDBArchive.writeToByteArray(VDBArchive vdb)
|
| Uses of VDBArchive in com.metamatrix.console.models |
|---|
| Methods in com.metamatrix.console.models with parameters of type VDBArchive | |
|---|---|
java.lang.Object[] |
VdbManager.importVDB(VDBArchive vdbArchive,
boolean importRoles)
|
| Uses of VDBArchive in com.metamatrix.dqp.embedded.configuration |
|---|
| Methods in com.metamatrix.dqp.embedded.configuration that return VDBArchive | |
|---|---|
static VDBArchive |
VDBConfigurationReader.loadVDB(java.lang.String name,
byte[] vdbContents)
Load the combined VDB file and DEF file archive |
static VDBArchive |
VDBConfigurationReader.loadVDB(java.lang.String name,
char[] defContents,
byte[] vdbContents)
Load the VDB from the contents given. |
static VDBArchive |
VDBConfigurationReader.loadVDB(java.net.URL vdbURL)
Load the VDB at the given URL. |
| Methods in com.metamatrix.dqp.embedded.configuration that return types with arguments of type VDBArchive | |
|---|---|
static java.util.HashMap<java.net.URL,VDBArchive> |
VDBConfigurationReader.loadVDBS(java.net.URL[] urls)
Load the VDBS at the given URLS. |
| Methods in com.metamatrix.dqp.embedded.configuration with parameters of type VDBArchive | |
|---|---|
static void |
VDBConfigurationWriter.deleteVDB(VDBArchive vdb,
java.net.URL url)
Delete the VDB specified by the URL |
static void |
VDBConfigurationWriter.write(VDBArchive vdb,
java.net.URL vdbFileURL)
Convert the supplied VDBDefn object into a VDB archive where the DEF file and VDB file are inside single file. |
| Uses of VDBArchive in com.metamatrix.dqp.embedded.services |
|---|
| Methods in com.metamatrix.dqp.embedded.services that return VDBArchive | |
|---|---|
VDBArchive |
EmbeddedConfigurationService.addVDB(VDBArchive vdb,
boolean replaceBindings)
|
VDBArchive |
EmbeddedConfigurationService.getVDB(java.lang.String vdbName,
java.lang.String vdbVersion)
|
| Methods in com.metamatrix.dqp.embedded.services that return types with arguments of type VDBArchive | |
|---|---|
java.util.List<VDBArchive> |
EmbeddedVDBService.getAvailableVDBs()
|
java.util.List<VDBArchive> |
EmbeddedConfigurationService.getVDBs()
|
| Methods in com.metamatrix.dqp.embedded.services with parameters of type VDBArchive | |
|---|---|
VDBArchive |
EmbeddedConfigurationService.addVDB(VDBArchive vdb,
boolean replaceBindings)
|
void |
EmbeddedConfigurationService.deleteVDB(VDBArchive vdb)
|
boolean |
EmbeddedConfigurationService.isFullyConfiguredVDB(VDBArchive vdb)
|
protected boolean |
EmbeddedBaseDQPService.isValidVDB(VDBArchive vdb)
checks the validity of the VDB |
void |
EmbeddedConfigurationService.saveVDB(VDBArchive srcVdb,
java.lang.String version)
|
protected java.lang.String |
EmbeddedBaseDQPService.vdbId(VDBArchive vdb)
|
| Uses of VDBArchive in com.metamatrix.dqp.service |
|---|
| Methods in com.metamatrix.dqp.service that return VDBArchive | |
|---|---|
VDBArchive |
ConfigurationService.addVDB(VDBArchive vdb,
boolean replaceBindings)
Add the VDB to the configuration |
VDBArchive |
ConfigurationService.getVDB(java.lang.String vdbName,
java.lang.String vdbVersion)
Get the list of VDB files available with the Configuration Service, this includes all status (active, inactive) |
| Methods in com.metamatrix.dqp.service that return types with arguments of type VDBArchive | |
|---|---|
java.util.List<VDBArchive> |
VDBService.getAvailableVDBs()
Get the list of VDBs available from the service |
java.util.List<VDBArchive> |
ConfigurationService.getVDBs()
Get a list of available VDBS from the configuration |
| Methods in com.metamatrix.dqp.service with parameters of type VDBArchive | |
|---|---|
VDBArchive |
ConfigurationService.addVDB(VDBArchive vdb,
boolean replaceBindings)
Add the VDB to the configuration |
void |
ConfigurationService.deleteVDB(VDBArchive vdb)
Delete the VDB from the underlying persistent mechanism used by this configuration service |
boolean |
ConfigurationService.isFullyConfiguredVDB(VDBArchive vdb)
|
void |
ConfigurationService.saveVDB(VDBArchive vdb,
java.lang.String version)
Save the given vdb file into underlying persistent mechanism used by this configuration service |
| Uses of VDBArchive in com.metamatrix.metadata.runtime |
|---|
| Methods in com.metamatrix.metadata.runtime with parameters of type VDBArchive | |
|---|---|
VirtualDatabase |
RuntimeMetadataCatalog.createVirtualDatabase(VDBArchive vdbArchive,
java.lang.String userName)
Call to create and return a VirtualDatabase, based on the
VDBInfo that contains a list of ModelInfo instances for that virtual database. |
| Uses of VDBArchive in com.metamatrix.metadata.runtime.model |
|---|
| Methods in com.metamatrix.metadata.runtime.model with parameters of type VDBArchive | |
|---|---|
protected BasicVirtualDatabase |
UpdateController.buildVirtualDatabaseObject(VDBArchive vdbArchive,
java.lang.String userName,
boolean inMemory)
Create a new instance of a VirtualDatabase object using the supplied information. |
VirtualDatabase |
UpdateController.createVirtualDatabase(VDBArchive vdbArchive,
java.lang.String userName)
|
| Uses of VDBArchive in com.metamatrix.metadata.runtime.vdb.defn |
|---|
| Methods in com.metamatrix.metadata.runtime.vdb.defn that return VDBArchive | |
|---|---|
static VDBArchive |
VDBDefnFactory.createVDBArchive(java.lang.String vdbName,
java.lang.String vdbVersion)
This create is used when exporting a specific vdb and version from the database repository. |
| Methods in com.metamatrix.metadata.runtime.vdb.defn with parameters of type VDBArchive | |
|---|---|
static VirtualDatabase |
VDBDefnImport.importVDBDefn(VDBArchive vdbArchive,
java.lang.String principal)
|
static VirtualDatabase |
VDBDefnImport.importVDBDefn(VDBArchive vdbArchive,
java.lang.String principal,
boolean updateExistingBinding)
|
static VirtualDatabase |
VDBDefnImport.importVDBDefn(VDBArchive vdb,
java.lang.String principal,
boolean updateExistingBinding,
java.util.List vms)
|
VirtualDatabase |
VDBCreation.loadVDBDefn(VDBArchive vdbArchive,
java.lang.String principal)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||