| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Method and Description |
|---|---|
static AVQuery<AVRole> |
AVRole.getQuery()
Gets a AVQuery over the Role collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AVACL.getRoleReadAccess(AVRole role)
Get whether users belonging to the given role are allowed to read this object.
|
boolean |
AVACL.getRoleWriteAccess(AVRole role)
Get whether users belonging to the given role are allowed to write this object.
|
void |
AVACL.setRoleReadAccess(AVRole role,
boolean allowed)
Set whether users belonging to the given role are allowed to read this object.
|
void |
AVACL.setRoleWriteAccess(AVRole role,
boolean allowed)
Set whether users belonging to the given role are allowed to write this object.
|
Copyright © 2017. All rights reserved.