Uses of Class
ca.uhn.fhir.rest.api.server.ParseAction
Packages that use ParseAction
Package
Description
-
Uses of ParseAction in ca.uhn.fhir.rest.api.server
Methods in ca.uhn.fhir.rest.api.server with parameters of type ParseActionModifier and TypeMethodDescriptionIRestfulResponse.returnResponse(ParseAction<?> outcome, int operationStatus, boolean allowPrefer, ca.uhn.fhir.rest.api.MethodOutcome response, String resourceName) This is only used for DSTU1 getTags operations, so it can be removed at some point when we drop DSTU1 -
Uses of ParseAction in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server with parameters of type ParseActionModifier and TypeMethodDescriptionRestfulServer.returnResponse(ServletRequestDetails theRequest, ParseAction<?> outcome, int operationStatus, boolean allowPrefer, ca.uhn.fhir.rest.api.MethodOutcome response, String resourceName) -
Uses of ParseAction in ca.uhn.fhir.rest.server.servlet
Methods in ca.uhn.fhir.rest.server.servlet with parameters of type ParseActionModifier and TypeMethodDescriptionServletRestfulResponse.returnResponse(ParseAction<?> outcome, int operationStatus, boolean allowPrefer, ca.uhn.fhir.rest.api.MethodOutcome response, String resourceName)