Uses of Class
ca.cdr.api.fhirgw.model.OperationResponse
Packages that use OperationResponse
-
Uses of OperationResponse in ca.cdr.api.fhirgw.model
Methods in ca.cdr.api.fhirgw.model that return OperationResponseModifier and TypeMethodDescriptionOperationResponse.clone()Create a clone of this object using a shallow copy only.OperationResponse.setResponse(IBaseResource theResponse) Methods in ca.cdr.api.fhirgw.model that return types with arguments of type OperationResponseMethods in ca.cdr.api.fhirgw.model with parameters of type OperationResponseModifier and TypeMethodDescriptionvoidOperationResponsesAccumulator.accumulate(List<IBaseResource> theResults, OperationResponse theResponse, String theTargetId) Accumulates a list of resources that was originally obtained from the RESPONSE and processed by interceptors if applicable.Constructors in ca.cdr.api.fhirgw.model with parameters of type OperationResponseModifierConstructorDescriptionOperationResponse(OperationResponse theOperationResponse) Copy constructor - Creates a shallow copy only -
Uses of OperationResponse in ca.cdr.api.fhirgw.svc
Methods in ca.cdr.api.fhirgw.svc that return OperationResponseModifier and TypeMethodDescriptionIFhirEndpointGatewayTarget.invokeOperation(OperationRequest theRequest) Invoked to perform a fhir operationMethods in ca.cdr.api.fhirgw.svc that return types with arguments of type OperationResponseModifier and TypeMethodDescriptionIOperationOrchestrator.invokeOperationResponseReturning(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a FHIR operation on a surrogate server.