Uses of Interface
de.mid.innovator.srv2api.icw2im.IMViewFrom
Packages that use IMViewFrom
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
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.
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.icw2dbModifier and TypeInterfaceDescriptioninterfaceinterfaceADBViewSubselectFromof aDBViewpoints to anDBColumnSetto use its columns in subselects wihtin expressions. -
Uses of IMViewFrom in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMViewFrom in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceAERViewFromof aERViewpoints to anERAttributeSetto use its attributes for viewing or filtering.interfaceAERViewSubselectFromof aERViewpoints to anERAttributeSetto use its attributes in subselects wihtin expressions. -
Uses of IMViewFrom in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMViewFrom in de.mid.innovator.srv2api.icw2imModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for IMViewSubselectFrom that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2im declared as IMViewFromModifier and TypeFieldDescriptionARG_JoinExpressionFlowReq.ohForeignKeyFromThe From Clause referencing the foreign key classifierARG_JoinExpressionFlowReq.ohUniqueKeyFromThe From Clause referencing the unique key classifierMethods in de.mid.innovator.srv2api.icw2im with type parameters of type IMViewFromModifier and TypeMethodDescription<T extends IMViewFrom>
List<T> IMKeyRelationship.getViewFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All FROM Clauses using thisIMKeyRelationship.Methods in de.mid.innovator.srv2api.icw2im that return IMViewFromModifier and TypeMethodDescriptionIMViewFrom.maintainJoinPartner()If the previousIMViewFromof this from clause is not referencing the correct partner of the assignedIMKeyRelationshipan appropriate from clause will be created.Methods in de.mid.innovator.srv2api.icw2im with parameters of type IMViewFromModifier and TypeMethodDescriptionIMKeyRelationship.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 IMViewFromModifierConstructorDescriptionARG_JoinExpressionFlowReq(IMViewFrom ohUniqueKeyFrom, IMViewFrom ohForeignKeyFrom)