Deprecated API
Contents
-
ElementDescriptionfor renamefor rename
-
InterfaceDescriptionThs interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create interceptor methods that are declared using the
Hook
annotation without needing to implement any interceptor
-
MethodDescriptionUse
RequestDetails.getFhirServerBase()
instead. Deprecated in HAPI FHIR 7.0.0This is a synonym forIAuthRuleBuilderOperationNamedAndScoped.andAllowAllResponses()
, use that method insteadfor renamefor renameAs of HAPI FHIR 3.2.0, this method is deprecated and will be removed in a future version of HAPI FHIR.As of HAPI FHIR 3.2.0, this method is deprecated and will be removed in a future version of HAPI FHIR.As of HAPI FHIR 3.2.0, this method is deprecated and will be removed in a future version of HAPI FHIR.As of HAPI FHIR 3.2.0, this method is deprecated and will be removed in a future version of HAPI FHIR.As of HAPI FHIR 3.2.0, this method is deprecated and will be removed in a future version of HAPI FHIR.As of HAPI FHIR 3.3.0, this method has been deprecated in favour ofIServerInterceptor.outgoingResponse(RequestDetails, ResponseDetails, HttpServletRequest, HttpServletResponse)
and will be removed in a future version of HAPI FHIR.Deprecated in HAPI FHIR 3.0.0 in favour ofIServerOperationInterceptor.resourceUpdated(RequestDetails, IBaseResource, IBaseResource)
Deprecated in HAPI FHIR 2.6 in favour ofServerOperationInterceptorAdapter.resourceUpdated(RequestDetails, IBaseResource, IBaseResource)
As of HAPI FHIR 1.5, this property has been moved toFhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum)
UseBaseResourceModifiedMessage.getPayloadId()
instead. Deprecated in 5.6.0 / 2021-10-27UseBaseResourceModifiedMessage.getPayloadId(FhirContext)
. Deprecated in 5.6.0 / 2021-10-27UseBaseResourceModifiedMessage.setPayloadId(IIdType)
. Deprecated in 5.6.0 / 2021-10-27As of HAPI FHIR 1.5, this property has been moved toFhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum)
As of HAPI FHIR 3.8.0, useRestfulServer.getInterceptorService()
to access the interceptor service. You can register and unregister interceptors using this service.Deprecated in HAPI FHIR 4.1.0 - Users wishing to override this method should overrideRestfulServer.newRequestDetails(RequestTypeEnum, HttpServletRequest, HttpServletResponse)
insteadAs of HAPI FHIR 1.5, this property has been moved toFhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum)
As of HAPI FHIR 3.8.0, useRestfulServer.getInterceptorService()
to access the interceptor service. You can register and unregister interceptors using this service.As of HAPI FHIR 3.8.0, useRestfulServer.getInterceptorService()
to access the interceptor service. You can register and unregister interceptors using this service.This method causes inconsistent behaviour depending on the order it is called in. UseRestfulServer.registerProviders(Object...)
instead.This method causes inconsistent behaviour depending on the order it is called in. UseRestfulServer.registerProviders(Object...)
instead.