Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.25 KB

File metadata and controls

42 lines (36 loc) · 1.25 KB

Community Commons Object Handling

A collection of reusable actions concerning 'Object Handling'.

Community Commons series (CoCo)

Community Commons is a series of modules for and by the community extending the low-code capabilities of the Mendix Platform.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Microflow Activities (Java actions exposed as microflows)

Available microflow activities to use in your microflows Object activities (Advanced)

  • Clone object
  • Copy object attribute contents
  • Deep clone
  • Delete all objects
  • Force commit
  • Force delete 🆕
  • Delete objects without events 🆕
  • Create a list from an object 🆕
  • Commit without events
  • EncryptMemberIfChanged
  • End Transaction
  • Get 'Created by' user object
  • Get 'Changed by' user object
  • Get object GUID
  • Get committed value
  • Get entity type
  • Object member has changed
  • Object has changed
  • ObjectIsNew
  • RefreshClass
  • Refresh class by object
  • Start Transaction

Java

Helper Java class to use in java actions

  • Xpath.jar

Dependencies

  • org.apache.commons.lang3.jar