Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admGetAllPermissionGrants(schemeId) | Package | adm | Alias | | Pkg Usage | allPermissionGrants(schemeId) | |
Description
Excerpt |
---|
|
Retrieves a list of permissions for the provided scheme id. |
Retrieves a list of permissions for the provided scheme id.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
schemeId | integer | Yes | The id for which the grants will be get. | |
Return Type
JPermissionGrant []
Returns an array of permission grant structures.
Example
Code Block |
---|
|
JPermissionGrant [] allPermGrants = admGetAllPermissionGrants(10012);
return allPermGrants;} |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "permission_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|