Uses of Interface
de.mid.innovator.srv2api.icw2er.ERViewAttribute
-
Packages that use ERViewAttribute 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 ERViewAttribute in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERViewAttribute Modifier and Type Method Description static 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.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERViewAttribute Modifier and Type Method Description java.util.List<ERViewAttribute>ERView. getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags)List of attributes of thisERView.java.util.List<ERViewAttribute>BI2Cube. getOwnedFactMeasure(K_CONTROL_OPTION... behaviourFlags)Returns all fact measures of thisBI2Cube.java.util.List<ERViewAttribute>BI2Cube. getOwnedFactMeasure(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getOwnedFactMeasure and filters its return values according to the given stereotype value.java.util.List<ERViewAttribute>ERUsedAttribute. getUsingViewAttributeByRef(ERView refObj, K_CONTROL_OPTION... behaviourFlags)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.java.util.List<ERViewAttribute>ERUsedAttribute. getUsingViewAttributeByRef(MMStereotype stereotype, ERView refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getUsingViewAttributeByRef and filters its return values according to the given stereotype value.java.util.List<ERViewAttribute>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.java.util.List<ERViewAttribute>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.
-