Package ca.uhn.fhir.jpa.topic
Class SubscriptionTopicRegistry
java.lang.Object
ca.uhn.fhir.jpa.topic.SubscriptionTopicRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection
<org.hl7.fhir.r5.model.SubscriptionTopic> getAll()
boolean
register
(org.hl7.fhir.r5.model.SubscriptionTopic resource) int
size()
void
unregister
(String theSubscriptionTopicId) void
unregisterAllIdsNotInCollection
(Set<String> theIdsToRetain)
-
Constructor Details
-
SubscriptionTopicRegistry
public SubscriptionTopicRegistry()
-
-
Method Details
-
size
-
register
-
unregisterAllIdsNotInCollection
-
getAll
-
unregister
-