Enum SubscriptionMatchingStrategy

java.lang.Object
java.lang.Enum<SubscriptionMatchingStrategy>
ca.uhn.fhir.jpa.subscription.match.matcher.matching.SubscriptionMatchingStrategy
All Implemented Interfaces:
Serializable, Comparable<SubscriptionMatchingStrategy>

  • Enum Constant Details

    • IN_MEMORY

      Resources can be matched against this subcription in-memory without needing to make a call out to a FHIR Repository
    • DATABASE

      Resources cannot be matched against this subscription in-memory. We need to make a call to a FHIR Repository to determine a match
  • Method Details

    • values

      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null