What does the function getChildRoles return? All Child rows i. e. sub-sub-sub roles of the role given, or only direct sub-roles? asked 03.07.2020 at 02:30 Thomas Wanka... |
Have a look at our JavaDoc: https://developer.axonivy.com/doc/8.0/public-api/ch/ivyteam/ivy/security/IRole.html IRole#getChildRoles return all direct child roles IRole#getAllRoles returns all direct and indirect roles answered 13.07.2020 at 03:01 Alex Suter ♦♦ Lukas Lieb ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 03.07.2020 at 02:30
Seen: 2,007 times
Last updated: 30.07.2020 at 08:50
Hello Mr Wanka, IRole#getChildRoles only returns the direct child roles of the given role.