Uses of Class
ca.uhn.fhir.interceptor.api.HookParams
-
Packages that use HookParams Package Description ca.uhn.fhir.interceptor.api ca.uhn.fhir.interceptor.executor -
-
Uses of HookParams in ca.uhn.fhir.interceptor.api
Methods in ca.uhn.fhir.interceptor.api that return HookParams Modifier and Type Method Description <T> HookParamsHookParams. add(Class<T> theType, T theParam)<T> HookParamsHookParams. add(T theNext)<T> HookParamsHookParams. addIfMatchesType(Class<T> theType, Object theParam)Methods in ca.uhn.fhir.interceptor.api with parameters of type HookParams Modifier and Type Method Description booleanIInterceptorBroadcaster. callHooks(Pointcut thePointcut, HookParams theParams)Invoke registered interceptor hook methods for the given Pointcut.ObjectIInterceptorBroadcaster. callHooksAndReturnObject(Pointcut thePointcut, HookParams theParams)Invoke registered interceptor hook methods for the given Pointcut.voidIAnonymousInterceptor. invoke(Pointcut thePointcut, HookParams theArgs) -
Uses of HookParams in ca.uhn.fhir.interceptor.executor
Methods in ca.uhn.fhir.interceptor.executor with parameters of type HookParams Modifier and Type Method Description booleanInterceptorService. callHooks(Pointcut thePointcut, HookParams theParams)ObjectInterceptorService. callHooksAndReturnObject(Pointcut thePointcut, HookParams theParams)
-