Uses of Interface
de.mid.innovator.srv2api.icw2er.BI2DimensionIdAttribute
-
Packages that use BI2DimensionIdAttribute 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. -
-
Uses of BI2DimensionIdAttribute in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return BI2DimensionIdAttribute Modifier and Type Method Description static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type BI2DimensionIdAttribute Modifier and Type Method Description java.util.List<BI2DimensionIdAttribute>
BI2DimensionLevel. maintainAddIdentificator()
This maintaining method adds aBI2DimensionIdAttribute
for each primary attribute of the referencedERAttributeSet
, if thisBI2DimensionLevel
don't have yet an identification attribute.
Returns the list of the created attributes.
-