Uses of Interface
org.linuxforhealth.fhir.persistence.interceptor.FHIRPersistenceInterceptor
- 
Packages that use org.linuxforhealth.fhir.persistence.interceptor.FHIRPersistenceInterceptor Package Description org.linuxforhealth.fhir.persistence.interceptor.impl  - 
- 
Uses of org.linuxforhealth.fhir.persistence.interceptor.FHIRPersistenceInterceptor in org.linuxforhealth.fhir.persistence.interceptor.impl
Fields in org.linuxforhealth.fhir.persistence.interceptor.impl with type parameters of type org.linuxforhealth.fhir.persistence.interceptor.FHIRPersistenceInterceptor in in Modifier and Type Field Description (package private) java.util.List<org.linuxforhealth.fhir.persistence.interceptor.FHIRPersistenceInterceptor>FHIRPersistenceInterceptorMgr. interceptorsDeprecated.Methods in org.linuxforhealth.fhir.persistence.interceptor.impl with parameters of type org.linuxforhealth.fhir.persistence.interceptor.FHIRPersistenceInterceptor in in Modifier and Type Method Description voidFHIRPersistenceInterceptorMgr. addInterceptor(org.linuxforhealth.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.voidFHIRPersistenceInterceptorMgr. addPrioritizedInterceptor(org.linuxforhealth.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. 
 -