ViewModel access and security
Denis Pupin (talk | contribs) No edit summary |
No edit summary |
||
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. | 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 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]] | [[Category:View Model]] |
Revision as of 07:30, 23 February 2023
This page was created by Lars.olofsson 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 and allows you to stop reports from being created based on a ViewModel.