Uses of Class
ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
Packages that use IServerInterceptor.ActionRequestDetails
-
Uses of IServerInterceptor.ActionRequestDetails in ca.uhn.fhir.rest.server.interceptor
Methods in ca.uhn.fhir.rest.server.interceptor with parameters of type IServerInterceptor.ActionRequestDetailsModifier and TypeMethodDescriptionvoidInterceptorAdapter.incomingRequestPreHandled(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation, IServerInterceptor.ActionRequestDetails theProcessedRequest) voidIServerInterceptor.incomingRequestPreHandled(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation, IServerInterceptor.ActionRequestDetails theProcessedRequest) Invoked before an incoming request is processed. -
Uses of IServerInterceptor.ActionRequestDetails in ca.uhn.fhir.rest.server.method
Methods in ca.uhn.fhir.rest.server.method with parameters of type IServerInterceptor.ActionRequestDetailsModifier and TypeMethodDescriptionprotected voidBaseMethodBinding.populateActionRequestDetailsForInterceptor(RequestDetails theRequestDetails, IServerInterceptor.ActionRequestDetails theDetails, Object[] theMethodParams) Subclasses may override this method (but should also call super) to provide method specifics to the interceptors.protected voidOperationMethodBinding.populateActionRequestDetailsForInterceptor(RequestDetails theRequestDetails, IServerInterceptor.ActionRequestDetails theDetails, Object[] theMethodParams) protected voidTransactionMethodBinding.populateActionRequestDetailsForInterceptor(RequestDetails theRequestDetails, IServerInterceptor.ActionRequestDetails theDetails, Object[] theMethodParams)