Interface ISubscriptionTriggeringSvc


  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    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, org.hl7.fhir.instance.model.api.IIdType theSubscriptionId)
    Deprecated, for removal: This API element is subject to removal in a future version.
    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, org.hl7.fhir.instance.model.api.IIdType theSubscriptionId, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
     
  • Method Details

    • triggerSubscription

      org.hl7.fhir.instance.model.api.IBaseParameters triggerSubscription(@Nullable List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theResourceIds, @Nullable List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theSearchUrls, @Nullable org.hl7.fhir.instance.model.api.IIdType theSubscriptionId, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
    • triggerSubscription

      @Deprecated(forRemoval=true) org.hl7.fhir.instance.model.api.IBaseParameters triggerSubscription(@Nullable List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theResourceIds, @Nullable List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theSearchUrls, @Nullable org.hl7.fhir.instance.model.api.IIdType theSubscriptionId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • runDeliveryPass