Package de.mid.innovator.srv2api.icw2er
Class BIHierarchyHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2er.BIHierarchyHelper
-
public abstract class BIHierarchyHelper extends java.lang.Object
Deprecated: Use the BI2 classes for the 2nd generation procedure. ABIHierarchy
defines a dimension chain used by a fact entity of the data warehouse model.- See Also:
BIHierarchy
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BIHierarchy
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with template and container.static BIHierarchy
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with stereotype and container.
-
-
-
Method Detail
-
create
public static BIHierarchy create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Hierarchy (OLAP) with stereotype and container.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohContainer
- Container for the new element- Throws:
InoNetException
SrvErrorException
-
create
public static BIHierarchy create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Hierarchy (OLAP) with template and container.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohContainer
- Container for the new element- Throws:
InoNetException
SrvErrorException
-
-