Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMProfile
-
Packages that use MMProfile 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.icw2dg The documentation package deals with the model documentation configuration and generation.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.icw2meta Meta model and administration information. -
-
Uses of MMProfile in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return MMProfile Modifier and Type Method Description MMProfile
CLStructureDefinition. getOwningProfile()
TheMMProfile
owning thisCLStructureDefinition
. -
Uses of MMProfile in de.mid.innovator.srv2api.icw2dg
Methods in de.mid.innovator.srv2api.icw2dg with parameters of type MMProfile Modifier and Type Method Description void
DGCommand. setProfile(MMProfile value)
Set the value of Foreign Key Profile. -
Uses of MMProfile in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type MMProfile Modifier and Type Method Description <T extends MMProfile>
java.util.List<T>ELPackage. getAppliedProfile(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All profiles which are applied by this package.<T extends MMProfile>
java.util.List<T>ELPackage. getAppliedProfileTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All profiles which are applied by this package, extended transitively by all applied profiles.Method parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type MMProfile Modifier and Type Method Description void
ELPackage. setAppliedProfile(java.util.List<? extends MMProfile> values)
Set the value of View AppliedProfile. -
Uses of MMProfile in de.mid.innovator.srv2api.icw2meta
Subinterfaces of MMProfile in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
MMSyncProfile
interface
MMXProfile
Fields in de.mid.innovator.srv2api.icw2meta declared as MMProfile Modifier and Type Field Description MMProfile
ARG_ADAssignExecuteAble. ohProfile
profile of the configurationMMProfile
ARG_CopyConstraintDlgCmd. ohProfile
profile of the selected stereotypeMMProfile
ARG_CopyFormatDlgCmd. ohProfile
profile of the selected stereotypeMMProfile
ARG_CopyFormatRule. ohProfile
profile of the selected stereotype or format ruleMMProfile
ARG_CopyMenuDlgCmd. ohProfile
profile of the selected stereotypeMMProfile
ARG_CopyProfileContentDlgInitIn. ohProfile
profile of the selected stereotypeMMProfile
ARG_CopyRoleExecutionDlgCmd. ohProfile
profile of the selected user roleMMProfile
ARG_DeleteFormat. ohProfile
profile of the format - optional elementMMProfile
ARG_MM2TypedElementCreate. ohProfile
Profile as containerMMProfile
ARG_MMAssignClassification. ohProfile
profile of the configurationMMProfile
ARG_MMAssignMenuItem. ohProfile
profile of the configurationMMProfile
ARG_MMCreateMenu. ohProfile
profile of the configurationMMProfile
ARG_MMFormatRuleCreate. ohProfile
the profile which contains the rule to be createdMMProfile
ARG_MMPresEntryCreate. ohProfile
the profile which contains the presentation entry to be createdMMProfile
ARG_MMProfileElementVOclSeq. ohProfile
Profile of the configurationMMProfile
ARG_MMProfileStereotype. ohProfile
Profile for the element to be createdMMProfile
ARG_MMStereotypeTSOptionCreate. ohProfile
Profile as containerMMProfile
ARG_MMTextCreate. ohProfile
The profile as containerMMProfile
ARG_ModifyTypedElementValidListDlgInit. ohProfile
the selected profileMMProfile
ARG_ModifyTypedElementValueList. ohProfile
the selected profileMMProfile
ARG_MoveStereotypeWithAttachmentDlgCmdIn. ohProfile
selected profileMMProfile
ARG_MoveStereotypeWithAttachmentDlgReqIn. ohProfile
selected profileMMProfile
ARG_CopyConstraintDlgCmd. ohSrcProfile
profile of the stereotype from which the classification constraints are copiedMMProfile
ARG_CopyFormatDlgCmd. ohSrcProfile
profile of the stereotype from which the format is copiedMMProfile
ARG_CopyMenuDlgCmd. ohSrcProfile
profile of the stereotype from which the menus are copiedMMProfile
ARG_CopyRoleExecutionDlgCmd. ohSrcProfile
profile of the user role from which the execution rights are copiedFields in de.mid.innovator.srv2api.icw2meta with type parameters of type MMProfile Modifier and Type Field Description java.util.List<MMProfile>
ARG_CopyProfileContentDlgInitOut. seqProfile
list of profilesjava.util.List<MMProfile>
ARG_CopyRoleExecutionDlgInitOut. seqProfile
list of profilesjava.util.List<MMProfile>
ARG_MoveStereotypeWithAttachmentDlgInitOut. seqProfile
list of profilesjava.util.List<MMProfile>
ARG_ReplaceUsedStereotypeDlgInitOut. seqProfile
list of profilesjava.util.List<MMProfile>
ARG_VerifyProfileElementMessageListIn. seqProfile
List of profiles to be verified (ignore invalid)Methods in de.mid.innovator.srv2api.icw2meta with type parameters of type MMProfile Modifier and Type Method Description <T extends MMProfile>
java.util.List<T>MMProfile. getAvailableProfile(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All profiles which are available for this profile.<T extends MMProfile>
java.util.List<T>MMMetamodelElement. getIgnoringProfile(java.lang.Class<T> returnType)
All profiles where thisMMMetamodelElement
is marked as ignored.<T extends MMProfile>
java.util.List<T>ADModel. getOwnedProfile(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMProfile Modifier and Type Method Description java.util.List<MM2ClassificationConstraint>
MM2Classification. assignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<? extends MM2Classification> seqOh)
Assigns a list of meta classifications to a meta classification to restrict the valid values of the specified meta attribute.java.util.List<MMMetamodelElement>
MMVerify. assignContent(MMProfile ohProfile, java.util.List<? extends MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)
java.util.List<MMMetamodelElement>
MMVerifyClassification. assignContent(MMProfile ohProfile, java.util.List<? extends MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)
Creates aMMVerifyClassification
as content of thisMMVerifyClassification
for each specifiedMMStereotype
.java.util.List<MMMetamodelElement>
MMVerifyPackage. assignContent(MMProfile ohProfile, java.util.List<? extends MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)
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.void
MM2Classification. copyConstraintDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<? extends MM2ClassificationConstraint> seqCnstr)
void
MMFormatAble. copyFormatDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean useExistingRules, boolean replaceEntries, boolean copyAll, java.util.List<? extends MMFormatAble> seqRules)
MMFormatRule
MMFormatAble. copyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)
Copies the specifiedMMFormatRule
with nested rules and presentation entries to the selectedMMStereotype
orMMFormatRule
within the specifiedMMProfile
.void
MM2Classification. copyMenuDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<? extends MMMenuItem> seqItem)
void
ADUsrRole. copyRoleExecutionDlg(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<? extends ADExecuteAble> seqExec)
static MMCreateTemplate
MMCreateTemplateHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new create template.static MMFilter
MMFilterHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new filter.static MMFormatRule
MMFormatRuleHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)
Create a new format rule.static MMLabel
MMLabelHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Extents the basic function 'EntCreateOclCmd' for the elementMMLabel
by setting/modifying further attributes or elements.static java.util.List<MMPresEntry>
MMPresEntryHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<? extends MM2Presentation> seqPres)
Creates a new presentation entry.static MMStereotype
MMStereotypeHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a new stereotype.static MMStereotypeProperty
MMStereotypePropertyHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Creates a new stereotype property.static MMStereotypeTSOption
MMStereotypeTSOptionHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Creates a newMMStereotypeTSOption
.static MMSyncSet
MMSyncSetHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a newMMSyncSet
.static MMText
MMTextHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, java.lang.String name, java.lang.String preset, boolean useInDocumentation, boolean isFlowDocument)
Creates a new text definition.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.static MMStereotypeTSOption
MMStereotypeTSOptionHelper. createWithTypeSystem(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType, MMTypeSystem ohTypeSystem, java.lang.String strName)
Creates a newMMStereotypeTSOption
withMMTypeSystem
.static void
MMFormatAbleHelper. deleteFormat(SrvContext srvCtx, MMProfile ohProfile, java.util.List<? extends MMFormatAble> seqAble)
Deletes the specified formats.ARG_CopyProfileContentDlgInitOut
MM2Classification. getCopyConstraintDlgInit(MMProfile ohProfile)
Fills the dialog for the copy of classification constraints.ARG_CopyProfileContentDlgInitOut
MMFormatAble. getCopyFormatDlgInit(MMProfile ohProfile)
Fills the dialog for the copy of formats.ARG_CopyProfileContentDlgInitOut
MM2Classification. getCopyMenuDlgInit(MMProfile ohProfile)
Fills the dialog for the copy of menus.ARG_CopyRoleExecutionDlgInitOut
ADUsrRole. getCopyRoleExecutionDlgInit(MMProfile ohProfile)
Fills the dialog for the copy of execution rights.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTranslatableValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available typed elements which may be translated.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTSOptionValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available type sytem options.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTypedElementValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available typed elements.static ARG_MoveStereotypeWithAttachmentDlgInitOut
MMStereotypeHelper. getMoveStereotypeWithAttachmentDlgInit(SrvContext srvCtx, java.util.List<? extends MMStereotype> seqStereo, MMProfile ohProfile)
Fills the dialog to move all selected stereotypes with attachments to a new owning profile.void
MMSyncedStereotype. modifySyncedPropertyList(java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of synced properties for thisMMSyncedStereotype
.static void
MM2ClassificationHelper. modifyTranslatableValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid typed elements which may be translated for a list of meta classifications.static void
MM2ClassificationHelper. modifyTSOptionValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid type system options for a list of meta classifications.static void
MM2ClassificationHelper. modifyTypedElementValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid typed elements for a list of meta classifications.static void
MMStereotypeHelper. moveStereotypeWithAttachmentDlg(SrvContext srvCtx, java.util.List<? extends MMStereotype> seqStereo, MMProfile ohProfile, boolean moveAll, java.util.List<? extends ADClientAble> seqElem)
Moves the selected stereotypes with the specified attachments to the new owning profile.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMProfile Modifier and Type Method Description static java.util.List<ARG_VerifyElementMessageList>
MMProfileHelper. getVerifyProfileElementMessageList(SrvContext srvCtx, java.util.List<? extends MMProfile> seqProfile, java.util.List<K_CTREE> seqCTree, MMVerify ohVerify)
Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMProfile Constructor Description ARG_ADAssignExecuteAble(MMProfile ohProfile, MM2Class ohClass, java.util.List<ADExecuteAble> seqOh)
ARG_CopyConstraintDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<MM2ClassificationConstraint> seqCnstr)
ARG_CopyFormatDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean useExistingRules, boolean replaceEntries, boolean copyAll, java.util.List<MMFormatAble> seqRules)
ARG_CopyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)
ARG_CopyMenuDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, java.util.List<MMMenuItem> seqItem)
ARG_CopyProfileContentDlgInitIn(MMProfile ohProfile)
ARG_CopyRoleExecutionDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<ADExecuteAble> seqExec)
ARG_DeleteFormat(MMProfile ohProfile, java.util.List<MMFormatAble> seqAble)
ARG_MM2TypedElementCreate(MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
ARG_MMAssignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<MM2Classification> 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)
ARG_MMFormatRuleCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)
ARG_MMPresEntryCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<MM2Presentation> seqPres)
ARG_MMProfileElementVOclSeq(MMProfile ohProfile, java.util.List<MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)
ARG_MMProfileStereotype(MMProfile ohProfile, MMStereotype ohStereotype)
ARG_MMStereotypeTSOptionCreate(MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType, MMTypeSystem ohTypeSystem, java.lang.String strName)
ARG_MMTextCreate(MMProfile ohProfile, MM2Classification ohMM2Classification, java.lang.String name, java.lang.String preset, boolean useInDocumentation, boolean isFlowDocument)
ARG_ModifyTypedElementValidListDlgInit(java.util.List<MM2Classification> seqSel, MMProfile ohProfile)
ARG_ModifyTypedElementValueList(java.util.List<MM2Classification> seqSel, java.util.List<MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
ARG_MoveStereotypeWithAttachmentDlgCmdIn(java.util.List<MMStereotype> seqStereo, MMProfile ohProfile, boolean moveAll, java.util.List<ADClientAble> seqElem)
ARG_MoveStereotypeWithAttachmentDlgReqIn(java.util.List<MMStereotype> seqStereo, MMProfile ohProfile)
Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMProfile Constructor Description ARG_VerifyProfileElementMessageListIn(java.util.List<MMProfile> seqProfile, java.util.List<K_CTREE> seqCTree, MMVerify ohVerify)
-