Uses of Class
ca.uhn.fhir.interceptor.api.HookParams
Packages that use HookParams
-
Uses of HookParams in ca.uhn.fhir.interceptor.api
Methods in ca.uhn.fhir.interceptor.api that return HookParamsModifier and TypeMethodDescription<T> HookParams<T> HookParamsHookParams.add(T theNext)<T> HookParamsHookParams.addIfMatchesType(Class<T> theType, Object theParam)Methods in ca.uhn.fhir.interceptor.api with parameters of type HookParamsModifier and TypeMethodDescriptionbooleanIBaseInterceptorBroadcaster.callHooks(POINTCUT thePointcut, HookParams theParams)Invoke registered interceptor hook methods for the given Pointcut.IBaseInterceptorBroadcaster.callHooksAndReturnObject(POINTCUT thePointcut, HookParams theParams)Invoke registered interceptor hook methods for the given Pointcut.voidIAnonymousInterceptor.invoke(IPointcut thePointcut, HookParams theArgs) -
Uses of HookParams in ca.uhn.fhir.interceptor.executor
Methods in ca.uhn.fhir.interceptor.executor with parameters of type HookParamsModifier and TypeMethodDescriptionbooleanBaseInterceptorService.callHooks(POINTCUT thePointcut, HookParams theParams)BaseInterceptorService.callHooksAndReturnObject(POINTCUT thePointcut, HookParams theParams)