Uses of Interface
de.mid.innovator.srv2api.icw2im.IMViewFrom
-
Packages that use IMViewFrom Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.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.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of IMViewFrom in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMViewFrom in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBViewFrom
interface
DBViewSubselectFrom
ADBViewSubselectFrom
of aDBView
points to anDBColumnSet
to use its columns in subselects wihtin expressions. -
Uses of IMViewFrom in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMViewFrom in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description 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. -
Uses of IMViewFrom in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMViewFrom in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMViewSubselectFrom
This is a utility class for IMViewSubselectFrom that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2im declared as IMViewFrom Modifier and Type Field Description IMViewFrom
ARG_JoinExpressionFlowReq. ohForeignKeyFrom
The From Clause referencing the foreign key classifierIMViewFrom
ARG_JoinExpressionFlowReq. ohUniqueKeyFrom
The From Clause referencing the unique key classifierMethods in de.mid.innovator.srv2api.icw2im with type parameters of type IMViewFrom Modifier and Type Method Description <T extends IMViewFrom>
java.util.List<T>IMKeyRelationship. getViewFrom(java.lang.Class<T> returnType)
All FROM Clauses using thisIMKeyRelationship
.Methods in de.mid.innovator.srv2api.icw2im that return IMViewFrom Modifier and Type Method Description IMViewFrom
IMViewFrom. maintainJoinPartner()
If the previousIMViewFrom
of this from clause is not referencing the correct partner of the assignedIMKeyRelationship
an appropriate from clause will be created.Methods in de.mid.innovator.srv2api.icw2im with parameters of type IMViewFrom Modifier and Type Method Description java.lang.String
IMKeyRelationship. getJoinExpressionFlow(IMViewFrom ohUniqueKeyFrom, IMViewFrom ohForeignKeyFrom)
Returns the expression for the key relationship join, formatted as flow document.Constructors in de.mid.innovator.srv2api.icw2im with parameters of type IMViewFrom Constructor Description ARG_JoinExpressionFlowReq(IMViewFrom ohUniqueKeyFrom, IMViewFrom ohForeignKeyFrom)
-