Java actions

A collection of various helper functions in Java. Get object by guid return Core.retrieveId(getContext(), Core.createMendixIdentifier(objectGuid)); Get ModelReflection MxObjectMembers XPath<IMendixObject> xpath = XPath.create(getContext(), MxObjectMember.entityName) .eq( MxObjectMember.MemberNames.MxObjectMember_MxObjectType, MxObjectType.entityName, MxObjectType.MemberNames.CompleteName, targetObject); List<IMendixObject> mxObjectMemberList = xpath.all(); return mxObjectMemberList; Escape JSON object return JSONObject.escape(inputString);

List operations

Java List operations console.log('List operations');

Self-reference retrieval

Self-reference retrieval console.log('Self reference');