Uses of Interface
de.mid.innovator.srv2api.icw2er.ERViewElement
-
Packages that use ERViewElement 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 ERViewElement in de.mid.innovator.srv2api.icw2er
Subinterfaces of ERViewElement 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.interface
ERView
AERView
to the Entity Relationship Model builds a table by joining and filtering the selected attributes.interface
ERViewAttribute
AnERViewAttribute
describes a column of anERView
.interface
ERViewFrom
AERViewFrom
of aERView
points to anERAttributeSet
to use its attributes for viewing or filtering.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 ERViewElement Modifier and Type Method Description <T extends ERViewElement>
java.util.List<T>ERUsedAttribute. getUsingERViewElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
-