Package de.mid.innovator.srv2api.icw2er
Class BIHierarchyHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2er.BIHierarchyHelper
-
public abstract class BIHierarchyHelper extends java.lang.ObjectDeprecated: Use the BI2 classes for the 2nd generation procedure. ABIHierarchydefines 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 BIHierarchycreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Hierarchy (OLAP) with template and container.static BIHierarchycreate(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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-
-