| Modifier and Type | Method and Description |
|---|---|
static ParseQuery<ParseRole> |
ParseRole.getQuery()
Gets a
ParseQuery over the Role collection. |
ParseRelation<ParseRole> |
ParseRole.getRoles()
Gets the
ParseRelation for the ParseRoles that are direct children of this
role. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParseACL.getRoleReadAccess(ParseRole role)
Get whether users belonging to the given role are allowed to read this object.
|
boolean |
ParseACL.getRoleWriteAccess(ParseRole role)
Get whether users belonging to the given role are allowed to write this object.
|
void |
ParseACL.setRoleReadAccess(ParseRole role,
boolean allowed)
Set whether users belonging to the given role are allowed to read this object.
|
void |
ParseACL.setRoleWriteAccess(ParseRole role,
boolean allowed)
Set whether users belonging to the given role are allowed to write this object.
|