GroupPlatformApi class

Constructors

GroupPlatformApi(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeSuperGroup(String sdkId, String childGroupId, String operationToken) Future<Group>
createGroup(String sdkId, String id, String name, GroupType? type, String password, String? server, int? q, int? n, String? superGroup, String? applicationId, DatabaseInitialisation initialisationData) Future<Group>
deleteGroup(String sdkId, String id) Future<Group>
deleteOperationToken(String sdkId, String tokenId) Future<void>
getDefaultRoles(String sdkId, String groupId) Future<Map<UserType, List<RoleConfiguration>>>
getGroup(String sdkId, String id) Future<Group>
getGroupsStorageInfos(String sdkId, List<String> groups) Future<List<GroupDatabasesInfo>>
getHierarchy(String sdkId, String id) Future<List<String>>
getNameOfGroupParent(String sdkId, String id) Future<String>
getOperationToken(String sdkId, Operation operation, int? duration, String? description) Future<String>
getReplicationInfo(String sdkId, String id) Future<ReplicationInfo>
hardDeleteGroup(String sdkId, String id) Future<List<GroupDeletionReport>>
initDesignDocs(String sdkId, String id, String? clazz, bool? warmup, bool? dryRun) Future<List<DesignDocument>>
listAllGroupsIds(String sdkId) Future<List<DocIdentifier>>
listApps(String sdkId) Future<List<Group>>
listGroups(String sdkId) Future<List<Group>>
modifyGroupName(String sdkId, String id, String name) Future<Group>
modifyGroupProperties(String sdkId, String id, ListOfProperties properties) Future<Group>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerNewGroupAdministrator(String sdkId, GroupType? type, PermissionType? role, RegistrationInformation registrationInformation) Future<RegistrationSuccess>
resetStorage(String sdkId, String id, int? q, int? n, List<String> databases) Future<void>
setDefaultRoles(String sdkId, String groupId, String userType, List<String> roleIds) Future<Group>
setGroupPassword(String sdkId, String id, String password) Future<Group>
solveConflicts(String sdkId, String id, int? limit, bool? warmup) Future<List<IdWithRev>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited