Uses of Interface
com.ibm.fhir.server.spi.interceptor.FHIRPersistenceInterceptor
-
Packages that use FHIRPersistenceInterceptor Package Description com.ibm.fhir.server.interceptor com.ibm.fhir.server.notification com.ibm.fhir.server.test.persistence com.ibm.fhir.smart -
-
Uses of FHIRPersistenceInterceptor in com.ibm.fhir.server.interceptor
Fields in com.ibm.fhir.server.interceptor with type parameters of type FHIRPersistenceInterceptor Modifier and Type Field Description (package private) List<FHIRPersistenceInterceptor>
FHIRPersistenceInterceptorMgr. interceptors
Methods in com.ibm.fhir.server.interceptor 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.notification
Classes in com.ibm.fhir.server.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.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
-