MaintenanceTaskApi class

Constructors

MaintenanceTaskApi(String _sdkId)

Properties

encrypted EncryptedMaintenanceTaskApi
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tryAndRecover TryAndRecoverMaintenanceTaskApi
final

Methods

createDelegationDeAnonymizationMetadata(MaintenanceTask entity, Set<String> delegates) Future<void>
createMaintenanceTask(DecryptedMaintenanceTask entity) Future<DecryptedMaintenanceTask>
decrypt(EncryptedMaintenanceTask maintenanceTask) Future<DecryptedMaintenanceTask>
decryptPatientIdOf(MaintenanceTask maintenanceTask) Future<Set<String>>
deleteMaintenanceTask(MaintenanceTask maintenanceTask) Future<DocIdentifier>
deleteMaintenanceTaskById(String entityId, String rev) Future<DocIdentifier>
deleteMaintenanceTasks(List<MaintenanceTask> maintenanceTasks) Future<List<DocIdentifier>>
deleteMaintenanceTasksByIds(List<IdWithMandatoryRev> entityIds) Future<List<DocIdentifier>>
filterMaintenanceTasksBy(FilterOptions<MaintenanceTask> filter) Future<PaginatedListIterator<DecryptedMaintenanceTask>>
filterMaintenanceTasksBySorted(SortableFilterOptions<MaintenanceTask> filter) Future<PaginatedListIterator<DecryptedMaintenanceTask>>
getEncryptionKeysOf(MaintenanceTask maintenanceTask) Future<Set<HexString>>
getMaintenanceTask(String entityId) Future<DecryptedMaintenanceTask>
getMaintenanceTasks(List<String> entityIds) Future<List<DecryptedMaintenanceTask>>
hasWriteAccess(MaintenanceTask maintenanceTask) Future<bool>
matchMaintenanceTasksBy(FilterOptions<MaintenanceTask> filter) Future<List<String>>
matchMaintenanceTasksBySorted(SortableFilterOptions<MaintenanceTask> filter) Future<List<String>>
modifyMaintenanceTask(DecryptedMaintenanceTask entity) Future<DecryptedMaintenanceTask>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgeMaintenanceTask(MaintenanceTask maintenanceTask) Future<void>
purgeMaintenanceTaskById(String id, String rev) Future<void>
shareWith(String delegateId, DecryptedMaintenanceTask maintenanceTask, {MaintenanceTaskShareOptions? options}) Future<DecryptedMaintenanceTask>
shareWithMany(DecryptedMaintenanceTask maintenanceTask, Map<String, MaintenanceTaskShareOptions> delegates) Future<DecryptedMaintenanceTask>
subscribeToEvents(Set<SubscriptionEventType> events, FilterOptions<MaintenanceTask> filter, {EntitySubscriptionConfiguration? subscriptionConfig}) Future<EntitySubscription<EncryptedMaintenanceTask>>
toString() String
A string representation of this object.
inherited
tryDecrypt(EncryptedMaintenanceTask maintenanceTask) Future<MaintenanceTask>
undeleteMaintenanceTask(MaintenanceTask maintenanceTask) Future<MaintenanceTask>
undeleteMaintenanceTaskById(String id, String rev) Future<DecryptedMaintenanceTask>
withEncryptionMetadata(DecryptedMaintenanceTask? maintenanceTask, {User? user, Map<String, AccessLevel> delegates = const {}}) Future<DecryptedMaintenanceTask>

Operators

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