| Package | Description |
|---|---|
| ca.uhn.fhir.interceptor.api | |
| ca.uhn.fhir.interceptor.executor |
| Modifier and Type | Method and Description |
|---|---|
<T> HookParams |
HookParams.add(Class<T> theType,
T theParam) |
<T> HookParams |
HookParams.add(T theNext) |
<T> HookParams |
HookParams.addIfMatchesType(Class<T> theType,
Object theParam) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IInterceptorBroadcaster.callHooks(Pointcut thePointcut,
HookParams theParams)
Invoke registered interceptor hook methods for the given Pointcut.
|
Object |
IInterceptorBroadcaster.callHooksAndReturnObject(Pointcut thePointcut,
HookParams theParams)
Invoke registered interceptor hook methods for the given Pointcut.
|
void |
IAnonymousInterceptor.invoke(Pointcut thePointcut,
HookParams theArgs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterceptorService.callHooks(Pointcut thePointcut,
HookParams theParams) |
Object |
InterceptorService.callHooksAndReturnObject(Pointcut thePointcut,
HookParams theParams) |
Copyright © 2014–2019 University Health Network. All rights reserved.