Uses of Interface
de.mid.innovator.srv2api.icw2er.ERView
-
Packages that use ERView 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 ERView in de.mid.innovator.srv2api.icw2er
Subinterfaces of ERView in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
BI2Cube
In anBI2Cube
, the data is stored redundantly in segments of a multidimensional cube.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type ERView Modifier and Type Method Description <T extends ERView>
java.util.List<T>ERView. getOwnedSubView(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of sub views of this combined view.<T extends ERView>
java.util.List<T>ERAttributeSet. getPropagationViews(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns all views which are viewing thisERAttributeSet
, but not yet viewing all attributes of this attribute set.<T extends ERView>
java.util.List<T>ERAttributeSet. getPropagationViews(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPropagationViews and filters its return values according to the given stereotype value.<T extends ERView>
java.util.List<T>ERUsedAttribute. getPropagationViews(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns all views which are viewing theERAttributeSet
of thisERUsedAttribute
, but not this attribute.<T extends ERView>
java.util.List<T>ERUsedAttribute. getPropagationViews(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPropagationViews and filters its return values according to the given stereotype value.<T extends ERView>
java.util.List<T>EREntity. getViewingViews(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends ERView>
java.util.List<T>EREntity. getViewingViews(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getViewingViews and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2er that return ERView Modifier and Type Method Description static ERView
ERViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with template and container.static ERView
ERViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with stereotype and container.ERView
ERView. getOwningCombinedView()
Reference to the combined view of thisERView
.ERView
ERUniqueKey. getOwningView()
Reference to theEREntity
of theERUniqueKey
.Methods in de.mid.innovator.srv2api.icw2er with parameters of type ERView Modifier and Type Method Description java.util.List<ERViewAttribute>
ERUsedAttribute. getUsingViewAttributeByRef(ERView refObj, K_CONTROL_OPTION... behaviourFlags)
List of all view attributes that view this attribute (ERViewAttribute
orERAttribute
).
If there is aERView
given 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.
-