Uses of Interface
de.mid.innovator.srv2api.icw2er.ERAttributeSet
Packages that use ERAttributeSet
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 ERAttributeSet in de.mid.innovator.srv2api.icw2er
Subinterfaces of ERAttributeSet in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type ERAttributeSetModifier and TypeMethodDescription<T extends ERAttributeSet>
List<T> ERView.getFromAttributeSet(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ERAttributeSet>
List<T> ERView.getFromAttributeSet(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFromAttributeSet and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2er that return ERAttributeSetModifier and TypeMethodDescriptionBI2HierarchyLevel.getAttributeSet()Reference to theERAttributeSet(EREntityorERView) of theBI2DimensionLevelof thisBI2HierarchyLevel.BIHierarchyLevel.getAttributeSet()Methods in de.mid.innovator.srv2api.icw2er with parameters of type ERAttributeSetModifier and TypeMethodDescription<T extends IMForeignKeyAble>
List<T> ERAttributeSet.getForeignKeyAbleBetween(Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags) <T extends IMForeignKeyAble>
List<T> ERAttributeSet.getForeignKeyAbleBetween(Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyAbleBetween and filters its return values according to the given stereotype value.<T extends ERViewFrom>
List<T> ERView.getOwnedFromByRef(Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags) <T extends ERViewFrom>
List<T> ERView.getOwnedFromByRef(Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedFromByRef and filters its return values according to the given stereotype value.voidBI2HierarchyLevel.setAttributeSet(ERAttributeSet value) Set the value of View AttributeSet.voidBIHierarchyLevel.setAttributeSet(ERAttributeSet value) Set the value of Foreign Key AttributeSet.