Skip to content

Commit 4701f60

Browse files
author
TanyaEf
committed
Updated Readme.md
1 parent 3d4051d commit 4701f60

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Table of Contents
5252
* [Viewing Server Attributes](#viewing-server-attributes).
5353
* [Setting Server Attributes](#setting-server-attributes).
5454
* [Deleting Server Attributes](#deleting-server-attributes).
55+
* [Getting attributes permissions](#getting-attributes-permissions).
5556
4. [The Roles Service](#the-roles-service).
5657
* [Searching for Roles](#searching-for-roles).
5758
* [Viewing a Role](#viewing-a-role).
@@ -899,8 +900,8 @@ session
899900
.attributes("max_threads", "admin_cell_phone")
900901
.delete();
901902
```
902-
903-
Please notice, since `6.1` version of `JaspersoftReportServer` you can obtain atributes with permissions, but you should use additional parameter `setIncludePermissions()`:
903+
###Getting attributes permissions
904+
Since `6.1` version of `JaspersoftReportServer` you can obtain atributes with permissions, but you should use additional parameter `setIncludePermissions()`:
904905
```java
905906

906907
HypermediaAttribute entity = session
@@ -911,6 +912,7 @@ Please notice, since `6.1` version of `JaspersoftReportServer` you can obtain at
911912
.getEntity();
912913
```
913914
Pay attention, the setting `setIncludePermission()` specify only the **server response format**, you can not set any permissions with this setting.
915+
914916
###The Roles Service
915917
It provides similar methods that allow you to list, view, create, modify, and delete roles. The new service provides improved search functionality, including user-based role searches. Because the role ID is used in the URL, this service can operate only on roles whose ID is less than 100 characters long and does not contain spaces or special symbols. Unlike resource IDs, the role ID is the role name and can be modified.
916918
####Searching for Roles

0 commit comments

Comments
 (0)