|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParseRole in com.parse |
---|
Methods in com.parse with parameters of type ParseRole | |
---|---|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |