Uses of Interface
ca.uhn.fhir.interceptor.api.IBaseInterceptorBroadcaster.IInvoker
-
Uses of IBaseInterceptorBroadcaster.IInvoker in ca.uhn.fhir.interceptor.api
Modifier and TypeMethodDescriptionIBaseInterceptorBroadcaster.getInvokersForPointcut
(POINTCUT thePointcut) -
Uses of IBaseInterceptorBroadcaster.IInvoker in ca.uhn.fhir.interceptor.executor
Modifier and TypeMethodDescriptionBaseInterceptorService.getInvokersForPointcut
(POINTCUT thePointcut) Returns a list of all invokers registered for the given pointcut.BaseInterceptorService.union
(List<List<IBaseInterceptorBroadcaster.IInvoker>> theInvokersLists) First argument must be the global invoker list!!Modifier and TypeMethodDescriptionint
BaseInterceptorService.BaseInvoker.compareTo
(IBaseInterceptorBroadcaster.IInvoker theInvoker) Modifier and TypeMethodDescriptionstatic Object
BaseInterceptorService.callInvokers
(IPointcut thePointcut, HookParams theParams, List<IBaseInterceptorBroadcaster.IInvoker> invokers) BaseInterceptorService.union
(List<List<IBaseInterceptorBroadcaster.IInvoker>> theInvokersLists) First argument must be the global invoker list!!