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...")
 
No edit summary
Line 2: Line 2:
This enables you to disable actions that will end up showing AccessDenied.
This enables you to disable actions that will end up showing AccessDenied.
This also enables you to stop reports from being created based on a viewmodel.
This also enables you to stop reports from being created based on a viewmodel.
[[Category:View Model]]

Revision as of 16:05, 28 May 2018

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 vm with this root object given the vm's AccessExpression. This enables you to disable actions that will end up showing AccessDenied. This also enables you to stop reports from being created based on a viewmodel.