Uses of Interface
de.mid.innovator.srv2api.icw2meta.MM2Class
-
Packages that use MM2Class Package Description de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MM2Class in de.mid.innovator.srv2api.icw2cldia
Fields in de.mid.innovator.srv2api.icw2cldia declared as MM2Class Modifier and Type Field Description MM2Class
ARG_AddRelationshipList. ohClass
Meta class of the element typeMethods in de.mid.innovator.srv2api.icw2cldia with parameters of type MM2Class Modifier and Type Method Description java.util.List<CLDiaRelshipLinkEdge>
CLDia. addRelationshipDlg(MM2Class ohClass, java.util.List<? extends ADClientAble> seqNode, java.util.List<? extends ADClientAble> seqSel, boolean isDirParent, boolean addNode)
Adds relationships as edges to this diagram.Constructors in de.mid.innovator.srv2api.icw2cldia with parameters of type MM2Class Constructor Description ARG_AddRelationshipList(MM2Class ohClass, java.util.List<ADClientAble> seqNode, java.util.List<ADClientAble> seqSel, boolean isDirParent, boolean addNode)
-
Uses of MM2Class in de.mid.innovator.srv2api.icw2dg
Methods in de.mid.innovator.srv2api.icw2dg that return MM2Class Modifier and Type Method Description MM2Class
DGStandardChapter. getChapterClass()
The meta class assigned to this chapter. -
Uses of MM2Class in de.mid.innovator.srv2api.icw2meta
Subinterfaces of MM2Class in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
MM2Association
Fields in de.mid.innovator.srv2api.icw2meta declared as MM2Class Modifier and Type Field Description MM2Class
ARG_ADAssignExecuteAble. ohClass
meta class of the execute able elementsMM2Class
ARG_MMAssignMenuItem. ohClass
class of the menuMM2Class
ARG_MMCreateMenu. ohClass
class of the menuFields in de.mid.innovator.srv2api.icw2meta with type parameters of type MM2Class Modifier and Type Field Description java.util.List<MM2Class>
ARG_MMCreateMenu. seqOh
list of assigned menu items classesMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type MM2Class Modifier and Type Method Description <T extends MM2Class>
java.util.List<T>MM2Classification. getAllowedMetaClassByAttribute(java.lang.Class<T> returnType, ADClientAble refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags)
Calculates all meta classes which are valid for the specified argument kind.<T extends MM2Class>
java.util.List<T>MM2Class. getClassesOfViewAttr(java.lang.Class<T> returnType, MM2Attribute refObj, K_CONTROL_OPTION... behaviourFlags)
Returns not abstract specializations (transitive) of classes given byargument refObj
.<T extends MM2Class>
java.util.List<T>ADModel. getMetaClassInstantiable(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns all meta classes instantiable in this model.<T extends MM2Class>
java.util.List<T>ADModel. getMetaClassStereotypeAbleNotAbstract(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns all meta classes with stereotypes instantiable in this model.<T extends MM2Class>
java.util.List<T>MM2Classification. getPresContentAbleMetaClass(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All classes which are allowed as presentation content of this classification.Methods in de.mid.innovator.srv2api.icw2meta that return MM2Class Modifier and Type Method Description MM2Class
MMFilter. filterClass()
The meta class of this filter.MM2Class
MM2FontColor. getOwnClass()
The class that owns this font/color type.MM2Class
MM2FormatRuleParameter. getOwnClass()
The class that owns this format rule parameter.MM2Class
MM2Presentation. getOwnClass()
The class that owns this presentation type.MM2Class
MMAddItem. getOwnClass()
MM2Class
MMFormatRuleSetOfClass. getOwnClass()
The metaclass of this format rule set.MM2Class
MMStereotype. getOwnClass()
The metaclass owning this stereotype.MM2Class
MMStereotype. getStereotypeClass()
The class of this stereotype.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MM2Class Modifier and Type Method Description java.util.List<MMRoleExecution>
ADUsrRole. assignExecuteAble(MMProfile ohProfile, MM2Class ohClass, java.util.List<? extends ADExecuteAble> seqOh)
Assigns a list of executable elements to this user role.java.util.List<MMMenuItem>
MM2Classification. assignMenuItem(MMProfile ohProfile, MMMenu ohMenu, MM2Class ohClass, java.util.List<? extends MMMenuItemAble> seqOh)
Assigns a list of menu items to a meta classification.static java.util.List<MMMenu>
MMMenuHelper. createMenu(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<? extends MM2Class> seqOh, boolean useDefaultMenu)
Creates a list of menus.java.util.List<MMStereotype>
MMProfile. getRootStereotype(MM2Class refObj, K_CONTROL_OPTION... behaviourFlags)
All root stereotypes of this root profile.java.util.List<MMStereotype>
MMProfile. getStereotypeByMetaClass(MM2Class refObj, java.lang.String pattern, java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)
All meta class stereotypes specified by meta class or argument kind which are owned and imported by this profile.java.util.List<MMStereotype>
MMProfile. getStereotypeByMetaClassTransitive(MM2Class refObj, java.lang.String pattern, java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)
All meta class stereotypes or transitive specializations specified by meta class or argument kind which are owned and imported by this profile.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MM2Class Modifier and Type Method Description static java.util.List<MMMenu>
MMMenuHelper. createMenu(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<? extends MM2Class> seqOh, boolean useDefaultMenu)
Creates a list of menus.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MM2Class Constructor Description ARG_ADAssignExecuteAble(MMProfile ohProfile, MM2Class ohClass, java.util.List<ADExecuteAble> seqOh)
ARG_MMAssignMenuItem(MMProfile ohProfile, MMMenu ohMenu, MM2Class ohClass, java.util.List<MMMenuItemAble> seqOh)
ARG_MMCreateMenu(MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<MM2Class> seqOh, boolean useDefaultMenu)
Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MM2Class Constructor Description ARG_MMCreateMenu(MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<MM2Class> seqOh, boolean useDefaultMenu)
-
Uses of MM2Class in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type MM2Class Modifier and Type Method Description <T extends MM2Class>
java.util.List<T>MESection. getSectionClass(java.lang.Class<T> returnType)
All meta classes allowed in this section.Methods in de.mid.innovator.srv2api.icw2model with parameters of type MM2Class Modifier and Type Method Description java.util.List<MMStereotype>
MEModel. getKnownStereotypesByMetaClass(MM2Class refObj, java.lang.String pattern, java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)
All stereotypes of meta class specified by meta class or argument kind which are owned by profiles transitive imported by this model.
-