You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of reusable actions concerning 'Object Handling'.
3
-
4
-
## Community Commons series (CoCo)
5
-
Community Commons is a series of modules for and by the community extending the low-code capabilities of the Mendix Platform.
6
-
7
-
## Contributing
8
-
For more information on contributing to this repository visit [Contributing to a GitHub repository](https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)!
9
-
10
-
## Microflow Activities (Java actions exposed as microflows)
11
-
Available microflow activities to use in your microflows
12
-
**Object activities (Advanced)**
13
-
- Clone object
14
-
- Copy object attribute contents
15
-
- Deep clone
16
-
- Delete all objects
17
-
- Force commit
18
-
- Force delete :new:
19
-
- Delete objects without events :new:
20
-
- Create a list from an object :new:
21
-
- Commit without events
22
-
-~~EncryptMemberIfChanged~~
23
-
- End Transaction
24
-
- Get 'Created by' user object
25
-
- Get 'Changed by' user object
26
-
- Get object GUID
27
-
- Get committed value
28
-
- Get entity type
29
-
- Object member has changed
30
-
- Object has changed
31
-
-~~ObjectIsNew~~
32
-
-~~RefreshClass~~
33
-
- Refresh class by object
34
-
- Start Transaction
35
-
36
-
37
-
## Java
38
-
Helper Java class to use in java actions
39
-
- Xpath.jar
40
-
41
-
## Dependencies
42
-
- org.apache.commons.lang3.jar
1
+
Please see [Object Handling](https://docs.mendix.com/appstore/modules/object-handling) in the Mendix documentation for details.
0 commit comments