
Package ca.uhn.fhir.jpa.dao
Class TransactionUtil.StorageOutcome
java.lang.Object
ca.uhn.fhir.jpa.dao.TransactionUtil.StorageOutcome
- Enclosing class:
TransactionUtil
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStorageOutcome
(int theStatusCode, ca.uhn.fhir.model.api.StorageResponseCodeEnum theStorageResponseCode, org.hl7.fhir.instance.model.api.IIdType theTargetId, org.hl7.fhir.instance.model.api.IIdType theSourceId, String theErrorMessage) -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdType
int
ca.uhn.fhir.model.api.StorageResponseCodeEnum
org.hl7.fhir.instance.model.api.IIdType
-
Constructor Details
-
StorageOutcome
public StorageOutcome(int theStatusCode, ca.uhn.fhir.model.api.StorageResponseCodeEnum theStorageResponseCode, org.hl7.fhir.instance.model.api.IIdType theTargetId, org.hl7.fhir.instance.model.api.IIdType theSourceId, String theErrorMessage)
-
-
Method Details
-
getErrorMessage
-
getStatusCode
-
getStorageResponseCode
-
getTargetId
-
getSourceId
-