
Package ca.uhn.fhir.jpa.dao.dstu3
Class TransactionProcessorVersionAdapterDstu3
java.lang.Object
ca.uhn.fhir.jpa.dao.dstu3.TransactionProcessorVersionAdapterDstu3
- All Implemented Interfaces:
ITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
public class TransactionProcessorVersionAdapterDstu3
extends Object
implements ITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.dstu3.model.Bundle.BundleEntryComponentaddEntry(org.hl7.fhir.dstu3.model.Bundle theBundle) voidaddEntry(org.hl7.fhir.dstu3.model.Bundle theBundle, org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) org.hl7.fhir.dstu3.model.BundlecreateBundle(String theBundleType) getBundleType(org.hl7.fhir.dstu3.model.Bundle theRequest) List<org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent> getEntries(org.hl7.fhir.dstu3.model.Bundle theRequest) getEntryIfNoneExist(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) Optional<org.hl7.fhir.instance.model.api.IBaseExtension<?, ?>> getEntryRequestExtensionByUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theUrl) getEntryRequestIfMatch(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) getEntryRequestIfNoneExist(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) getEntryRequestIfNoneMatch(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) getEntryRequestUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) getEntryRequestVerb(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) getFullUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) org.hl7.fhir.instance.model.api.IBaseResourcegetResource(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry) voidpopulateEntryWithOperationOutcome(ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException theCaughtEx, org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) voidsetFullUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theFullUrl) voidsetRequestUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theUrl) voidsetRequestVerb(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theVerb) voidsetResource(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, org.hl7.fhir.instance.model.api.IBaseResource theResource) voidsetResponseETag(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theEtag) voidsetResponseLastModified(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, Date theLastModified) voidsetResponseLocation(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theResponseLocation) voidsetResponseOutcome(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, org.hl7.fhir.instance.model.api.IBaseOperationOutcome theOperationOutcome) voidsetResponseStatus(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, String theStatus)
-
Constructor Details
-
TransactionProcessorVersionAdapterDstu3
-
-
Method Details
-
setResponseStatus
public void setResponseStatus(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, String theStatus) - Specified by:
setResponseStatusin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
setResponseLastModified
public void setResponseLastModified(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, Date theLastModified) - Specified by:
setResponseLastModifiedin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
setResource
public void setResource(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, org.hl7.fhir.instance.model.api.IBaseResource theResource) - Specified by:
setResourcein interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getResource
public org.hl7.fhir.instance.model.api.IBaseResource getResource(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry) - Specified by:
getResourcein interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getBundleType
- Specified by:
getBundleTypein interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
populateEntryWithOperationOutcome
public void populateEntryWithOperationOutcome(ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException theCaughtEx, org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) - Specified by:
populateEntryWithOperationOutcomein interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
createBundle
- Specified by:
createBundlein interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getEntries
public List<org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent> getEntries(org.hl7.fhir.dstu3.model.Bundle theRequest) - Specified by:
getEntriesin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
addEntry
public void addEntry(org.hl7.fhir.dstu3.model.Bundle theBundle, org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) - Specified by:
addEntryin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
addEntry
public org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent addEntry(org.hl7.fhir.dstu3.model.Bundle theBundle) - Specified by:
addEntryin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getEntryRequestVerb
public String getEntryRequestVerb(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) - Specified by:
getEntryRequestVerbin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getFullUrl
- Specified by:
getFullUrlin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
setFullUrl
public void setFullUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theFullUrl) - Specified by:
setFullUrlin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getEntryIfNoneExist
- Specified by:
getEntryIfNoneExistin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getEntryRequestUrl
- Specified by:
getEntryRequestUrlin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
setResponseLocation
public void setResponseLocation(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theResponseLocation) - Specified by:
setResponseLocationin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
setResponseETag
public void setResponseETag(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theEtag) - Specified by:
setResponseETagin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getEntryRequestIfMatch
- Specified by:
getEntryRequestIfMatchin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getEntryRequestIfNoneExist
public String getEntryRequestIfNoneExist(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) - Specified by:
getEntryRequestIfNoneExistin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getEntryRequestIfNoneMatch
public String getEntryRequestIfNoneMatch(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry) - Specified by:
getEntryRequestIfNoneMatchin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
setResponseOutcome
public void setResponseOutcome(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, org.hl7.fhir.instance.model.api.IBaseOperationOutcome theOperationOutcome) - Specified by:
setResponseOutcomein interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
setRequestVerb
public void setRequestVerb(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theVerb) - Specified by:
setRequestVerbin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
setRequestUrl
public void setRequestUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theUrl) - Specified by:
setRequestUrlin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-
getEntryRequestExtensionByUrl
public Optional<org.hl7.fhir.instance.model.api.IBaseExtension<?,?>> getEntryRequestExtensionByUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theUrl) - Specified by:
getEntryRequestExtensionByUrlin interfaceITransactionProcessorVersionAdapter<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent>
-