Uses of Interface
de.mid.innovator.srv2api.icw2er.ERViewFrom
-
Packages that use ERViewFrom 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 ERViewFrom in de.mid.innovator.srv2api.icw2er
Subinterfaces of ERViewFrom in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
ERViewSubselectFrom
AERViewSubselectFrom
of aERView
points to anERAttributeSet
to use its attributes in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type ERViewFrom Modifier and Type Method Description <T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of from clauses of thisERView
.<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFromByRef(java.lang.Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends ERViewFrom>
java.util.List<T>ERView. getOwnedFromByRef(java.lang.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.<T extends ERViewFrom>
java.util.List<T>ERAttributeSet. getViewFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of from clauses that use this attributes set in a view.Methods in de.mid.innovator.srv2api.icw2er that return ERViewFrom Modifier and Type Method Description static ERViewFrom
ERViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFrom
ERViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with stereotype and container with requirement.static ERViewFrom
ERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFrom
ERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with stereotype and container with requirement.
-