Uses of Interface
de.mid.innovator.srv2api.icw2er.BI2CubeDimension
-
Packages that use BI2CubeDimension Package Description de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of BI2CubeDimension in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BI2CubeDimension Modifier and Type Method Description static BI2CubeDimension
BI2CubeDimensionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.BI2CubeDimension
BI2CubeDimensionHierarchy. getOwningCubeDimension()
Reference to theBI2CubeDimension
of thisBI2CubeDimensionHierarchy
.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type BI2CubeDimension Modifier and Type Method Description java.util.List<BI2CubeDimension>
BI2DimensionTree. getCubeDimension(K_CONTROL_OPTION... behaviourFlags)
List of all cube dimensions using thisBI2DimensionTree
.java.util.List<BI2CubeDimension>
BI2MeasurementTime. getCubeDimension()
List of all cube dimensions using thisBI2MeasurementTime
.java.util.List<BI2CubeDimension>
BI2Cube. getOwnedCubeDimension(K_CONTROL_OPTION... behaviourFlags)
List of cube dimensions of thisBI2Cube
. -
Uses of BI2CubeDimension in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type BI2CubeDimension Modifier and Type Method Description java.util.List<BI2CubeDimension>
IMForeignKeyAble. getCubeDimension()
List of all cube dimensions referencing thisIMForeignKeyAble
.
-