Package de.mid.innovator.srv2api.icw2er
Class BIHierarchyHelper
java.lang.Object
de.mid.innovator.srv2api.icw2er.BIHierarchyHelper
Deprecated: Use the BI2 classes for the 2nd generation procedure.
A
BIHierarchy defines a dimension chain used by a fact entity of the data warehouse model.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
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
-