Introduction
Useful classes
- DocumentRightService
Checking permission to read a file
Checks if the user has the right to read this file or its latest version
boolean hasRights = documentRightService.hasRightsToReadFile( "jkowalski", 1 );
Useful classes
Checks if the user has the right to read this file or its latest version
boolean hasRights = documentRightService.hasRightsToReadFile( "jkowalski", 1 );