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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent
    addEntry(org.hl7.fhir.dstu3.model.Bundle theBundle)
     
    void
    addEntry(org.hl7.fhir.dstu3.model.Bundle theBundle, org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry)
     
    org.hl7.fhir.dstu3.model.Bundle
    createBundle(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)
     
    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.IBaseResource
    getResource(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry)
     
    void
    populateEntryWithOperationOutcome(ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException theCaughtEx, org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry)
     
    void
    setFullUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theFullUrl)
     
    void
    setRequestUrl(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theUrl)
     
    void
    setRequestVerb(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theVerb)
     
    void
    setResource(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, org.hl7.fhir.instance.model.api.IBaseResource theResource)
     
    void
    setResponseETag(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theEtag)
     
    void
    setResponseLastModified(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, Date theLastModified)
     
    void
    setResponseLocation(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, String theResponseLocation)
     
    void
    setResponseOutcome(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theEntry, org.hl7.fhir.instance.model.api.IBaseOperationOutcome theOperationOutcome)
     
    void
    setResponseStatus(org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent theBundleEntry, String theStatus)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait