Uses of Class
com.ibm.fhir.persistence.interceptor.FHIRPersistenceInterceptorException
-
-
Uses of FHIRPersistenceInterceptorException in com.ibm.fhir.notification
Methods in com.ibm.fhir.notification that throw FHIRPersistenceInterceptorException Modifier and Type Method Description voidFHIRNotificationService. afterCreate(FHIRPersistenceEvent pEvent)voidFHIRNotificationService. afterDelete(FHIRPersistenceEvent pEvent)voidFHIRNotificationService. afterUpdate(FHIRPersistenceEvent pEvent) -
Uses of FHIRPersistenceInterceptorException in com.ibm.fhir.persistence.interceptor
Methods in com.ibm.fhir.persistence.interceptor that return FHIRPersistenceInterceptorException Modifier and Type Method Description FHIRPersistenceInterceptorExceptionFHIRPersistenceInterceptorException. withIssue(OperationOutcome.Issue... issues)FHIRPersistenceInterceptorExceptionFHIRPersistenceInterceptorException. withIssue(Collection<OperationOutcome.Issue> issues)Methods in com.ibm.fhir.persistence.interceptor that throw FHIRPersistenceInterceptorException Modifier and Type Method Description default voidFHIRPersistenceInterceptor. afterCreate(FHIRPersistenceEvent event)This method is called during the processing of a 'create' REST API invocation, immediately after the new resource has been stored by the persistence layer.default voidFHIRPersistenceInterceptor. afterDelete(FHIRPersistenceEvent event)This method is called during the processing of a 'delete' REST API invocation, immediately after the resource has been deleted by the persistence layer.default voidFHIRPersistenceInterceptor. afterHistory(FHIRPersistenceEvent event)This method is called during the processing of a 'history' REST API invocation, immediately after the resource's history has been read by the persistence layer.default voidFHIRPersistenceInterceptor. afterPatch(FHIRPersistenceEvent event)This method is called during the processing of an 'patch' REST API invocation, immediately after the updated resource has been stored by the persistence layer.default voidFHIRPersistenceInterceptor. afterRead(FHIRPersistenceEvent event)This method is called during the processing of a 'read' REST API invocation, immediately after the resource has been read by the persistence layer.default voidFHIRPersistenceInterceptor. afterSearch(FHIRPersistenceEvent event)This method is called during the processing of a 'search' REST API invocation, immediately after the search has been performed by the persistence layer.default voidFHIRPersistenceInterceptor. afterUpdate(FHIRPersistenceEvent event)This method is called during the processing of an 'update' REST API invocation, immediately after the updated resource has been stored by the persistence layer.default voidFHIRPersistenceInterceptor. afterVread(FHIRPersistenceEvent event)This method is called during the processing of a 'vread' REST API invocation, immediately after the resource has been read by the persistence layer.default voidFHIRPersistenceInterceptor. beforeCreate(FHIRPersistenceEvent event)This method is called during the processing of a 'create' REST API invocation, immediately before the new resource is stored by the persistence layer.default voidFHIRPersistenceInterceptor. beforeDelete(FHIRPersistenceEvent event)This method is called during the processing of a 'delete' REST API invocation, immediately before the resource is deleted by the persistence layer.default voidFHIRPersistenceInterceptor. beforeHistory(FHIRPersistenceEvent event)This method is called during the processing of a 'history' REST API invocation, immediately before the resource's history is read by the persistence layer.default voidFHIRPersistenceInterceptor. beforePatch(FHIRPersistenceEvent event)This method is called during the processing of an 'patch' REST API invocation, immediately before the updated resource is stored by the persistence layer.default voidFHIRPersistenceInterceptor. beforeRead(FHIRPersistenceEvent event)This method is called during the processing of a 'read' REST API invocation, immediately before the resource is read by the persistence layer.default voidFHIRPersistenceInterceptor. beforeSearch(FHIRPersistenceEvent event)This method is called during the processing of a 'search' REST API invocation, immediately before the search is performed by the persistence layer.default voidFHIRPersistenceInterceptor. beforeUpdate(FHIRPersistenceEvent event)This method is called during the processing of an 'update' REST API invocation, immediately before the updated resource is stored by the persistence layer.default voidFHIRPersistenceInterceptor. beforeVread(FHIRPersistenceEvent event)This method is called during the processing of a 'vread' (versioned read) REST API invocation, immediately before the resource is read by the persistence layer. -
Uses of FHIRPersistenceInterceptorException in com.ibm.fhir.persistence.interceptor.impl
Methods in com.ibm.fhir.persistence.interceptor.impl that throw FHIRPersistenceInterceptorException Modifier and Type Method Description voidFHIRPersistenceInterceptorMgr. fireAfterCreateEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireAfterDeleteEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireAfterHistoryEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireAfterPatchEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireAfterReadEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireAfterSearchEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireAfterUpdateEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireAfterVreadEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireBeforeCreateEvent(FHIRPersistenceEvent event)The following methods will invoke the respective interceptor methods on each registered interceptor.voidFHIRPersistenceInterceptorMgr. fireBeforeDeleteEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireBeforeHistoryEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireBeforePatchEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireBeforeReadEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireBeforeSearchEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireBeforeUpdateEvent(FHIRPersistenceEvent event)voidFHIRPersistenceInterceptorMgr. fireBeforeVreadEvent(FHIRPersistenceEvent event) -
Uses of FHIRPersistenceInterceptorException in com.ibm.fhir.server.test.persistence
Methods in com.ibm.fhir.server.test.persistence that throw FHIRPersistenceInterceptorException Modifier and Type Method Description voidTaggingInterceptor. beforeCreate(FHIRPersistenceEvent event)voidTaggingInterceptor. beforePatch(FHIRPersistenceEvent event)voidTaggingInterceptor. beforeUpdate(FHIRPersistenceEvent event) -
Uses of FHIRPersistenceInterceptorException in com.ibm.fhir.smart
Methods in com.ibm.fhir.smart that throw FHIRPersistenceInterceptorException Modifier and Type Method Description voidAuthzPolicyEnforcementPersistenceInterceptor. afterHistory(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. afterRead(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. afterSearch(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. afterVread(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. beforeCreate(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. beforeDelete(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. beforeHistory(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. beforeRead(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. beforeSearch(FHIRPersistenceEvent event)This method ensures the search is either for a resource type that is not a member of the patient compartment, or is a valid patient-compartment resource search that is scoped to the patient context from the access token.voidAuthzPolicyEnforcementPersistenceInterceptor. beforeUpdate(FHIRPersistenceEvent event)voidAuthzPolicyEnforcementPersistenceInterceptor. beforeVread(FHIRPersistenceEvent event)
-