Uses of Interface
com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptor
-
Packages that use FHIRPersistenceInterceptor Package Description com.ibm.fhir.notification com.ibm.fhir.persistence.interceptor.impl com.ibm.fhir.server.registry com.ibm.fhir.smart -
-
Uses of FHIRPersistenceInterceptor in com.ibm.fhir.notification
Classes in com.ibm.fhir.notification that implement FHIRPersistenceInterceptor Modifier and Type Class Description class
FHIRNotificationService
This class coordinates the activities of the FHIR Server notification service. -
Uses of FHIRPersistenceInterceptor in com.ibm.fhir.persistence.interceptor.impl
Fields in com.ibm.fhir.persistence.interceptor.impl with type parameters of type FHIRPersistenceInterceptor Modifier and Type Field Description (package private) List<FHIRPersistenceInterceptor>
FHIRPersistenceInterceptorMgr. interceptors
Methods in com.ibm.fhir.persistence.interceptor.impl with parameters of type FHIRPersistenceInterceptor Modifier and Type Method Description void
FHIRPersistenceInterceptorMgr. addInterceptor(FHIRPersistenceInterceptor interceptor)
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(FHIRPersistenceInterceptor interceptor)
This method can be used to programmatically register an interceptor such that it is added at the beginning of the list of registered interceptors. -
Uses of FHIRPersistenceInterceptor in com.ibm.fhir.server.registry
Classes in com.ibm.fhir.server.registry that implement FHIRPersistenceInterceptor Modifier and Type Class Description class
ServerRegistryResourceProvider
-
Uses of FHIRPersistenceInterceptor in com.ibm.fhir.smart
Classes in com.ibm.fhir.smart that implement FHIRPersistenceInterceptor Modifier and Type Class Description class
AuthzPolicyEnforcementPersistenceInterceptor
-