
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.resourceSubinterfaces of IBaseOperationOutcome in ca.uhn.fhir.model.base.resource
- 
Uses of IBaseOperationOutcome in ca.uhn.fhir.rest.apiMethods in ca.uhn.fhir.rest.api that return IBaseOperationOutcomeModifier and TypeMethodDescriptionMethodOutcome.getOperationOutcome()Returns theIBaseOperationOutcomeresource to return to the client ornullif none.StringOutcome.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.StringOutcome.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.exceptionsMethods 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.utilMethods in ca.uhn.fhir.util that return IBaseOperationOutcomeModifier and TypeMethodDescriptionstatic IBaseOperationOutcomeOperationOutcomeUtil.createOperationOutcome(String theSeverity, String theMessage, String theCode, FhirContext theFhirContext, StorageResponseCodeEnum theStorageResponseCode) CanonicalBundleEntry.getResponseOutcome()static 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 theDiagnostics, String theLocation, String theCode) Add an issue to an OperationOutcomestatic IBaseOperationOutcomeUtil.addIssue(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome, String theSeverity, String theDiagnostics, String theLocation, String theCode, String theDetailSystem, String theDetailCode, String theDetailDescription) static IBaseOperationOutcomeUtil.addIssueWithMessageId(FhirContext myCtx, IBaseOperationOutcome theOperationOutcome, String theSeverity, String theMessage, String theMessageId, String theLocation, String theCode) static StringOperationOutcomeUtil.getFirstIssueDetails(FhirContext theCtx, IBaseOperationOutcome theOutcome) Deprecated, for removal: This API element is subject to removal in a future version.static StringOperationOutcomeUtil.getFirstIssueDiagnostics(FhirContext theCtx, IBaseOperationOutcome theOutcome) static StringOperationOutcomeUtil.getFirstIssueLocation(FhirContext theCtx, IBaseOperationOutcome theOutcome) static intOperationOutcomeUtil.getIssueCount(FhirContext theCtx, IBaseOperationOutcome theOutcome) static StringOperationOutcomeUtil.getIssueDiagnostics(FhirContext theCtx, IBaseOperationOutcome theOutcome, int theIndex) static booleanOperationOutcomeUtil.hasIssues(FhirContext theCtx, IBaseOperationOutcome theOutcome) Returns true if the given OperationOutcome has 1 or more Operation.issue repetitionsstatic booleanOperationOutcomeUtil.hasIssuesOfSeverity(FhirContext theCtx, IBaseOperationOutcome theOutcome, String theSeverity) voidCanonicalBundleEntry.setResponseOutcome(IBaseOperationOutcome theResponseOutcome) 
- 
Uses of IBaseOperationOutcome in ca.uhn.fhir.validationMethods 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 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)