
Uses of Class
ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription
-
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type CanonicalSubscription Modifier and Type Method Description String
ISubscriptionDeliveryChannelNamer. nameFromSubscription(CanonicalSubscription theCanonicalSubscription)
String
SubscriptionDeliveryChannelNamer. nameFromSubscription(CanonicalSubscription theCanonicalSubscription)
-
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.match.deliver.message
Methods in ca.uhn.fhir.jpa.subscription.match.deliver.message with parameters of type CanonicalSubscription Modifier and Type Method Description protected void
SubscriptionDeliveringMessageSubscriber. deliverPayload(ResourceDeliveryMessage theMsg, CanonicalSubscription theSubscription, IChannelProducer theChannelProducer)
protected void
SubscriptionDeliveringMessageSubscriber. doDelivery(ResourceDeliveryMessage theMsg, CanonicalSubscription theSubscription, IChannelProducer theChannelProducer, org.hl7.fhir.instance.model.api.IBaseResource thePayloadResource)
-
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.match.deliver.resthook
Methods in ca.uhn.fhir.jpa.subscription.match.deliver.resthook with parameters of type CanonicalSubscription Modifier and Type Method Description protected void
SubscriptionDeliveringRestHookSubscriber. deliverPayload(ResourceDeliveryMessage theMsg, CanonicalSubscription theSubscription, ca.uhn.fhir.rest.api.EncodingEnum thePayloadType, ca.uhn.fhir.rest.client.api.IGenericClient theClient)
protected void
SubscriptionDeliveringRestHookSubscriber. doDelivery(ResourceDeliveryMessage theMsg, CanonicalSubscription theSubscription, ca.uhn.fhir.rest.api.EncodingEnum thePayloadType, ca.uhn.fhir.rest.client.api.IGenericClient theClient, org.hl7.fhir.instance.model.api.IBaseResource thePayloadResource)
protected org.hl7.fhir.instance.model.api.IBaseResource
SubscriptionDeliveringRestHookSubscriber. getAndMassagePayload(ResourceDeliveryMessage theMsg, CanonicalSubscription theSubscription)
-
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.match.matcher.matching
Methods in ca.uhn.fhir.jpa.subscription.match.matcher.matching with parameters of type CanonicalSubscription Modifier and Type Method Description InMemoryMatchResult
CompositeInMemoryDaoSubscriptionMatcher. match(CanonicalSubscription theSubscription, ResourceModifiedMessage theMsg)
InMemoryMatchResult
DaoSubscriptionMatcher. match(CanonicalSubscription theSubscription, ResourceModifiedMessage theMsg)
InMemoryMatchResult
InMemorySubscriptionMatcher. match(CanonicalSubscription theSubscription, ResourceModifiedMessage theMsg)
InMemoryMatchResult
ISubscriptionMatcher. match(CanonicalSubscription subscription, ResourceModifiedMessage msg)
-
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.match.registry
Methods in ca.uhn.fhir.jpa.subscription.match.registry that return CanonicalSubscription Modifier and Type Method Description CanonicalSubscription
SubscriptionCanonicalizer. canonicalize(org.hl7.fhir.instance.model.api.IBaseResource theSubscription)
CanonicalSubscription
ActiveSubscription. getSubscription()
Methods in ca.uhn.fhir.jpa.subscription.match.registry with parameters of type CanonicalSubscription Modifier and Type Method Description void
ActiveSubscription. setSubscription(CanonicalSubscription theCanonicalizedSubscription)
Constructors in ca.uhn.fhir.jpa.subscription.match.registry with parameters of type CanonicalSubscription Constructor Description ActiveSubscription(CanonicalSubscription theSubscription, String theChannelName)
-
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.model
Methods in ca.uhn.fhir.jpa.subscription.model that return CanonicalSubscription Modifier and Type Method Description CanonicalSubscription
ResourceDeliveryMessage. getSubscription()
Methods in ca.uhn.fhir.jpa.subscription.model with parameters of type CanonicalSubscription Modifier and Type Method Description void
ResourceDeliveryMessage. setSubscription(CanonicalSubscription theSubscription)
-
Uses of CanonicalSubscription in ca.uhn.fhir.jpa.subscription.submit.interceptor
Methods in ca.uhn.fhir.jpa.subscription.submit.interceptor with parameters of type CanonicalSubscription Modifier and Type Method Description protected void
SubscriptionValidatingInterceptor. validateChannelEndpoint(CanonicalSubscription theResource)
protected void
SubscriptionValidatingInterceptor. validateChannelPayload(CanonicalSubscription theResource)
protected void
SubscriptionValidatingInterceptor. validateChannelType(CanonicalSubscription theSubscription)