Uses of Interface
de.mid.innovator.srv2api.icw2er.BIHierarchy
-
Packages that use BIHierarchy 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 BIHierarchy in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BIHierarchy Modifier and Type Method Description static BIHierarchy
BIHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with template and container.static BIHierarchy
BIHierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with stereotype and container.BIHierarchy
BIHierarchyRole. getHierarchy()
TheBIHierarchy
of thisBIHierarchyRole
.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type BIHierarchy Modifier and Type Method Description java.util.List<BIHierarchy>
EREntity. getHierarchyForHierarchyRole(K_CONTROL_OPTION... behaviourFlags)
Gets all hierarchies for possible assignment to anBIHierarchyRole
.java.util.List<BIHierarchy>
EREntity. getHierarchyForHierarchyRole(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
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 BIHierarchy Modifier and Type Method Description void
BIHierarchyRole. setHierarchy(BIHierarchy value)
Set the value of Foreign Key Hierarchy.
-