Uses of Class
ca.uhn.fhir.jpa.subscription.module.matcher.SubscriptionMatchingStrategy
-
Packages that use SubscriptionMatchingStrategy Package Description ca.uhn.fhir.jpa.subscription.module.cache ca.uhn.fhir.jpa.subscription.module.matcher -
-
Uses of SubscriptionMatchingStrategy in ca.uhn.fhir.jpa.subscription.module.cache
Methods in ca.uhn.fhir.jpa.subscription.module.cache with parameters of type SubscriptionMatchingStrategy Modifier and Type Method Description voidSubscriptionCanonicalizer. setMatchingStrategyTag(org.hl7.fhir.instance.model.api.IBaseResource theSubscription, SubscriptionMatchingStrategy theStrategy) -
Uses of SubscriptionMatchingStrategy in ca.uhn.fhir.jpa.subscription.module.matcher
Methods in ca.uhn.fhir.jpa.subscription.module.matcher that return SubscriptionMatchingStrategy Modifier and Type Method Description SubscriptionMatchingStrategySubscriptionStrategyEvaluator. determineStrategy(String theCriteria)static SubscriptionMatchingStrategySubscriptionMatchingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionMatchingStrategy[]SubscriptionMatchingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-