Uses of Interface
de.mid.innovator.srv2api.icw2er.BI2DimensionAttribute
Packages that use BI2DimensionAttribute
Package
Description
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.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
-
Uses of BI2DimensionAttribute in de.mid.innovator.srv2api.icw2er
Subinterfaces of BI2DimensionAttribute in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for item identification.interfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for providing the data.interfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for sorting.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type BI2DimensionAttributeModifier and TypeMethodDescription<T extends BI2DimensionAttribute>
List<T> ERUsedAttribute.getDimensionAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of dimension attributes using thisERUsedAttribute.<T extends BI2DimensionAttribute>
List<T> BI2HierarchyLevel.getDimensionAttributes(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BI2DimensionAttribute>
List<T> BI2HierarchyLevel.getDimensionAttributes(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDimensionAttributes and filters its return values according to the given stereotype value.<T extends BI2DimensionAttribute>
List<T> BI2DimensionLevel.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all dimension attributes of this anBI2DimensionLevel