Uses of Interface
de.mid.innovator.srv2api.icw2er.ERForeignKey
Packages that use ERForeignKey
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.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
-
Uses of ERForeignKey in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERForeignKeyModifier and TypeMethodDescriptionstatic ERForeignKeyERForeignKeyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKeyERForeignKeyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Entity) with stereotype and container with requirement.
Innovator comfort: after creating the foreign key, the maintain method will be executed.static ERForeignKeyERForeignKeyHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKeyERForeignKeyHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Entity) with stereotype and container with requirement.EREntity.getAssignCandidateForeignKey(EREntity refObj) Gets anERForeignKeyof thisEREntitywhich can be assigned to anIMForeignKeyAbleERRoleorERGeneralization.ERRelationship.getForeignKey()Gets theERForeignKeyimplementing thisERRelationship.ERGeneralization.maintainForeignKey()This maintaining method creates the missedERForeignKeyfor thisERGeneralization.
Returns the newly created foreign key or null.ERRole.maintainForeignKey()This maintaining method creates the missedERForeignKeyfor thisERRole.
Returns the newly-created foreign key or null.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERForeignKeyModifier and TypeMethodDescriptionERAttribute.getERForeignKey(K_CONTROL_OPTION... behaviourFlags) EREntity.getForeignKeyByReferencedEntity(EREntity refObj, K_CONTROL_OPTION... behaviourFlags) EREntity.getForeignKeyByReferencedEntity(MMStereotype stereotype, EREntity refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyByReferencedEntity and filters its return values according to the given stereotype value.ERUniqueKey.getForeignKeyWithoutForeignKeyAble()List of all foreign keys that reference thisERUniqueKeyand are not yet assigned to anIMForeignKeyAble(ERRoleorERGeneralization).ERUniqueKey.getForeignKeyWithoutForeignKeyAble(MMStereotype stereotype) The method calls getForeignKeyWithoutForeignKeyAble and filters its return values according to the given stereotype value.EREntity.getOwnedForeignKey(K_CONTROL_OPTION... behaviourFlags) List of foreign keys of this entity. -
Uses of ERForeignKey in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return ERForeignKeyModifier and TypeMethodDescriptionIMForeignKeyAble.getForeignKey()Reference to the foreign key of this foreign key inducing element (generalization or relationship role).