AccessLogBasicPlatformApi class

Constructors

AccessLogBasicPlatformApi(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

deleteAccessLog(String sdkId, AccessLog accessLog) Future<DocIdentifier>
deleteAccessLogById(String sdkId, String entityId, String rev) Future<DocIdentifier>
deleteAccessLogs(String sdkId, List<AccessLog> accessLogs) Future<List<DocIdentifier>>
deleteAccessLogsByIds(String sdkId, List<IdWithMandatoryRev> entityIds) Future<List<DocIdentifier>>
filterAccessLogsBy(String sdkId, BaseFilterOptions<AccessLog> filter) Future<PaginatedListIterator<EncryptedAccessLog>>
filterAccessLogsBySorted(String sdkId, BaseSortableFilterOptions<AccessLog> filter) Future<PaginatedListIterator<EncryptedAccessLog>>
getAccessLog(String sdkId, String entityId) Future<EncryptedAccessLog>
getAccessLogs(String sdkId, List<String> entityIds) Future<List<EncryptedAccessLog>>
matchAccessLogsBy(String sdkId, BaseFilterOptions<AccessLog> filter) Future<List<String>>
matchAccessLogsBySorted(String sdkId, BaseSortableFilterOptions<AccessLog> filter) Future<List<String>>
modifyAccessLog(String sdkId, EncryptedAccessLog entity) Future<EncryptedAccessLog>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgeAccessLog(String sdkId, AccessLog accessLog) Future<void>
purgeAccessLogById(String sdkId, String id, String rev) Future<void>
toString() String
A string representation of this object.
inherited
undeleteAccessLog(String sdkId, AccessLog accessLog) Future<EncryptedAccessLog>
undeleteAccessLogById(String sdkId, String id, String rev) Future<EncryptedAccessLog>

Operators

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