Uses of Interface
ca.uhn.fhir.interceptor.api.IPointcut
-
Uses of IPointcut in ca.uhn.fhir.interceptor.api
Modifier and TypeInterfaceDescriptioninterface
IBaseInterceptorBroadcaster<POINTCUT extends IPointcut>
interface
IBaseInterceptorService<POINTCUT extends IPointcut>
Modifier and TypeMethodDescriptionvoid
IAnonymousInterceptor.invoke
(IPointcut thePointcut, HookParams theArgs) -
Uses of IPointcut in ca.uhn.fhir.interceptor.executor
Modifier and TypeClassDescriptionclass
BaseInterceptorService<POINTCUT extends Enum<POINTCUT> & IPointcut>
Modifier and TypeMethodDescriptionstatic Object
BaseInterceptorService.callInvokers
(IPointcut thePointcut, HookParams theParams, List<IBaseInterceptorBroadcaster.IInvoker> invokers) static boolean
BaseInterceptorService.haveAppropriateParams
(IPointcut thePointcut, HookParams theParams) Only call this when assertions are enabled, it's expensive