these methods should be static

This commit is contained in:
Michael Becker 2025-01-05 17:08:37 -05:00
parent 52ad6594f3
commit 15db6ef037
4 changed files with 5 additions and 0 deletions

View File

@ -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'

View File

@ -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;'

View File

@ -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;'

View File

@ -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;'