Uses of Interface
de.mid.innovator.srv2api.icw2er.BIHierarchy
Packages that use BIHierarchy
Package
Description
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.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
-
Uses of BIHierarchy in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BIHierarchyModifier and TypeMethodDescriptionstatic BIHierarchyBIHierarchyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Hierarchy (OLAP) with template and container.static BIHierarchyBIHierarchyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Hierarchy (OLAP) with stereotype and container.BIHierarchyRole.getHierarchy()TheBIHierarchyof thisBIHierarchyRole.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type BIHierarchyModifier and TypeMethodDescriptionEREntity.getHierarchyForHierarchyRole()Gets all hierarchies for possible assignment to anBIHierarchyRole.EREntity.getHierarchyForHierarchyRole(MMStereotype stereotype) The method calls getHierarchyForHierarchyRole and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2er with parameters of type BIHierarchyModifier and TypeMethodDescriptionvoidBIHierarchyRole.setHierarchy(BIHierarchy value) Set the value of Foreign Key Hierarchy.