Uses of Interface
de.mid.innovator.srv2api.icw2er.BI2DimensionPrecedence
-
Packages that use BI2DimensionPrecedence 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.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of BI2DimensionPrecedence in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BI2DimensionPrecedence Modifier and Type Method Description static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type BI2DimensionPrecedence Modifier and Type Method Description java.util.List<BI2DimensionPrecedence>
BI2DimensionTree. getPrecedences(K_CONTROL_OPTION... behaviourFlags)
Get all precedences of thisBI2DimensionTree
.java.util.List<BI2DimensionPrecedence>
BI2DimensionTree. getPrecedences(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPrecedences and filters its return values according to the given stereotype value.java.util.List<BI2DimensionPrecedence>
BI2Hierarchy. getPrecedences(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BI2DimensionPrecedence>
BI2Hierarchy. getPrecedences(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPrecedences and filters its return values according to the given stereotype value.java.util.List<BI2DimensionPrecedence>
BI2DimensionLevel. getSubLevelPrecedence(K_CONTROL_OPTION... behaviourFlags)
List of dimension precedences of this super level.java.util.List<BI2DimensionPrecedence>
BI2DimensionLevel. getSuperLevelPrecedence(K_CONTROL_OPTION... behaviourFlags)
List of dimension precedences of this sub level. -
Uses of BI2DimensionPrecedence in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type BI2DimensionPrecedence Modifier and Type Method Description java.util.List<BI2DimensionPrecedence>
IMForeignKeyAble. getDimensionPrecedence()
List of all dimension precedences referencing thisIMForeignKeyAble
.
-