public interface CheckPermissionsResult
| Modifier and Type | Interface and Description |
|---|---|
static class |
CheckPermissionsResult.Member
The structure's members
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGrantedPermissionsDelete()
Retrieves a list containing all the elements for the structure field
grantedPermissionsDelete. |
List<String> |
getGrantedPermissionsRead()
Retrieves a list containing all the elements for the structure field
grantedPermissionsRead. |
List<String> |
getGrantedPermissionsUpdate()
Retrieves a list containing all the elements for the structure field
grantedPermissionsUpdate. |
boolean |
isHasDeletePermission()
Retrieves the value for the structure field
hasDeletePermission. |
boolean |
isHasReadPermission()
Retrieves the value for the structure field
hasReadPermission. |
boolean |
isHasUpdatePermission()
Retrieves the value for the structure field
hasUpdatePermission. |
List<String> getGrantedPermissionsDelete()
grantedPermissionsDelete.List<String> getGrantedPermissionsRead()
grantedPermissionsRead.List<String> getGrantedPermissionsUpdate()
grantedPermissionsUpdate.boolean isHasDeletePermission()
hasDeletePermission.hasDeletePermission.boolean isHasReadPermission()
hasReadPermission.hasReadPermission.boolean isHasUpdatePermission()
hasUpdatePermission.hasUpdatePermission.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.