Uses of Class
com.bitheads.braincloud.services.GroupACL
Packages that use GroupACL
-
Uses of GroupACL in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return GroupACLModifier and TypeMethodDescriptionstatic GroupACLGroupACL.createFromJson(String json) static GroupACLGroupACL.createFromJson(org.json.JSONObject json) Methods in com.bitheads.braincloud.services with parameters of type GroupACLModifier and TypeMethodDescriptionvoidGroupService.createGroup(String name, String groupType, boolean isOpenGroup, GroupACL acl, String jsonData, String jsonOwnerAttributes, String jsonDefaultMemberAttributes, IServerCallback callback) Create a group.voidGroupService.createGroupEntity(String groupId, String entityType, boolean isOwnedByGroupMember, GroupACL acl, String jsonData, IServerCallback callback) Create a group entity.voidGroupService.createGroupWithSummaryData(String name, String groupType, boolean isOpenGroup, GroupACL acl, String jsonData, String jsonOwnerAttributes, String jsonDefaultMemberAttributes, String summaryData, IServerCallback callback) Create a group with summaryData.voidGroupService.updateGroupAcl(String groupId, GroupACL acl, IServerCallback callback) Set a group's access conditions.voidGroupService.updateGroupEntityAcl(String groupId, String entityId, GroupACL acl, IServerCallback callback) Update the acl settings for a group entity, enforcing ownership.