Class SubscriptionTriggeringProvider

java.lang.Object
ca.uhn.fhir.jpa.provider.SubscriptionTriggeringProvider
All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider

public class SubscriptionTriggeringProvider extends Object implements ca.uhn.fhir.rest.server.IResourceProvider
  • Constructor Details

  • Method Details

    • triggerSubscription

      public org.hl7.fhir.instance.model.api.IBaseParameters triggerSubscription(List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theResourceIds, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theSearchUrls)
    • triggerSubscription

      public org.hl7.fhir.instance.model.api.IBaseParameters triggerSubscription(org.hl7.fhir.instance.model.api.IIdType theSubscriptionId, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theResourceIds, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theSearchUrls)
    • getResourceType

      public Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> getResourceType()
      Specified by:
      getResourceType in interface ca.uhn.fhir.rest.server.IResourceProvider