Uses of Interface
org.hl7.fhir.instance.model.api.IBaseOperationOutcome
Packages that use IBaseOperationOutcome
Package
Description
-
Uses of IBaseOperationOutcome in ca.uhn.fhir.model.base.resource
Subinterfaces of IBaseOperationOutcome in ca.uhn.fhir.model.base.resource -
Uses of IBaseOperationOutcome in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return IBaseOperationOutcomeModifier and TypeMethodDescriptionMethodOutcome.getOperationOutcome()Returns theIBaseOperationOutcomeresource to return to the client ornullif none.Methods in ca.uhn.fhir.rest.api with parameters of type IBaseOperationOutcomeModifier and TypeMethodDescriptionMethodOutcome.setOperationOutcome(IBaseOperationOutcome theBaseOperationOutcome)Sets theIBaseOperationOutcomeresource to return to the client.Constructors in ca.uhn.fhir.rest.api with parameters of type IBaseOperationOutcomeModifierConstructorDescriptionMethodOutcome(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
Methods in ca.uhn.fhir.rest.server.exceptions that return IBaseOperationOutcomeModifier and TypeMethodDescriptionBaseServerResponseException.getOperationOutcome()Returns theIBaseOperationOutcomeresource if any which was supplied in the response, ornullMethods in ca.uhn.fhir.rest.server.exceptions with parameters of type IBaseOperationOutcomeModifier and TypeMethodDescriptionvoidBaseServerResponseException.setOperationOutcome(IBaseOperationOutcome theBaseOperationOutcome)Sets the BaseOperationOutcome resource associated with this exception.Constructors in ca.uhn.fhir.rest.server.exceptions with parameters of type IBaseOperationOutcomeModifierConstructorDescriptionBaseServerResponseException(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 anIBaseOperationOutcomeresource 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
Methods in ca.uhn.fhir.util that return IBaseOperationOutcomeModifier and TypeMethodDescriptionstatic IBaseOperationOutcomeOperationOutcomeUtil.newInstance(FhirContext theCtx)Methods in ca.uhn.fhir.util with parameters of type IBaseOperationOutcomeModifier and TypeMethodDescriptionstatic IBaseOperationOutcomeUtil.addIssue(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome, String theSeverity, String theDetails, String theLocation, String theCode)Add an issue to an OperationOutcomestatic StringOperationOutcomeUtil.getFirstIssueDetails(FhirContext theCtx, IBaseOperationOutcome theOutcome)static StringOperationOutcomeUtil.getFirstIssueLocation(FhirContext theCtx, IBaseOperationOutcome theOutcome)static intOperationOutcomeUtil.getIssueCount(FhirContext theCtx, IBaseOperationOutcome theOutcome)static booleanOperationOutcomeUtil.hasIssues(FhirContext theCtx, IBaseOperationOutcome theOutcome)Returns true if the given OperationOutcome has 1 or more Operation.issue repetitions -
Uses of IBaseOperationOutcome in ca.uhn.fhir.validation
Methods in ca.uhn.fhir.validation that return IBaseOperationOutcomeModifier 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 validationMethods in ca.uhn.fhir.validation with parameters of type IBaseOperationOutcomeModifier and TypeMethodDescriptionvoidValidationResult.populateOperationOutcome(IBaseOperationOutcome theOperationOutcome)Populate an operation outcome with the results of the validationConstructors in ca.uhn.fhir.validation with parameters of type IBaseOperationOutcomeModifierConstructorDescriptionValidationFailureException(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome)