Package ca.uhn.fhir.jpa.api.model
Class DaoMethodOutcome
java.lang.Object
ca.uhn.fhir.rest.api.MethodOutcome
ca.uhn.fhir.jpa.api.model.DaoMethodOutcome
- Direct Known Subclasses:
LazyDaoMethodOutcome
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.RestOperationTypeEnum
ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId
org.hl7.fhir.instance.model.api.IBaseResource
For update operations, this is the body of the resource as it was before the updateboolean
isNop()
Was this a NO-OP - Typically because of an update to a resource that already matched the contents providedsetCreated
(Boolean theCreated) setEntity
(IBasePersistedResource theEntity) void
setMatchUrl
(String theMatchUrl) setNop
(boolean theNop) Was this a NO-OP - Typically because of an update to a resource that already matched the contents providedvoid
setOperationType
(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperationType) setPersistentId
(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourcePersistentId) 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 updateMethods inherited from class ca.uhn.fhir.rest.api.MethodOutcome
fireResourceViewCallbacks, getCreated, getFirstResponseHeader, getId, getOperationOutcome, getResource, getResponseHeaders, getResponseStatusCode, hasResource, isResponseStatusCodeSet, registerResourceViewCallback, setCreatedUsingStatusCode, setId, setOperationOutcome, setResource, setResponseHeaders, setResponseStatusCode
-
Constructor Details
-
DaoMethodOutcome
public DaoMethodOutcome()Constructor
-
-
Method Details
-
getOperationType
-
setOperationType
-
getMatchUrl
-
setMatchUrl
-
isNop
Was this a NO-OP - Typically because of an update to a resource that already matched the contents provided -
setNop
Was this a NO-OP - Typically because of an update to a resource that already matched the contents provided -
getEntity
-
setEntity
-
getPreviousResource
For update operations, this is the body of the resource as it was before the update -
setPreviousResource
For update operations, this is the body of the resource as it was before the update -
setCreated
- Overrides:
setCreated
in classca.uhn.fhir.rest.api.MethodOutcome
-
getPersistentId
-
setPersistentId
public DaoMethodOutcome setPersistentId(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourcePersistentId)
-