Uses of Interface
de.mid.innovator.srv2api.icw2im.IMClassifier
Packages that use IMClassifier
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.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
-
Uses of IMClassifier in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2dbModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2db that return IMClassifierModifier and TypeMethodDescriptionDBTable.getLeadingEntity()Returns the leadingEREntityof this table. -
Uses of IMClassifier in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceinterfaceAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceinterfaceAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type IMClassifierModifier and TypeMethodDescription<T extends IMClassifier>
List<T> BI2HierarchyLevel.getDBColumnSets(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get all DB elements which have a mapping dependency to thisBI2HierarchyLevel.<T extends IMClassifier>
List<T> BI2HierarchyLevel.getDBColumnSets(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDBColumnSets and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2er with type arguments of type IMClassifierModifier and TypeMethodDescriptionvoidBI2HierarchyLevel.setDBColumnSets(List<? extends IMClassifier> values) Set the value of View DBColumnSets. -
Uses of IMClassifier in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2imModifier and TypeInterfaceDescriptioninterfaceAssociation between two classifiers.interfaceThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType.interfaceA type which describes the semantic of its stored value.interfaceSubclass ofIMSemanticDataTypewith automatic unique value.Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMClassifierModifier and TypeMethodDescription<T extends IMClassifier>
List<T> IMConstraint.getConstrainedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets all classifiers which are directly assigned by thisIMConstraintor contain aIMPropertyassigned by this constraint.<T extends IMClassifier>
List<T> IMConstraint.getConstrainedClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMClassifier>
List<T> IMConstraintAssign.getConstrainedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets all classifiers constrained by thisIMConstraintAssign, directly or indirectly via owned properties or used data types.<T extends IMClassifier>
List<T> IMConstraintAssign.getConstrainedClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMClassifier>
List<T> IMKeyRelationship.getKeyClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns a list of two elements.<T extends IMClassifier>
List<T> IMKeyRelationship.getKeyClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getKeyClassifier and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2im that return IMClassifierModifier and TypeMethodDescriptionstatic IMClassifierIMClassifierHelper.createByStructString(SrvContext srvCtx, ELContainerAble itemOwner, IMProperty itemTypedProperty, Class<? extends ELObject> kVocl, String strStruct) This command creates a classifier by interpreting the string according to the STRUCT syntax used by many ORDBMS databases.IMConstraintAssign.getDirectlyConstrainedClassifier()TheIMClassifierof thisIMConstraintAssign.IMFeature.getOwningClassifier()Reference to the classifier of thisIMFeature.IMKey.getOwningClassifier()IMTrigger.getOwningClassifier()Reference to the classifier of thisIMTrigger.IMKeyRelationship.getUniqueKeyClassifier()The classifier of the referencedIMUniqueKey.Methods in de.mid.innovator.srv2api.icw2im with parameters of type IMClassifierModifier and TypeMethodDescription<T extends IMProperty>
List<T> IMFeature.getKeyRelationshipPropertyRecursive(Class<T> returnType, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags) List of foreign key properties, referencing this unique key property indirectly.<T extends IMProperty>
List<T> IMFeature.getKeyRelationshipPropertyRecursive(Class<T> returnType, MMStereotype stereotype, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getKeyRelationshipPropertyRecursive and filters its return values according to the given stereotype value.