Uses of Interface
org.linuxforhealth.fhir.server.rest.FHIRRestInteraction
-
Packages that use FHIRRestInteraction Package Description org.linuxforhealth.fhir.server.rest org.linuxforhealth.fhir.server.util -
-
Uses of FHIRRestInteraction in org.linuxforhealth.fhir.server.rest
Classes in org.linuxforhealth.fhir.server.rest that implement FHIRRestInteraction Modifier and Type Class Description classFHIRRestInteractionBaseBase forFHIRRestInteractionimplementations, providing common functionsclassFHIRRestInteractionCreateRepresents a FHIR REST CREATE interactionclassFHIRRestInteractionDeleteRepresents a FHIR REST DELETE interactionclassFHIRRestInteractionHistoryRepresents a FHIR REST HISTORY read interactionclassFHIRRestInteractionInvokeRepresents a FHIR REST custom operation interactionclassFHIRRestInteractionIssueCaptures the fact that an issue occurred while translating a bundle entry.classFHIRRestInteractionPatchRepresents a FHIR REST PATCH interactionclassFHIRRestInteractionReadRepresents a FHIR REST READ interactionclassFHIRRestInteractionResourceBase for resource-orientedFHIRRestInteractionimplementations which include a validationResponseEntry.classFHIRRestInteractionSearchRepresents a FHIR REST SEARCH interactionclassFHIRRestInteractionUpdateRepresents a FHIR REST UPDATE interactionclassFHIRRestInteractionValidationResponseCaptures the fact that a particular entry failed validation.classFHIRRestInteractionVReadExecutes a VREAD (version read) operation on the visitor -
Uses of FHIRRestInteraction in org.linuxforhealth.fhir.server.util
Methods in org.linuxforhealth.fhir.server.util that return types with arguments of type FHIRRestInteraction Modifier and Type Method Description java.util.List<FHIRRestInteraction>FHIRRestBundleHelper. translateBundleEntries(Bundle requestBundle, java.util.Map<java.lang.Integer,Bundle.Entry> validationResponseEntries, boolean failFast, java.lang.String bundleRequestCorrelationId, boolean skippableUpdates)Translate each bundle entry into a FHIRRestOperation implementation which can then be executed in a particular order.
-