Uses of Interface
de.mid.innovator.srv2api.icw2er.ERForeignKey
-
Packages that use ERForeignKey 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.de.mid.innovator.srv2api.icw2im 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 ERForeignKey Modifier and Type Method Description static 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.ERForeignKeyEREntity. getAssignCandidateForeignKey(EREntity refObj)Gets anERForeignKeyof thisEREntitywhich can be assigned to anIMForeignKeyAbleERRoleorERGeneralization.ERForeignKeyERRelationship. getForeignKey()Gets theERForeignKeyimplementing thisERRelationship.ERForeignKeyERGeneralization. maintainForeignKey()This maintaining method creates the missedERForeignKeyfor thisERGeneralization.
Returns the newly created foreign key or null.ERForeignKeyERRole. 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 ERForeignKey Modifier and Type Method Description java.util.List<ERForeignKey>ERAttribute. getERForeignKey(K_CONTROL_OPTION... behaviourFlags)java.util.List<ERForeignKey>EREntity. getForeignKeyByReferencedEntity(EREntity refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<ERForeignKey>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.java.util.List<ERForeignKey>ERUniqueKey. getForeignKeyWithoutForeignKeyAble(K_CONTROL_OPTION... behaviourFlags)List of all foreign keys that reference thisERUniqueKeyand are not yet assigned to anIMForeignKeyAble(ERRoleorERGeneralization).java.util.List<ERForeignKey>ERUniqueKey. getForeignKeyWithoutForeignKeyAble(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyWithoutForeignKeyAble and filters its return values according to the given stereotype value.java.util.List<ERForeignKey>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 ERForeignKey Modifier and Type Method Description ERForeignKeyIMForeignKeyAble. getForeignKey()Reference to the foreign key of this foreign key inducing element (generalization or relationship role).
-