Uses of Interface
de.mid.innovator.srv2api.icw2er.ERView
Packages that use ERView
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 ERView in de.mid.innovator.srv2api.icw2er
Subinterfaces of ERView in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type ERViewModifier and TypeMethodDescriptionERView.getOwnedSubView(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of sub views of this combined view.ERAttributeSet.getPropagationViews(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all views which are viewing thisERAttributeSet, but not yet viewing all attributes of this attribute set.ERAttributeSet.getPropagationViews(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropagationViews and filters its return values according to the given stereotype value.ERUsedAttribute.getPropagationViews(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all views which are viewing theERAttributeSetof thisERUsedAttribute, but not this attribute.ERUsedAttribute.getPropagationViews(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropagationViews and filters its return values according to the given stereotype value.EREntity.getViewingViews(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) EREntity.getViewingViews(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 ERViewModifier and TypeMethodDescriptionstatic ERViewERViewHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new View (of Entity-Relationship Model) with template and container.static ERViewERViewHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new View (of Entity-Relationship Model) with stereotype and container.ERView.getOwningCombinedView()Reference to the combined view of thisERView.ERUniqueKey.getOwningView()Reference to theEREntityof theERUniqueKey.Methods in de.mid.innovator.srv2api.icw2er with parameters of type ERViewModifier and TypeMethodDescriptionERUsedAttribute.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.