Uses of Interface
de.mid.innovator.srv2api.icw2er.ERRelationship
-
Packages that use ERRelationship 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. -
-
Uses of ERRelationship in de.mid.innovator.srv2api.icw2er
Subinterfaces of ERRelationship in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
BIHierarchyRole
Deprecated: Use the BI2 classes for the 2nd generation procedure.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type ERRelationship Modifier and Type Method Description <T extends ERRelationship>
java.util.List<T>EREntity. getMandatoryReferencingMeRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Get all mandatory relationships of the entity, if thisEREntity
is on primary key side.<T extends ERRelationship>
java.util.List<T>EREntity. getMandatoryReferencingMeRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getMandatoryReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getMandatoryReferencingRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Get all mandatory relationships of the entity, if thisEREntity
is on foreign key side.<T extends ERRelationship>
java.util.List<T>EREntity. getMandatoryReferencingRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getMandatoryReferencingRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getOptionalReferencingMeRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Get all optional relationships of the entity, if thisEREntity
is on primary key side.<T extends ERRelationship>
java.util.List<T>EREntity. getOptionalReferencingMeRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getOptionalReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getOptionalReferencingRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Get all optional relationships of the entity, if thisEREntity
is on foreign key side.<T extends ERRelationship>
java.util.List<T>EREntity. getOptionalReferencingRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getOptionalReferencingRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getReferencingMeRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Get all relationships of the entity, if thisEREntity
is on primary key side.<T extends ERRelationship>
java.util.List<T>EREntity. getReferencingMeRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getReferencingRelationship(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Get all relationships of the entity, if thisEREntity
is on foreign key side.<T extends ERRelationship>
java.util.List<T>EREntity. getReferencingRelationship(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getReferencingRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
java.util.List<T>EREntity. getRelationshipOfEntity(java.lang.Class<T> returnType, EREntity refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends ERRelationship>
java.util.List<T>EREntity. getRelationshipOfEntity(java.lang.Class<T> returnType, MMStereotype stereotype, EREntity refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getRelationshipOfEntity and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2er that return ERRelationship Modifier and Type Method Description static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with template from source to target element.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with template from source to target element.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with stereotype, container and a sequence of elements.ERRelationship
ERRole. getOwningRelationship()
Reference to the relationship that owns the role.ERRelationship
ERForeignKey. getRelationship()
Reference to theERRelationship
for which this foreign key is created.ERRelationship
ERRole. getRelationship()
The relationship this role is assigned to.ERRelationship
ERGeneralization. transformToRelationship()
Not yet implemented!Methods in de.mid.innovator.srv2api.icw2er with parameters of type ERRelationship Modifier and Type Method Description void
ERForeignKey. setRelationship(ERRelationship value)
Set the value of View Relationship.
-