diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00054-ProcessRelatedUpdatesMethod.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00054-ProcessRelatedUpdatesMethod.yaml index a00cefc..a923e23 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00054-ProcessRelatedUpdatesMethod.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00054-ProcessRelatedUpdatesMethod.yaml @@ -10,6 +10,8 @@ attributes: - instance: '&IDA_Name;' customTagName: 'name' + - instance: '&IDA_Static;' + customTagName: 'static' relationships: - instance: '&IDR_Process_Related_Updates_Method__uses__Executable_for_PUMB;' customTagName: 'usesExecutableForPUMB' diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00066-GetAttributeBySystemRoutineMethod.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00066-GetAttributeBySystemRoutineMethod.yaml index 8b923e9..cc727af 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00066-GetAttributeBySystemRoutineMethod.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00066-GetAttributeBySystemRoutineMethod.yaml @@ -83,6 +83,7 @@ forClassId: '&IDC_OMS;' verb: 'get' name: 'Runtime Version' + static: yes accessModifierId: '&IDI_AccessModifier_Public;' returnsAttributeId: '&IDA_Version;' systemAttributeRoutineId: '&IDI_SystemAttributeRoutine_GetRuntimeVersion;' diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonNumeric/Common_Numeric__get__Random_Number.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonNumeric/Common_Numeric__get__Random_Number.yaml index 3f46792..d0a6991 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonNumeric/Common_Numeric__get__Random_Number.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonNumeric/Common_Numeric__get__Random_Number.yaml @@ -29,6 +29,7 @@ verb: 'get' name: 'Random Number' accessModifierId: '&IDI_AccessModifier_Public;' + static: yes returnsAttributeId: '&IDA_Value;' systemAttributeRoutineId: '&IDI_SystemAttributeRoutine_GetRandomNumber;' moduleId: '&IDI_Module_MochaBaseSystem;' diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/000000-LoginPageSubedit.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/000000-LoginPageSubedit.yaml index c3f9f69..4368dcc 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/000000-LoginPageSubedit.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/000000-LoginPageSubedit.yaml @@ -53,6 +53,7 @@ - processRelatedUpdatesMethod: '&IDM_LoginPagePRU;' name: 'Login Page PRU' processesForClass: '&IDC_UserLogin;' + static: yes usesExecutableForPUMB: # - instance: '&IDMB_User__update__Login;' - type: '&IDC_UpdateBySystemRoutineMethod;'