TopicPlatformApi class

Constructors

TopicPlatformApi.new(MethodChannel _methodChannel)

Properties

encrypted TopicEncryptedPlatformApi
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 TopicTryAndRecoverPlatformApi
getter/setter pair

Methods

addParticipant(String sdkId, String entityId, String dataOwnerId, TopicRole topicRole) Future<DecryptedTopic>
createDelegationDeAnonymizationMetadata(String sdkId, Topic entity, Set<String> delegates) Future<void>
createTopic(String sdkId, DecryptedTopic entity) Future<DecryptedTopic>
decrypt(String sdkId, EncryptedTopic topic) Future<DecryptedTopic>
decryptPatientIdOf(String sdkId, Topic topic) Future<Set<String>>
deleteTopic(String sdkId, Topic topic) Future<DocIdentifier>
deleteTopicById(String sdkId, String entityId, String rev) Future<DocIdentifier>
deleteTopics(String sdkId, List<Topic> topics) Future<List<DocIdentifier>>
deleteTopicsByIds(String sdkId, List<StoredDocumentIdentifier> entityIds) Future<List<DocIdentifier>>
filterTopicsBy(String sdkId, FilterOptions<Topic> filter) Future<PaginatedListIterator<DecryptedTopic>>
filterTopicsBySorted(String sdkId, SortableFilterOptions<Topic> filter) Future<PaginatedListIterator<DecryptedTopic>>
getEncryptionKeysOf(String sdkId, Topic topic) Future<Set<HexString>>
getTopic(String sdkId, String entityId) Future<DecryptedTopic?>
getTopics(String sdkId, List<String> entityIds) Future<List<DecryptedTopic>>
hasWriteAccess(String sdkId, Topic topic) Future<bool>
matchTopicsBy(String sdkId, FilterOptions<Topic> filter) Future<List<String>>
matchTopicsBySorted(String sdkId, SortableFilterOptions<Topic> filter) Future<List<String>>
modifyTopic(String sdkId, DecryptedTopic entity) Future<DecryptedTopic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgeTopic(String sdkId, Topic topic) Future<void>
purgeTopicById(String sdkId, String id, String rev) Future<void>
removeParticipant(String sdkId, String entityId, String dataOwnerId) Future<DecryptedTopic>
shareWith(String sdkId, String delegateId, DecryptedTopic topic, TopicShareOptions? options) Future<DecryptedTopic>
shareWithMany(String sdkId, DecryptedTopic topic, Map<String, TopicShareOptions> delegates) Future<DecryptedTopic>
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, FilterOptions<Topic> filter, EntitySubscriptionConfiguration? subscriptionConfig) Future<EntitySubscription<EncryptedTopic>>
toString() String
A string representation of this object.
inherited
tryDecrypt(String sdkId, EncryptedTopic topic) Future<Topic>
undeleteTopic(String sdkId, Topic topic) Future<Topic>
undeleteTopicById(String sdkId, String id, String rev) Future<DecryptedTopic>
withEncryptionMetadata(String sdkId, DecryptedTopic? base, Patient? patient, User? user, Map<String, AccessLevel> delegates, SecretIdUseOption secretId) Future<DecryptedTopic>

Operators

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