不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2024-06-04 00:46:20  修改时间:2025-12-09 10:57:30  分类:03.低代码/织信开发  编辑

官方接口文档:Mendix-9-Runtime-Api


常用包类方法:

  1. com.mendix.core [包]
    1. com.mendix.core.Core [类]
    2. com.mendix.core.CoreException [类]
    3. com.mendix.core.CoreRuntimeException [类]
  2. com.mendix.basis.component
    1. com.mendix.basis.component.InternalCore [类]
  3. com.mendix.basis.objectmanagement [包]   专门用来创建管理 IMendixObject 对象的
    1. com.mendix.basis.objectmanagement.MendixObjectImpl [类]  --> 负责创建 MendixObject 对象
    2. com.mendix.basis.objectmanagement.MendixIdentifier$ [类]   --> 负责创建 MendixIdentifier 对象