| Package | Description |
|---|---|
| ca.uhn.fhir.interceptor.api | |
| ca.uhn.fhir.interceptor.executor |
| Modifier and Type | Method and Description |
|---|---|
static Pointcut |
Pointcut.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pointcut[] |
Pointcut.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
boolean |
IInterceptorBroadcaster.hasHooks(Pointcut thePointcut)
Does this broadcaster have any hooks for the given pointcut?
|
void |
IAnonymousInterceptor.invoke(Pointcut thePointcut,
HookParams theArgs) |
void |
IInterceptorService.registerAnonymousInterceptor(Pointcut thePointcut,
IAnonymousInterceptor theInterceptor) |
void |
IInterceptorService.registerAnonymousInterceptor(Pointcut thePointcut,
int theOrder,
IAnonymousInterceptor theInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterceptorService.callHooks(Pointcut thePointcut,
HookParams theParams) |
Object |
InterceptorService.callHooksAndReturnObject(Pointcut thePointcut,
HookParams theParams) |
boolean |
InterceptorService.hasHooks(Pointcut thePointcut) |
void |
InterceptorService.registerAnonymousInterceptor(Pointcut thePointcut,
IAnonymousInterceptor theInterceptor) |
void |
InterceptorService.registerAnonymousInterceptor(Pointcut thePointcut,
int theOrder,
IAnonymousInterceptor theInterceptor) |
Copyright © 2014–2019 University Health Network. All rights reserved.