Package ca.uhn.fhir.jpa.topic
Class ActiveSubscriptionTopicCache
java.lang.Object
ca.uhn.fhir.jpa.topic.ActiveSubscriptionTopicCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(org.hl7.fhir.r5.model.SubscriptionTopic theSubscriptionTopic) Collection
<org.hl7.fhir.r5.model.SubscriptionTopic> getAll()
void
int
removeIdsNotInCollection
(Set<String> theIdsToRetain) int
size()
-
Constructor Details
-
ActiveSubscriptionTopicCache
public ActiveSubscriptionTopicCache()
-
-
Method Details
-
size
-
add
- Returns:
- true if the subscription topic was added, false if it was already present
-
removeIdsNotInCollection
- Returns:
- the number of entries removed
-
getAll
-
remove
-