Changes
/* Evaluating rights */
=== Evaluating rights ===
Now that we have defined and configured rights, we have to evaluate them. This can be done by customizing the methods ''CustomGroupRights'' and ''CustomPropertyGroupRights'' for any meta class. {{UBIK}} will take care about the rest, i.e., applying the rights.
==== Controlling the visibility and editability of objects ====
# For each combination, create a new instance of ''UBIK.Service.DTO.V240.GroupRight'' and assign both the group and the right.
# Add all ''GroupRight'' instances to a result list and return it.
==== Controlling the visibility and editability of properties ====
# For each combination, create a new instance of ''UBIK.Service.DTO.V240.GroupRight'' and assign both the group and the right.
# Add all ''GroupRight'' instances to a result list and return it.
{{Attention|Rights are evaluated by the server; so for the mobile client, there is no offline support for the dynamic evaluation of user rights yet (when this article was created).}}
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS -->
<!--
<Give step-by-step instructions, use images, ...>
-->
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS -->