
Uses of Class
ca.uhn.fhir.jpa.subscription.model.CanonicalSubscription.CanonicalEventDefinition
-
Packages that use CanonicalSubscription.CanonicalEventDefinition Package Description ca.uhn.fhir.jpa.subscription.model -
-
Uses of CanonicalSubscription.CanonicalEventDefinition in ca.uhn.fhir.jpa.subscription.model
Methods in ca.uhn.fhir.jpa.subscription.model that return CanonicalSubscription.CanonicalEventDefinition Modifier and Type Method Description CanonicalSubscription.CanonicalEventDefinition
CanonicalSubscription. getTrigger()
For now we're using the R4 triggerdefinition, but this may change in the future when things stabilizeMethods in ca.uhn.fhir.jpa.subscription.model with parameters of type CanonicalSubscription.CanonicalEventDefinition Modifier and Type Method Description void
CanonicalSubscription. addTrigger(CanonicalSubscription.CanonicalEventDefinition theTrigger)
For now we're using the R4 TriggerDefinition, but this may change in the future when things stabilize
-