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 interface
CLStructureEntry
-
Uses of ELViewEntry in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELViewEntry in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBViewColumn
-
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 interface
BI2DimensionAttribute
ABI2DimensionAttribute
is a property of aBI2DimensionLevel
and is also used in all hierarchy levels that belong to this dimension level.interface
BI2DimensionIdAttribute
ABI2DimensionIdAttribute
is a kind of aBI2DimensionAttribute
used for item identification.interface
BI2DimensionShowAttribute
ABI2DimensionIdAttribute
is a kind of aBI2DimensionAttribute
used for providing the data.interface
BI2DimensionSortAttribute
ABI2DimensionIdAttribute
is a kind of aBI2DimensionAttribute
used for sorting.interface
BIHierarchyAttribute
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
BIHierarchySortAttribute
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
ERViewAttribute
AnERViewAttribute
describes 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 interface
IMViewFeature
This 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)
-