Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Polish

Wstęp

Przydatne klasy:

  • DocumentRightService


Sprawdzanie uprawnień do odczytywania pliku

Sprawdza, czy użytkownik ma prawo do odczytania tego pliku lub jego najnowszej wersji

Code Block
languagejava
linenumberstrue
boolean hasRights = documentRightService.hasRightsToReadFile( "jkowalski", 1 );


English

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

Code Block
languagejava
linenumberstrue
boolean hasRights = documentRightService.hasRightsToReadFile( "jkowalski", 1 );