Uses of Class
ca.cdr.api.fhirgw.model.OperationResponse
-
Uses of OperationResponse in ca.cdr.api.fhirgw.model
Modifier and TypeMethodDescriptionOperationResponse.clone()
Create a clone of this object using a shallow copy only.OperationResponse.setResponse
(IBaseResource theResponse) Modifier and TypeMethodDescriptionvoid
OperationResponsesAccumulator.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.ModifierConstructorDescriptionOperationResponse
(OperationResponse theOperationResponse) Copy constructor - Creates a shallow copy only -
Uses of OperationResponse in ca.cdr.api.fhirgw.svc
Modifier and TypeMethodDescriptionIFhirEndpointGatewayTarget.invokeOperation
(OperationRequest theRequest) Invoked to perform a fhir operationModifier and TypeMethodDescriptionIOperationOrchestrator.invokeOperationResponseReturning
(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a FHIR operation on a surrogate server.