
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.IIdType
getId()
org.hl7.fhir.instance.model.api.IBaseResource
void
setEntitySupplier
(Supplier<LazyDaoMethodOutcome.EntityAndResource> theEntitySupplier) void
setEntitySupplierUseCallback
(Runnable theEntitySupplierUseCallback) void
setIdSupplier
(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, setPreviousResource
Methods 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:
getEntity
in classDaoMethodOutcome
-
getId
- Overrides:
getId
in classca.uhn.fhir.rest.api.MethodOutcome
-
getResource
- Overrides:
getResource
in classca.uhn.fhir.rest.api.MethodOutcome
-
setEntitySupplier
-
setEntitySupplierUseCallback
-
setIdSupplier
-