Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELViewEntry
-
Packages that use ELViewEntry Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.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 ELViewEntry in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELViewEntry in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interfaceCLStructureEntry -
Uses of ELViewEntry in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELViewEntry in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interfaceDBViewColumn -
Uses of ELViewEntry in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELViewEntry Modifier and Type Method Description <T extends ELViewEntry>
java.util.List<T>ELFeature. getEntryInGroupAble(java.lang.Class<T> returnType, ELViewGroupAble refObj, K_CONTROL_OPTION... behaviourFlags)<T extends ELViewEntry>
java.util.List<T>ELFeature. getEntryInGroupAble(java.lang.Class<T> returnType, MMStereotype stereotype, ELViewGroupAble refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getEntryInGroupAble and filters its return values according to the given stereotype value.<T extends ELViewEntry>
java.util.List<T>ELViewGroupAble. getOwnedViewEntry(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All view entrys owned by this view group able. -
Uses of ELViewEntry in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELViewEntry in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceBI2DimensionAttributeABI2DimensionAttributeis a property of aBI2DimensionLeveland is also used in all hierarchy levels that belong to this dimension level.interfaceBI2DimensionIdAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for item identification.interfaceBI2DimensionShowAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for providing the data.interfaceBI2DimensionSortAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for sorting.interfaceBIHierarchyAttributeDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchySortAttributeDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceERViewAttributeAnERViewAttributedescribes a column of anERView. -
Uses of ELViewEntry in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELViewEntry in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interfaceIMViewFeatureThis is a utility class for IMViewFeature that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type ELViewEntry Modifier and Type Method Description static java.util.List<ELViewEntry>IMFeatureHelper. propagateToViews(SrvContext srvCtx, java.util.List<? extends IMFeature> seqFeature, java.util.List<? extends ELView> seqView)
-