Uses of Interface
org.hl7.fhir.instance.model.api.IBaseOperationOutcome
-
Packages that use IBaseOperationOutcome Package Description ca.uhn.fhir.model.base.resource ca.uhn.fhir.rest.api ca.uhn.fhir.rest.server.exceptions ca.uhn.fhir.util ca.uhn.fhir.validation -
-
Uses of IBaseOperationOutcome in ca.uhn.fhir.model.base.resource
Subinterfaces of IBaseOperationOutcome in ca.uhn.fhir.model.base.resource Modifier and Type Interface Description interfaceBaseOperationOutcome -
Uses of IBaseOperationOutcome in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return IBaseOperationOutcome Modifier and Type Method Description IBaseOperationOutcomeMethodOutcome. getOperationOutcome()Returns theIBaseOperationOutcomeresource to return to the client ornullif none.Methods in ca.uhn.fhir.rest.api with parameters of type IBaseOperationOutcome Modifier and Type Method Description MethodOutcomeMethodOutcome. setOperationOutcome(IBaseOperationOutcome theBaseOperationOutcome)Sets theIBaseOperationOutcomeresource to return to the client.Constructors in ca.uhn.fhir.rest.api with parameters of type IBaseOperationOutcome Constructor Description MethodOutcome(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 IBaseOperationOutcome Modifier and Type Method Description IBaseOperationOutcomeBaseServerResponseException. getOperationOutcome()Returns theIBaseOperationOutcomeresource if any which was supplied in the response, ornullMethods in ca.uhn.fhir.rest.server.exceptions with parameters of type IBaseOperationOutcome Modifier and Type Method Description voidBaseServerResponseException. setOperationOutcome(IBaseOperationOutcome theBaseOperationOutcome)Sets the BaseOperationOutcome resource associated with this exception.Constructors in ca.uhn.fhir.rest.server.exceptions with parameters of type IBaseOperationOutcome Constructor Description BaseServerResponseException(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, 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 IBaseOperationOutcome Modifier and Type Method Description static IBaseOperationOutcomeOperationOutcomeUtil. newInstance(FhirContext theCtx)Methods in ca.uhn.fhir.util with parameters of type IBaseOperationOutcome Modifier and Type Method Description static 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 IBaseOperationOutcome Modifier and Type Method Description IBaseOperationOutcomeValidationFailureException. getOperationOutcome()IBaseOperationOutcomeValidationResult. getOperationOutcome()Deprecated.UseValidationResult.toOperationOutcome()instead since this method returns a view.IBaseOperationOutcomeValidationResult. 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 IBaseOperationOutcome Modifier and Type Method Description voidValidationResult. populateOperationOutcome(IBaseOperationOutcome theOperationOutcome)Populate an operation outcome with the results of the validationConstructors in ca.uhn.fhir.validation with parameters of type IBaseOperationOutcome Constructor Description ValidationFailureException(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome)
-