CalendarItemPlatformApi class

Constructors

CalendarItemPlatformApi(MethodChannel _methodChannel)

Properties

encrypted EncryptedCalendarItemPlatformApi
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
tryAndRecover TryAndRecoverCalendarItemPlatformApi
getter/setter pair

Methods

createCalendarItem(String sdkId, DecryptedCalendarItem entity) Future<DecryptedCalendarItem>
createDelegationDeAnonymizationMetadata(String sdkId, CalendarItem entity, Set<String> delegates) Future<void>
decrypt(String sdkId, EncryptedCalendarItem calendarItem) Future<DecryptedCalendarItem>
decryptPatientIdOf(String sdkId, CalendarItem calendarItem) Future<Set<String>>
deleteCalendarItem(String sdkId, CalendarItem calendarItem) Future<DocIdentifier>
deleteCalendarItemById(String sdkId, String entityId, String rev) Future<DocIdentifier>
deleteCalendarItems(String sdkId, List<CalendarItem> calendarItems) Future<List<DocIdentifier>>
deleteCalendarItemsByIds(String sdkId, List<IdWithMandatoryRev> entityIds) Future<List<DocIdentifier>>
filterCalendarItemsBy(String sdkId, FilterOptions<CalendarItem> filter) Future<PaginatedListIterator<DecryptedCalendarItem>>
filterCalendarItemsBySorted(String sdkId, SortableFilterOptions<CalendarItem> filter) Future<PaginatedListIterator<DecryptedCalendarItem>>
getCalendarItem(String sdkId, String entityId) Future<DecryptedCalendarItem>
getCalendarItems(String sdkId, List<String> entityIds) Future<List<DecryptedCalendarItem>>
getEncryptionKeysOf(String sdkId, CalendarItem calendarItem) Future<Set<HexString>>
hasWriteAccess(String sdkId, CalendarItem calendarItem) Future<bool>
linkToPatient(String sdkId, CalendarItem calendarItem, Patient patient, Set<String> shareLinkWithDelegates) Future<DecryptedCalendarItem>
matchCalendarItemsBy(String sdkId, FilterOptions<CalendarItem> filter) Future<List<String>>
matchCalendarItemsBySorted(String sdkId, SortableFilterOptions<CalendarItem> filter) Future<List<String>>
modifyCalendarItem(String sdkId, DecryptedCalendarItem entity) Future<DecryptedCalendarItem>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgeCalendarItem(String sdkId, CalendarItem calendarItem) Future<void>
purgeCalendarItemById(String sdkId, String id, String rev) Future<void>
shareWith(String sdkId, String delegateId, DecryptedCalendarItem calendarItem, CalendarItemShareOptions? options) Future<DecryptedCalendarItem>
shareWithMany(String sdkId, DecryptedCalendarItem calendarItem, Map<String, CalendarItemShareOptions> delegates) Future<DecryptedCalendarItem>
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, FilterOptions<CalendarItem> filter, EntitySubscriptionConfiguration? subscriptionConfig) Future<EntitySubscription<EncryptedCalendarItem>>
toString() String
A string representation of this object.
inherited
tryDecrypt(String sdkId, EncryptedCalendarItem calendarItem) Future<CalendarItem>
undeleteCalendarItem(String sdkId, CalendarItem calendarItem) Future<DecryptedCalendarItem>
undeleteCalendarItemById(String sdkId, String id, String rev) Future<DecryptedCalendarItem>
withEncryptionMetadata(String sdkId, DecryptedCalendarItem? base, Patient patient, User? user, Map<String, AccessLevel> delegates, SecretIdUseOption secretId) Future<DecryptedCalendarItem>

Operators

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