ViewModel access and security
(Created page with "OCL operator object.canAccess(ViewModel):bool, allows you to check if you can access the vm with this root object given the vm's AccessExpression. This enables you to disable...")
 
(Updated Edited template to July 12, 2025.)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
OCL operator object.canAccess(ViewModel):bool, allows you to check if you can access the vm with this root object given the vm's AccessExpression.
<message>Write the content here to display this box</message>
This enables you to disable actions that will end up showing AccessDenied.
OCL operator '''object.canAccess(ViewModel):bool''' allows you to check if you can access the ViewModel with this root object given the ViewModel's AccessExpression.
This also enables you to stop reports from being created based on a viewmodel.
* This enables you to disable actions that will end up showing AccessDenied and allows you to stop reports from being created based on a ViewModel.
[[Category:View Model]]
{{Edited|July|12|2025}}

Latest revision as of 06:24, 20 January 2025

This page was created by Lars.olofsson@mdriven.net on 2016-12-22. Last edited by Edgar on 2025-01-20.

OCL operator object.canAccess(ViewModel):bool allows you to check if you can access the ViewModel with this root object given the ViewModel's AccessExpression.

  • This enables you to disable actions that will end up showing AccessDenied and allows you to stop reports from being created based on a ViewModel.