Uses of Interface
com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor
-
Packages that use com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor Package Description com.ibm.fhir.persistence.interceptor.impl -
-
Uses of com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor in com.ibm.fhir.persistence.interceptor.impl
Fields in com.ibm.fhir.persistence.interceptor.impl with type parameters of type com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor in in Modifier and Type Field Description (package private) List<com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor>
FHIRPersistenceInterceptorMgr. interceptors
Deprecated.Methods in com.ibm.fhir.persistence.interceptor.impl with parameters of type com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor in in Modifier and Type Method Description void
FHIRPersistenceInterceptorMgr. addInterceptor(com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor interceptor)
Deprecated.This method can be used to programmatically register an interceptor such that it is added at the end of the list of registered interceptors.void
FHIRPersistenceInterceptorMgr. addPrioritizedInterceptor(com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor interceptor)
Deprecated.This method can be used to programmatically register an interceptor such that it is added at the beginning of the list of registered interceptors.
-