|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParseACL in com.parse |
---|
Methods in com.parse that return ParseACL | |
---|---|
ParseACL |
ParseObject.getACL()
Access the ParseACL governing this object. |
Methods in com.parse with parameters of type ParseACL | |
---|---|
void |
ParseObject.setACL(ParseACL acl)
Set the ParseACL governing this object. |
static void |
ParseACL.setDefaultACL(ParseACL acl,
boolean withAccessForCurrentUser)
Sets a default ACL that will be applied to all ParseObject s when they are created. |
Constructors in com.parse with parameters of type ParseACL | |
---|---|
ParseRole(String name,
ParseACL acl)
Constructs a new ParseRole with the given name. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |