-
Methods in com.bitheads.braincloud.services with parameters of type GroupACL
| Modifier and Type |
Method |
Description |
void |
GroupService.createGroup(String name,
String groupType,
boolean isOpenGroup,
GroupACL acl,
String jsonData,
String jsonOwnerAttributes,
String jsonDefaultMemberAttributes,
IServerCallback callback) |
Create a group.
|
void |
GroupService.createGroupEntity(String groupId,
String entityType,
boolean isOwnedByGroupMember,
GroupACL acl,
String jsonData,
IServerCallback callback) |
Create a group entity.
|
void |
GroupService.createGroupWithSummaryData(String name,
String groupType,
boolean isOpenGroup,
GroupACL acl,
String jsonData,
String jsonOwnerAttributes,
String jsonDefaultMemberAttributes,
String summaryData,
IServerCallback callback) |
Create a group with summaryData.
|