Uses of Interface
ca.uhn.fhir.rest.server.interceptor.consent.IConsentContextServices
-
Packages that use IConsentContextServices Package Description ca.uhn.fhir.rest.server.interceptor.consent -
-
Uses of IConsentContextServices in ca.uhn.fhir.rest.server.interceptor.consent
Fields in ca.uhn.fhir.rest.server.interceptor.consent declared as IConsentContextServices Modifier and Type Field Description static IConsentContextServicesIConsentContextServices. NULL_IMPLImplementation of this interface that simply always throws aUnsupportedOperationExceptionMethods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type IConsentContextServices Modifier and Type Method Description ConsentOutcomeDelegatingConsentService. canSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)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)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)voidIConsentService. completeOperationSuccess(RequestDetails theRequestDetails, IConsentContextServices theContextServices)This method is called when an operation is complete.voidConsentInterceptor. setContextConsentServices(IConsentContextServices theContextConsentServices)ConsentOutcomeDelegatingConsentService. startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices)ConsentOutcomeIConsentService. startOperation(RequestDetails theRequestDetails, IConsentContextServices theContextServices)This method is called when an operation is initially beginning, before any significant processing occurs.ConsentOutcomeDelegatingConsentService. willSeeResource(RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, IConsentContextServices theContextServices)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 IConsentContextServices Constructor Description ConsentInterceptor(IConsentService theConsentService, IConsentContextServices theContextConsentServices)Constructor
-