| Previous | Table of Contents | Next |
DeploymentGroup represents a logical grouping of model elements defining a single, complete deployment of an instance of Olap
Schema; that is, CubeDeployments and DimensionDeployments.
The usage of DeploymentGroup is as follows: A user may specify a particular DeploymentGroup as the session-wide, default deployment
for all metadata queries performed throughout the session. Alternatively, for queries involving some particular deployed object
(for example, a Cube or a Dimension), the user may be asked to choose from a list of deployments. This either becomes the
default deployment for the remainder of the session, or the user may continue to be asked to specify a deployment for each
subsequent query against deployed objects.
Superclasses
Package
References
schema
References the Schema owning a DeploymentGroup.class:defined by:multiplicity:inverse: |
|||||
| Schema | |||||
| SchemaOwnsDeploymentGroups::schema | |||||
| exactly one | |||||
| Schema::deploymentGroup |
cubeDeployment
References the collection of CubeDeployments associated with a DeploymentGroup.class:defined by:multiplicity:inverse: |
|||||
| CubeDeployment | |||||
| DeploymentGroupReferencesCubeDeployments::cubeDeployment | |||||
| zero or more | |||||
| CubeDeployment::deploymentGroup |
dimensionDeployment
References the collection of DimensionDeployments associated with a DeploymentGroup.class:defined by:multiplicity:inverse: |
|||||
| DimensionDeployment | |||||
| DeploymentGroupReferencesDimensionDeployments::dimensionDeployment | |||||
| zero or more | |||||
| DimensionDeployment::deploymentGroup |