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 class
FHIRRestInteractionBase
Base forFHIRRestInteraction
implementations, providing common functionsclass
FHIRRestInteractionCreate
Represents a FHIR REST CREATE interactionclass
FHIRRestInteractionDelete
Represents a FHIR REST DELETE interactionclass
FHIRRestInteractionHistory
Represents a FHIR REST HISTORY read interactionclass
FHIRRestInteractionInvoke
Represents a FHIR REST custom operation interactionclass
FHIRRestInteractionIssue
Captures the fact that an issue occurred while translating a bundle entry.class
FHIRRestInteractionPatch
Represents a FHIR REST PATCH interactionclass
FHIRRestInteractionRead
Represents a FHIR REST READ interactionclass
FHIRRestInteractionResource
Base for resource-orientedFHIRRestInteraction
implementations which include a validationResponseEntry.class
FHIRRestInteractionSearch
Represents a FHIR REST SEARCH interactionclass
FHIRRestInteractionUpdate
Represents a FHIR REST UPDATE interactionclass
FHIRRestInteractionValidationResponse
Captures the fact that a particular entry failed validation.class
FHIRRestInteractionVRead
Executes 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.
-