Class IServerInterceptor.ActionRequestDetails
java.lang.Object
ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
- Enclosing interface:
- IServerInterceptor
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionActionRequestDetails(RequestDetails theRequestDetails) Deprecated.ActionRequestDetails(RequestDetails theRequestDetails, ca.uhn.fhir.context.FhirContext theContext, String theResourceType, org.hl7.fhir.instance.model.api.IIdType theId) Deprecated.ActionRequestDetails(RequestDetails theRequestDetails, ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IBaseResource theResource) Deprecated.ActionRequestDetails(RequestDetails theRequestDetails, String theResourceType, org.hl7.fhir.instance.model.api.IIdType theId) Deprecated.ActionRequestDetails(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource) Deprecated.ActionRequestDetails(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, String theResourceType, org.hl7.fhir.instance.model.api.IIdType theId) Deprecated.ActionRequestDetails(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theId) Deprecated.Constructor -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.context.FhirContextDeprecated.org.hl7.fhir.instance.model.api.IIdTypegetId()Deprecated.Returns the ID of the incoming request (typically this is from the request URL)Deprecated.Returns the request details associated with this requestorg.hl7.fhir.instance.model.api.IBaseResourceDeprecated.For requests where a resource is passed from the client to the server (e.g.Deprecated.Returns the resource type this request pertains to, ornullif this request is not type specific (e.g.Deprecated.Returns the same map which wasvoidnotifyIncomingRequestPreHandled(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperationType) Deprecated.This method may be invoked by user code to notify interceptors that a nested operation is being invoked which is denoted by this request details.voidsetResource(org.hl7.fhir.instance.model.api.IBaseResource theObject) Deprecated.This method should not be called by client codetoString()Deprecated.
-
Constructor Details
-
ActionRequestDetails
Deprecated. -
ActionRequestDetails
public ActionRequestDetails(RequestDetails theRequestDetails, ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IBaseResource theResource) Deprecated. -
ActionRequestDetails
public ActionRequestDetails(RequestDetails theRequestDetails, ca.uhn.fhir.context.FhirContext theContext, String theResourceType, org.hl7.fhir.instance.model.api.IIdType theId) Deprecated. -
ActionRequestDetails
public ActionRequestDetails(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource) Deprecated. -
ActionRequestDetails
public ActionRequestDetails(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, String theResourceType, org.hl7.fhir.instance.model.api.IIdType theId) Deprecated. -
ActionRequestDetails
public ActionRequestDetails(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theId) Deprecated.Constructor- Parameters:
theRequestDetails- The request details to wraptheId- The ID of the resource being created (note that the ID should have the resource type populated)
-
ActionRequestDetails
public ActionRequestDetails(RequestDetails theRequestDetails, String theResourceType, org.hl7.fhir.instance.model.api.IIdType theId) Deprecated.
-
-
Method Details
-
getContext
Deprecated. -
getId
Deprecated.Returns the ID of the incoming request (typically this is from the request URL) -
getRequestDetails
Deprecated.Returns the request details associated with this request -
getResource
Deprecated.For requests where a resource is passed from the client to the server (e.g. create, update, etc.) this method will return the resource which was provided by the client. Otherwise, this method will returnnull.Note that this method is currently only populated if the handling method has a parameter annotated with the
ResourceParamannotation. -
setResource
Deprecated.This method should not be called by client code -
getResourceType
Deprecated.Returns the resource type this request pertains to, ornullif this request is not type specific (e.g. server-history) -
toString
Deprecated. -
getUserData
Deprecated.Returns the same map which was -
notifyIncomingRequestPreHandled
public void notifyIncomingRequestPreHandled(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperationType) Deprecated.This method may be invoked by user code to notify interceptors that a nested operation is being invoked which is denoted by this request details.
-
RequestDetails. That class should be used instead. Deprecated in 4.0.0