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%20Wanka%20-%20logwin's gravatar image

Thomas Wanka...
(suspended)
accept rate: 0%

closed 30.07.2020 at 08:50

Hello Mr Wanka, IRole#getChildRoles only returns the direct child roles of the given role.

(06.07.2020 at 02:03) Oliver Heer Oliver%20Heer's gravatar image

The question has been closed for the following reason "The question is answered, right answer was accepted" by Thomas Wanka - logwin 30.07.2020 at 08:50


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

link

answered 13.07.2020 at 03:01

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

edited 23.07.2020 at 05:13

Lukas%20Lieb's gravatar image

Lukas Lieb ♦♦
4412412

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×1

Asked: 03.07.2020 at 02:30

Seen: 1,915 times

Last updated: 30.07.2020 at 08:50

Related questions