Uses of Interface
de.mid.innovator.srv2api.icw2er.BI2Hierarchy
-
Packages that use BI2Hierarchy 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. -
-
Uses of BI2Hierarchy in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BI2Hierarchy Modifier and Type Method Description static BI2Hierarchy
BI2HierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container.static BI2Hierarchy
BI2HierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2Hierarchy
BI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container.static BI2Hierarchy
BI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container.BI2Hierarchy
BI2CubeDimensionHierarchy. getHierarchy()
Returns theBI2Hierarchy
of thisBI2CubeDimensionHierarchy
.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type BI2Hierarchy Modifier and Type Method Description java.util.List<BI2Hierarchy>
BI2CubeDimension. getHierarchy(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BI2Hierarchy>
BI2CubeDimension. getHierarchy(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getHierarchy and filters its return values according to the given stereotype value.java.util.List<BI2Hierarchy>
BI2HierarchyLevel. getHierarchyLevelWithSameCubeDimensionAndDimensionLevel(K_CONTROL_OPTION... behaviourFlags)
AllBI2HierarchyLevel
with the sameBI2DimensionLevel
owned by hierarchies which are referenced by the sameBI2CubeDimension
.java.util.List<BI2Hierarchy>
BI2HierarchyLevel. getHierarchyLevelWithSameCubeDimensionAndDimensionLevel(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getHierarchyLevelWithSameCubeDimensionAndDimensionLevel and filters its return values according to the given stereotype value.java.util.List<BI2Hierarchy>
BI2Hierarchy. getHierarchyWithSameCubeDimension(K_CONTROL_OPTION... behaviourFlags)
AllBI2Hierarchy
which are referenced by the sameBI2CubeDimension
.java.util.List<BI2Hierarchy>
BI2Hierarchy. getHierarchyWithSameCubeDimension(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getHierarchyWithSameCubeDimension and filters its return values according to the given stereotype value.java.util.List<BI2Hierarchy>
BI2DimensionTree. getOwnedHierarchy(K_CONTROL_OPTION... behaviourFlags)
List of hierarchys of thisBI2DimensionTree
.
-