Uses of Interface
de.mid.innovator.srv2api.icw2model.MEPackage
Packages that use MEPackage
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.
Meta model and administration information.
This packagage contains elements representing the logical model.
-
Uses of MEPackage in de.mid.innovator.srv2api.icw2db
Subinterfaces of MEPackage in de.mid.innovator.srv2api.icw2dbModifier and TypeInterfaceDescriptioninterfaceADBPackageis both aMEPackagefor organizing elements in a tree and aDBSQLObjectfor modeling privileges or relationships to other SQL objects. -
Uses of MEPackage in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er with type parameters of type MEPackageModifier and TypeMethodDescriptionEREntity.getAutoMapDatabaseModels(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) EREntity.getAutoMapDatabaseModels(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAutoMapDatabaseModels and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2er with type arguments of type MEPackageModifier and TypeMethodDescriptionvoidEREntity.setAutoMapDatabaseModels(List<? extends MEPackage> values) Set the value of View AutoMapDatabaseModels. -
Uses of MEPackage in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta with type parameters of type MEPackageModifier and TypeMethodDescriptionADModel.getConceptualModels(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ADModel.getConceptualModels(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConceptualModels and filters its return values according to the given stereotype value.ADModel.getDatabaseModels(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ADModel.getDatabaseModels(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDatabaseModels and filters its return values according to the given stereotype value.ADModel.getDataModels(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ADModel.getDataModels(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDataModels and filters its return values according to the given stereotype value.MMTypeSystem.getPackage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of the packages supporting thisMMTypeSystem. -
Uses of MEPackage in de.mid.innovator.srv2api.icw2model
Subinterfaces of MEPackage in de.mid.innovator.srv2api.icw2modelModifier and TypeInterfaceDescriptioninterfaceConfiguration management package.interfaceAbstract mapping configuration package.interfaceMapping configuration package forward direction.interfaceMapping configuration package reverse direction.interfacePackage used for content below MappingPackageType.interfaceAbstract mapping package type defines the mapping type.interfaceImplementing mapping type with direction FORWARD.interfaceImplementing mapping type with direction REVERSE.interfaceA model captures a view of a physical system.interfaceAbstract Stub Package.interfaceStub package base package collecting all stub packages within a system model.interfaceStub package for external models.interfaceStub package for Innovator modelsinterfaceinterfaceSystem model management package containing MEConfigurationManagement and MEStubPackageBase packages.Fields in de.mid.innovator.srv2api.icw2model declared as MEPackageModifier and TypeFieldDescriptionARG_MEProxyFindByRefData.ohTransitiveOwnerTransitive Owner Package e.g stub package or mapping type packageARG_MEProxyFindByRefUUID.ohTransitiveOwnerTransitive Owner Package e.g stub package or mapping type packageMethods in de.mid.innovator.srv2api.icw2model with type parameters of type MEPackageModifier and TypeMethodDescriptionMEPackage.getNestedPackage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The packages under this package.Methods in de.mid.innovator.srv2api.icw2model that return MEPackageModifier and TypeMethodDescriptionstatic MEPackageMEPackageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Package with template and container.static MEPackageMEPackageHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Package with stereotype and container.MEModelElement.getDataModel()TheMEPackagethat covers the scope of the data model for thisMEModelElement.MEPackage.getNestingPackage()The package owning this package.MEConstraint.getPackageContext()The package owning this constraint.Methods in de.mid.innovator.srv2api.icw2model with parameters of type MEPackageModifier and TypeMethodDescriptionMEProxyHelper.getFindProxyByRefData(Class<T> returnType, SrvContext srvCtx, int elemType, int elemKind, int elemId, String elemIdReference, String elemDisplayName, String elemHREF, MEPackage ohTransitiveOwner) Returns a list of Proxies referencing the element with the specified data.MEProxyHelper.getFindProxyByRefUUID(Class<T> returnType, SrvContext srvCtx, String sUUID, MEPackage ohTransitiveOwner) Returns a list of Proxy referencing the specified UUID.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MEPackageModifierConstructorDescriptionARG_MEProxyFindByRefData(int elemType, int elemKind, int elemId, String elemIdReference, String elemDisplayName, String elemHREF, MEPackage ohTransitiveOwner) ARG_MEProxyFindByRefUUID(String sUUID, MEPackage ohTransitiveOwner)