Uses of Class
ca.uhn.fhir.rest.api.server.ParseAction
-
Packages that use ParseAction Package Description ca.uhn.fhir.rest.api.server ca.uhn.fhir.rest.server ca.uhn.fhir.rest.server.servlet -
-
Uses of ParseAction in ca.uhn.fhir.rest.api.server
Methods in ca.uhn.fhir.rest.api.server with parameters of type ParseAction Modifier and Type Method Description ObjectIRestfulResponse. 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 ParseAction Modifier and Type Method Description ObjectRestfulServer. 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 ParseAction Modifier and Type Method Description ObjectServletRestfulResponse. returnResponse(ParseAction<?> outcome, int operationStatus, boolean allowPrefer, ca.uhn.fhir.rest.api.MethodOutcome response, String resourceName)
-