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
-
Constructor Summary
ConstructorDescriptionLazyDaoMethodOutcome
(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId 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
getMatchUrl, getOperationType, getPersistentId, getPreviousResource, isNop, setCreated, setEntity, setMatchUrl, setNop, setOperationType, setPersistentId, setPreviousResource
Methods inherited from class ca.uhn.fhir.rest.api.MethodOutcome
fireResourceViewCallbacks, getCreated, getFirstResponseHeader, getOperationOutcome, getResponseHeaders, getResponseStatusCode, hasResource, isResponseStatusCodeSet, registerResourceViewCallback, setCreatedUsingStatusCode, setId, setOperationOutcome, setResource, setResponseHeaders, setResponseStatusCode
-
Constructor Details
-
LazyDaoMethodOutcome
public LazyDaoMethodOutcome(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId 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
-