Uses of Class
ca.uhn.fhir.rest.server.interceptor.IServerInterceptor.ActionRequestDetails
-
Packages that use IServerInterceptor.ActionRequestDetails Package Description ca.uhn.fhir.rest.server.interceptor ca.uhn.fhir.rest.server.method -
-
Uses of IServerInterceptor.ActionRequestDetails in ca.uhn.fhir.rest.server.interceptor
Methods in ca.uhn.fhir.rest.server.interceptor with parameters of type IServerInterceptor.ActionRequestDetails Modifier and Type Method Description voidInterceptorAdapter. 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.ActionRequestDetails Modifier and Type Method Description protected voidBaseMethodBinding. populateActionRequestDetailsForInterceptor(RequestDetails theRequestDetails, IServerInterceptor.ActionRequestDetails theDetails, Object[] theMethodParams)Subclasses may override this method (but should also call super.BaseMethodBinding.populateActionRequestDetailsForInterceptor(RequestDetails, ActionRequestDetails, Object[])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)
-