Uses of Interface
org.hl7.fhir.instance.model.api.IBaseOperationOutcome
Package
Description
-
Uses of IBaseOperationOutcome in ca.uhn.fhir.model.base.resource
-
Uses of IBaseOperationOutcome in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionMethodOutcome.getOperationOutcome()
Returns theIBaseOperationOutcome
resource to return to the client ornull
if none.Modifier and TypeMethodDescriptionMethodOutcome.setOperationOutcome
(IBaseOperationOutcome theBaseOperationOutcome) Sets theIBaseOperationOutcome
resource to return to the client.ModifierConstructorDescriptionMethodOutcome
(IBaseOperationOutcome theOperationOutcome) ConstructorMethodOutcome
(IIdType theId, IBaseOperationOutcome theBaseOperationOutcome) ConstructorMethodOutcome
(IIdType theId, IBaseOperationOutcome theBaseOperationOutcome, Boolean theCreated) Constructor -
Uses of IBaseOperationOutcome in ca.uhn.fhir.rest.server.exceptions
Modifier and TypeMethodDescriptionBaseServerResponseException.getOperationOutcome()
Returns theIBaseOperationOutcome
resource if any which was supplied in the response, ornull
Modifier and TypeMethodDescriptionvoid
BaseServerResponseException.setOperationOutcome
(IBaseOperationOutcome theBaseOperationOutcome) Sets the BaseOperationOutcome resource associated with this exception.ModifierConstructorDescriptionBaseServerResponseException
(int theStatusCode, String theMessage, Throwable theCause, IBaseOperationOutcome theBaseOperationOutcome) ConstructorBaseServerResponseException
(int theStatusCode, String theMessage, IBaseOperationOutcome theBaseOperationOutcome) ConstructorBaseServerResponseException
(int theStatusCode, Throwable theCause, IBaseOperationOutcome theBaseOperationOutcome) ConstructorForbiddenOperationException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorInternalErrorException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorInvalidRequestException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorMethodNotAllowedException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorMethodNotAllowedException
(String theMessage, IBaseOperationOutcome theOperationOutcome, RequestTypeEnum... theAllowedMethods) ConstructorNotImplementedOperationException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorNotModifiedException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorPayloadTooLargeException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorPreconditionFailedException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorResourceGoneException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorResourceNotFoundException
(Class<? extends IResource> theClass, IdDt theId, IBaseOperationOutcome theOperationOutcome) ResourceNotFoundException
(Class<? extends IResource> theClass, IIdType theId, IBaseOperationOutcome theOperationOutcome) ResourceNotFoundException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorResourceNotFoundException
(IIdType theId, IBaseOperationOutcome theOperationOutcome) ResourceVersionConflictException
(String theMessage, Throwable theCause, IBaseOperationOutcome theOperationOutcome) ConstructorResourceVersionConflictException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorResourceVersionNotSpecifiedException
(int theStatusCode, String theMessage, IBaseOperationOutcome theOperationOutcome) Deprecated.ConstructorResourceVersionNotSpecifiedException
(String theMessage, IBaseOperationOutcome theOperationOutcome) Deprecated.ConstructorUnclassifiedServerFailureException
(int theStatusCode, String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorUnprocessableEntityException
(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome) Constructor which accepts anIBaseOperationOutcome
resource which will be supplied in the responseUnprocessableEntityException
(String theMessage, IBaseOperationOutcome theOperationOutcome) ConstructorUnprocessableEntityException
(IBaseOperationOutcome theOperationOutcome) Deprecated.Use constructor with FhirContext argument -
Uses of IBaseOperationOutcome in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionstatic IBaseOperationOutcome
OperationOutcomeUtil.newInstance
(FhirContext theCtx) Modifier and TypeMethodDescriptionstatic IBase
OperationOutcomeUtil.addIssue
(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome, String theSeverity, String theDetails, String theLocation, String theCode) Add an issue to an OperationOutcomestatic IBase
OperationOutcomeUtil.addIssue
(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome, String theSeverity, String theDetails, String theLocation, String theCode, String theDetailSystem, String theDetailCode, String theDetailDescription) static IBase
OperationOutcomeUtil.addIssueWithMessageId
(FhirContext myCtx, IBaseOperationOutcome theOperationOutcome, String theSeverity, String theMessage, String theMessageId, String theLocation, String theCode) static String
OperationOutcomeUtil.getFirstIssueDetails
(FhirContext theCtx, IBaseOperationOutcome theOutcome) static String
OperationOutcomeUtil.getFirstIssueLocation
(FhirContext theCtx, IBaseOperationOutcome theOutcome) static int
OperationOutcomeUtil.getIssueCount
(FhirContext theCtx, IBaseOperationOutcome theOutcome) static boolean
OperationOutcomeUtil.hasIssues
(FhirContext theCtx, IBaseOperationOutcome theOutcome) Returns true if the given OperationOutcome has 1 or more Operation.issue repetitionsstatic boolean
OperationOutcomeUtil.hasIssuesOfSeverity
(FhirContext theCtx, IBaseOperationOutcome theOutcome, String theSeverity) -
Uses of IBaseOperationOutcome in ca.uhn.fhir.validation
Modifier and TypeMethodDescriptionValidationFailureException.getOperationOutcome()
ValidationResult.getOperationOutcome()
Deprecated.UseValidationResult.toOperationOutcome()
instead since this method returns a view.ValidationResult.toOperationOutcome()
Create an OperationOutcome resource which contains all of the messages found as a result of this validationModifier and TypeMethodDescriptionvoid
ValidationResult.populateOperationOutcome
(IBaseOperationOutcome theOperationOutcome) Populate an operation outcome with the results of the validationModifierConstructorDescriptionValidationFailureException
(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome)