Class DaoMethodOutcome

java.lang.Object
ca.uhn.fhir.rest.api.MethodOutcome
ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
Direct Known Subclasses:
LazyDaoMethodOutcome

public class DaoMethodOutcome extends ca.uhn.fhir.rest.api.MethodOutcome
  • Constructor Details

  • Method Details

    • getOperationType

      public ca.uhn.fhir.rest.api.RestOperationTypeEnum getOperationType()
    • setOperationType

      public void setOperationType(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperationType)
    • getMatchUrl

      public String getMatchUrl()
    • setMatchUrl

      public void setMatchUrl(String theMatchUrl)
    • isNop

      public boolean isNop()
      Was this a NO-OP - Typically because of an update to a resource that already matched the contents provided
    • setNop

      public DaoMethodOutcome setNop(boolean theNop)
      Was this a NO-OP - Typically because of an update to a resource that already matched the contents provided
    • getEntity

    • setEntity

    • getPreviousResource

      public org.hl7.fhir.instance.model.api.IBaseResource getPreviousResource()
      For update operations, this is the body of the resource as it was before the update
    • setPreviousResource

      public void setPreviousResource(org.hl7.fhir.instance.model.api.IBaseResource thePreviousResource)
      For update operations, this is the body of the resource as it was before the update
    • setCreated

      public DaoMethodOutcome setCreated(Boolean theCreated)
      Overrides:
      setCreated in class ca.uhn.fhir.rest.api.MethodOutcome
    • getPersistentId

      public ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId getPersistentId()
    • setPersistentId

      public DaoMethodOutcome setPersistentId(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourcePersistentId)