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 ERForeignKey
ERForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKey
ERForeignKeyHelper. 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 ERForeignKey
ERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKey
ERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with stereotype and container with requirement.ERForeignKey
EREntity. getAssignCandidateForeignKey(EREntity refObj)
Gets anERForeignKey
of thisEREntity
which can be assigned to anIMForeignKeyAble
ERRole
orERGeneralization
.ERForeignKey
ERRelationship. getForeignKey()
Gets theERForeignKey
implementing thisERRelationship
.ERForeignKey
ERGeneralization. maintainForeignKey()
This maintaining method creates the missedERForeignKey
for thisERGeneralization
.
Returns the newly created foreign key or null.ERForeignKey
ERRole. maintainForeignKey()
This maintaining method creates the missedERForeignKey
for 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 thisERUniqueKey
and are not yet assigned to anIMForeignKeyAble
(ERRole
orERGeneralization
).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 ERForeignKey
IMForeignKeyAble. getForeignKey()
Reference to the foreign key of this foreign key inducing element (generalization or relationship role).
-