Uses of Interface
dev.dsf.bpe.subscription.ExistingResourceLoader
Packages that use ExistingResourceLoader
-
Uses of ExistingResourceLoader in dev.dsf.bpe.subscription
Classes in dev.dsf.bpe.subscription that implement ExistingResourceLoaderModifier and TypeClassDescriptionclassExistingResourceLoaderImpl<R extends org.hl7.fhir.r4.model.Resource>Methods in dev.dsf.bpe.subscription that return ExistingResourceLoaderModifier and TypeMethodDescriptionExistingResourceLoader<org.hl7.fhir.r4.model.QuestionnaireResponse>QuestionnaireResponseSubscriptionHandlerFactory.createExistingResourceLoader(FhirWebserviceClient client) SubscriptionHandlerFactory.createExistingResourceLoader(FhirWebserviceClient client) ExistingResourceLoader<org.hl7.fhir.r4.model.Task>TaskSubscriptionHandlerFactory.createExistingResourceLoader(FhirWebserviceClient client) Methods in dev.dsf.bpe.subscription with parameters of type ExistingResourceLoaderModifier and TypeMethodDescriptionPingEventResourceHandler<org.hl7.fhir.r4.model.QuestionnaireResponse>QuestionnaireResponseSubscriptionHandlerFactory.createPingEventResourceHandler(ExistingResourceLoader<org.hl7.fhir.r4.model.QuestionnaireResponse> existingResourceLoader) SubscriptionHandlerFactory.createPingEventResourceHandler(ExistingResourceLoader<R> existingResourceLoader) PingEventResourceHandler<org.hl7.fhir.r4.model.Task>TaskSubscriptionHandlerFactory.createPingEventResourceHandler(ExistingResourceLoader<org.hl7.fhir.r4.model.Task> existingResourceLoader) Constructors in dev.dsf.bpe.subscription with parameters of type ExistingResourceLoader