Package de.mid.innovator.srv2api.icw2er
Class BIHierarchyRoleHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2er.BIHierarchyRoleHelper
-
public abstract class BIHierarchyRoleHelper extends java.lang.Object
Deprecated: Use the BI2 classes for the 2nd generation procedure. ABIHierarchyRole
is a specialization of aERRelationship
. It should be used to connect a fact entity with a dimension entity. This hierarchy role can be assigned to aBIHierarchy
to declare the dimension deepness within the fact cube.- See Also:
BIHierarchyRole
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BIHierarchyRole
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
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
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
createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.
-
-
-
Method Detail
-
create
public static BIHierarchyRole create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohSource
- Source for the new elementohTarget
- Target for the new element- Throws:
InoNetException
SrvErrorException
-
create
public static BIHierarchyRole create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Role (in OLAP Hierarchy) with template from source to target element.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohSource
- Source for the new elementohTarget
- Target for the new element- Throws:
InoNetException
SrvErrorException
-
createAndMaintain
public static BIHierarchyRole createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element. The created element is maintained.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohSource
- Source for the new elementohTarget
- Target for the new element- Throws:
InoNetException
SrvErrorException
-
createAndMaintain
public static BIHierarchyRole createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Role (in OLAP Hierarchy) with template from source to target element. The created element is maintained.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohSource
- Source for the new elementohTarget
- Target for the new element- Throws:
InoNetException
SrvErrorException
-
-