AwServerHelper class

Constructors

AwServerHelper({required AwogenEnv config})

Properties

client ↔ Client
getter/setter pair
config AwogenEnv
getter/setter pair
databases ↔ Databases
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAwObjectDocument(AwObject awobject) Future<AwObject?>
createCollection({required String collectionId, required String name, List<String>? permissions, bool? documentSecurity}) Future<Collection?>
createDocument(AwObject awobject) Future<Document?>
deleteCollection(String collectionId) Future
deleteDocument(AwObject awobject) Future
genAttributes(ModelVisitor visitor, String collectionId, List<String?> ignoreFields) → dynamic
genCollection(String collectionName) Future<Collection?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAwObjectDocument(AwObject awobject) Future<AwObject?>
updateCollection(String collectionId, String newname, List<String>? newpermissions, bool? documentSecurity, bool? enabled) Future<Collection?>
updateDocument(AwObject awobject, {List<String>? permissions}) Future<Document?>

Operators

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