ObjectHandling
Content Type: Module
Categories: Utility
Overview
This module is a collection of java functions and actions exposed as microflow actions for you to use in your app building. Clone objects, copy object attribute contents, get object GUID, and more.
Documentation
Please see Object Handling in the Mendix documentation for details.
Releases
Version: 4.0.2
Framework Version: 9.18.0
Release Notes: We removed "implicit narrowing conversion" which caused a warning to be made by a code scanning tool.
Version: 4.0.1
Framework Version: 9.18.0
Release Notes: We added startsWith, endsWith, gte, lt and lte to XPath.java.
We fixed gt in XPath.java. This function was using >= instead of the correct >.
We included a migration file for the Java dependencies for Studio Pro 10 compatibility.
Version: 4.0.0
Framework Version: 9.18.0
Release Notes: We updated the module to Studio Pro 9.18, so it can be used in Studio Pro 10.
We updated the Apache Commons Lang dependency to version 3.12.0.
We added a dependency on Apache Commons Text version 1.10.0 because some Apache Commons Lang functionality moved there.
Version: 3.2.0
Framework Version: 8.12.0
Release Notes: - Merged pull request to add method to XPath library.
- Added actions to set and get a String attribute using its name as a parameter input value.
Version: 3.1.0
Framework Version: 8.12.0
Release Notes: - Upgrade minimum Mendix version to 8.12.0 for Mendix 9 compatibility
- Set Commons Lang3 dependency to v3.7 to avoid conflicts with Community Commons main module
- Minor cleanups
Version: 3.0.1
Framework Version: 8.1.0
Release Notes: Fixes #3 and fixes #4
Thanks everybody, apologies for the delay. Apparently notifications didn't reach me.
Version: 3.0.0
Framework Version: 8.1.0
Release Notes: Converted Mendix version 8.1
Version: 2.0
Framework Version: 7.0.2
Release Notes: Converted to Mx7 and removed java code for locking.