Uses of Interface
de.mid.innovator.srv2api.icw2er.BIHierarchyRole
-
Packages that use BIHierarchyRole 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 BIHierarchyRole in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BIHierarchyRole Modifier and Type Method Description static BIHierarchyRole
BIHierarchyRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type BIHierarchyRole Modifier and Type Method Description java.util.List<BIHierarchyRole>
BIHierarchy. getHierarchyRole()
List of all hierarchy roles using thisBIHierarchy
.
-