Returns current user permissions.
Returns a boolean indicating whether the current user is allowed to upload files.
This is convenience method that checks whether a user has a create
operation permission
on sys$FileDescriptor
entity and cuba.restApi.fileUpload.enabled
specific permission.
Returns a boolean indicating whether a given entity attribute permission is granted to the current user.
Returns a boolean indicating whether a given entity operation permission is granted to the current user.
Returns a boolean indicating whether a given specific permission is granted to the current user.
Generated using TypeDoc
Indicates whether the permissions data has been successfully loaded from backend. NOTE: will always return
true
if the REST API version doesn't support effective permissions (REST API version < 7.2).