
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
- All Implemented Interfaces:
ca.uhn.fhir.rest.api.IHasHeaders
- Direct Known Subclasses:
LazyDaoMethodOutcome
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.RestOperationTypeEnumca.uhn.fhir.rest.api.server.storage.IResourcePersistentIdorg.hl7.fhir.instance.model.api.IBaseResourceFor update operations, this is the body of the resource as it was before the updatebooleanisNop()Was this a NO-OP - Typically because of an update to a resource that already matched the contents providedsetCreated(Boolean theCreated) setEntity(IBasePersistedResource theEntity) voidsetMatchUrl(String theMatchUrl) setNop(boolean theNop) Was this a NO-OP - Typically because of an update to a resource that already matched the contents providedvoidsetOperationType(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperationType) setPersistentId(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourcePersistentId) voidsetPreviousResource(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:
setCreatedin classca.uhn.fhir.rest.api.MethodOutcome
-
getPersistentId
-
setPersistentId
public DaoMethodOutcome setPersistentId(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourcePersistentId)
-