Uses of Interface
de.mid.innovator.srv2api.icw2er.BIHierarchyLevel
-
Packages that use BIHierarchyLevel 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 BIHierarchyLevel in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BIHierarchyLevel Modifier and Type Method Description static BIHierarchyLevel
BIHierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.BIHierarchyLevel
BIHierarchy. getFirstLevel()
Gets the firstBIHierarchyLevel
of thisBIHierarchy
.BIHierarchyLevel
BIHierarchy. getLastLevel()
Gets the lastBIHierarchyLevel
of thisBIHierarchy
.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type BIHierarchyLevel Modifier and Type Method Description java.util.List<BIHierarchyLevel>
ERAttributeSet. getHierarchyLevel(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BIHierarchyLevel>
BIHierarchy. getOwnedLevel(K_CONTROL_OPTION... behaviourFlags)
-