Class ActiveSubscriptionTopicCache

java.lang.Object
ca.uhn.fhir.jpa.topic.ActiveSubscriptionTopicCache

  • Constructor Details

  • Method Details

    • size

      public int size()
    • add

      public boolean add(org.hl7.fhir.r5.model.SubscriptionTopic theSubscriptionTopic)
      Returns:
      true if the subscription topic was added, false if it was already present
    • removeIdsNotInCollection

      public int removeIdsNotInCollection(Set<String> theIdsToRetain)
      Returns:
      the number of entries removed
    • getAll

      public Collection<org.hl7.fhir.r5.model.SubscriptionTopic> getAll()
    • remove

      public void remove(String theSubscriptionTopicId)