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.test.persistence 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.test.persistence
Classes in com.ibm.fhir.server.test.persistence that implement FHIRPersistenceInterceptor Modifier and Type Class Description class
TaggingInterceptor
A sample persistence interceptor that adds a tag to each resource before it gets persisted. -
Uses of FHIRPersistenceInterceptor in com.ibm.fhir.smart
Classes in com.ibm.fhir.smart that implement FHIRPersistenceInterceptor Modifier and Type Class Description class
AuthzPolicyEnforcementPersistenceInterceptor
-