Uses of Interface
ca.uhn.fhir.rest.server.interceptor.consent.IConsentContextServices
Packages that use IConsentContextServices
-
Uses of IConsentContextServices in ca.uhn.fhir.rest.server.interceptor.consent
Fields in ca.uhn.fhir.rest.server.interceptor.consent declared as IConsentContextServicesModifier and TypeFieldDescriptionstatic IConsentContextServicesIConsentContextServices.NULL_IMPLImplementation of this interface that simply always throws aUnsupportedOperationExceptionMethods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentContextServicesModifier and TypeMethodDescriptionDelegatingConsentService.canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)default ConsentOutcomeIConsentService.canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)This method is called if a user may potentially see a resource via READ operations, SEARCH operations, etc.voidDelegatingConsentService.completeOperationFailure(RequestDetails theRequestDetails, ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException theException, IConsentContextServices theContextServices)default voidIConsentService.completeOperationFailure(RequestDetails theRequestDetails, ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException theException, IConsentContextServices theContextServices)This method is called when an operation is complete.voidDelegatingConsentService.completeOperationSuccess(RequestDetails theRequestDetails, IConsentContextServices theContextServices)default voidIConsentService.completeOperationSuccess(RequestDetails theRequestDetails, IConsentContextServices theContextServices)This method is called when an operation is complete.voidConsentInterceptor.setContextConsentServices(IConsentContextServices theContextConsentServices)DelegatingConsentService.startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices)default ConsentOutcomeIConsentService.startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices)This method is called when an operation is initially beginning, before any significant processing occurs.DelegatingConsentService.willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)default ConsentOutcomeIConsentService.willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)This method is called if a user is about to see a resource, either completely or partially.Constructors in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentContextServicesModifierConstructorDescriptionConsentInterceptor(IConsentService theConsentService, IConsentContextServices theContextConsentServices)Constructor