Uses of Interface
de.mid.innovator.srv2api.icw2er.ERViewAttribute
Packages that use ERViewAttribute
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 ERViewAttribute in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERViewAttributeModifier and TypeMethodDescriptionstatic ERViewAttributeERViewAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttributeERViewAttributeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewAttributeERViewAttributeHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttributeERViewAttributeHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Attribute (of Entity-Relationship View) with stereotype and container.ERViewAttribute.getCombinedAttribute()Gets the combined view attribute that is affected by this sub select attribute.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERViewAttributeModifier and TypeMethodDescriptionERViewAttribute.getCombiningAttributes()Gets all combining subselect attributes that affect this combined attribute.ERView.getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags) List of attributes of thisERView.BI2Cube.getOwnedFactMeasure()Returns all fact measures of thisBI2Cube.BI2Cube.getOwnedFactMeasure(MMStereotype stereotype) The method calls getOwnedFactMeasure and filters its return values according to the given stereotype value.ERUsedAttribute.getUsingViewAttributeByRef(ERView refObj) List of all view attributes that view this attribute (ERViewAttributeorERAttribute).
If there is aERViewgiven byargument refObj, the result will be restricted to the attributes owned by this view.ERUsedAttribute.getUsingViewAttributeByRef(MMStereotype stereotype, ERView refObj) The method calls getUsingViewAttributeByRef and filters its return values according to the given stereotype value.ERViewFrom.maintainAddAllAttributes()This maintaining method adds aERViewAttributefor eachERUsedAttributeof the referencedERAttributeSet, if the viewed attributes is not yet referenced in theERViewof thisERViewFrom.
Returns the list of the created attributes.ERViewAttribute.maintainAddUnionAttributes()This maintaining method adds aERViewAttributein everyERViewwhich has a union from clause to the select view of this attribute and less attributes.
Returns the list of the created attributes.