MaintenanceTaskBasicApi class

Constructors

MaintenanceTaskBasicApi(String _sdkId)

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

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(BaseFilterOptions<MaintenanceTask> filter) Future<PaginatedListIterator<EncryptedMaintenanceTask>>
filterMaintenanceTasksBySorted(BaseSortableFilterOptions<MaintenanceTask> filter) Future<PaginatedListIterator<EncryptedMaintenanceTask>>
getMaintenanceTask(String entityId) Future<EncryptedMaintenanceTask>
getMaintenanceTasks(List<String> entityIds) Future<List<EncryptedMaintenanceTask>>
matchMaintenanceTasksBy(BaseFilterOptions<MaintenanceTask> filter) Future<List<String>>
matchMaintenanceTasksBySorted(BaseSortableFilterOptions<MaintenanceTask> filter) Future<List<String>>
modifyMaintenanceTask(EncryptedMaintenanceTask entity) Future<EncryptedMaintenanceTask>
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>
subscribeToEvents(Set<SubscriptionEventType> events, BaseFilterOptions<MaintenanceTask> filter, {EntitySubscriptionConfiguration? subscriptionConfig}) Future<EntitySubscription<EncryptedMaintenanceTask>>
toString() String
A string representation of this object.
inherited
undeleteMaintenanceTask(MaintenanceTask maintenanceTask) Future<MaintenanceTask>
undeleteMaintenanceTaskById(String id, String rev) Future<EncryptedMaintenanceTask>

Operators

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