Package ca.uhn.fhir.jpa.api.model
Class LazyDaoMethodOutcome
java.lang.Object
ca.uhn.fhir.rest.api.MethodOutcome
ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
ca.uhn.fhir.jpa.api.model.LazyDaoMethodOutcome
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLazyDaoMethodOutcome(ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId theResourcePersistentId)Constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdTypegetId()org.hl7.fhir.instance.model.api.IBaseResourcevoidsetEntitySupplier(Supplier<LazyDaoMethodOutcome.EntityAndResource> theEntitySupplier)voidsetEntitySupplierUseCallback(Runnable theEntitySupplierUseCallback)voidsetIdSupplier(Supplier<org.hl7.fhir.instance.model.api.IIdType> theIdSupplier)Methods inherited from class ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
getPersistentId, getPreviousResource, isNop, setCreated, setEntity, setNop, setPersistentId, setPreviousResourceMethods inherited from class ca.uhn.fhir.rest.api.MethodOutcome
fireResourceViewCallbacks, getCreated, getOperationOutcome, getResponseHeaders, hasResource, registerResourceViewCallback, setCreatedUsingStatusCode, setId, setOperationOutcome, setResource, setResponseHeaders
-
Constructor Details
-
LazyDaoMethodOutcome
public LazyDaoMethodOutcome(ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId theResourcePersistentId)Constructor
-
-
Method Details
-
getEntity
- Overrides:
getEntityin classDaoMethodOutcome
-
getId
- Overrides:
getIdin classca.uhn.fhir.rest.api.MethodOutcome
-
getResource
- Overrides:
getResourcein classca.uhn.fhir.rest.api.MethodOutcome
-
setEntitySupplier
-
setEntitySupplierUseCallback
-
setIdSupplier
-