Uses of Class
com.ibm.fhir.exception.FHIRException
-
-
Uses of FHIRException in com.ibm.fhir.audit.beans
Methods in com.ibm.fhir.audit.beans that throw FHIRException Modifier and Type Method Description static ApiParameters
ApiParameters.Parser. parse(InputStream in)
static Batch
Batch.Parser. parse(InputStream in)
static ConfigData
ConfigData.Parser. parse(InputStream in)
static Context
Context.Parser. parse(InputStream in)
static Data
Data.Parser. parse(InputStream in)
static FHIRContext
FHIRContext.FHIRParser. parse(InputStream in)
-
Uses of FHIRException in com.ibm.fhir.audit.cadf
Methods in com.ibm.fhir.audit.cadf that throw FHIRException Modifier and Type Method Description static CadfAttachment
CadfAttachment.Parser. parse(InputStream in)
static CadfAttachment
CadfAttachment.Parser. parse(javax.json.JsonObject jsonObject)
static CadfCredential
CadfCredential.Parser. parse(InputStream in)
static CadfCredential
CadfCredential.Parser. parse(javax.json.JsonObject jsonObject)
static CadfEndpoint
CadfEndpoint.Parser. parse(InputStream in)
static CadfEndpoint
CadfEndpoint.Parser. parse(javax.json.JsonObject jsonObject)
static CadfEvent
CadfEvent.Parser. parse(InputStream in)
static CadfEvent
CadfEvent.Parser. parse(javax.json.JsonObject jsonObject)
static CadfGeolocation
CadfGeolocation.Parser. parse(InputStream in)
static CadfGeolocation
CadfGeolocation.Parser. parse(javax.json.JsonObject jsonObject)
static CadfMapItem
CadfMapItem.Parser. parse(InputStream in)
static CadfMapItem
CadfMapItem.Parser. parse(javax.json.JsonObject jsonObject)
static CadfMeasurement
CadfMeasurement.Parser. parse(InputStream in)
static CadfMeasurement
CadfMeasurement.Parser. parse(javax.json.JsonObject jsonObject)
static CadfMetric
CadfMetric.Parser. parse(InputStream in)
static CadfMetric
CadfMetric.Parser. parse(javax.json.JsonObject jsonObject)
static CadfReason
CadfReason.Parser. parse(InputStream in)
static CadfReason
CadfReason.Parser. parse(javax.json.JsonObject jsonObject)
static CadfReporterStep
CadfReporterStep.Parser. parse(InputStream in)
static CadfReporterStep
CadfReporterStep.Parser. parse(javax.json.JsonObject jsonObject)
static CadfResource
CadfResource.Parser. parse(InputStream in)
static CadfResource
CadfResource.Parser. parse(javax.json.JsonObject jsonObject)
-
Uses of FHIRException in com.ibm.fhir.audit.configuration.type
Methods in com.ibm.fhir.audit.configuration.type that throw FHIRException Modifier and Type Method Description static IBMEventStreamsType.EventStreamsCredentials
IBMEventStreamsType.EventStreamsCredentials.Parser. parse(String in)
-
Uses of FHIRException in com.ibm.fhir.bulkdata.jbatch.export.system
Constructors in com.ibm.fhir.bulkdata.jbatch.export.system that throw FHIRException Constructor Description ExportJobListener()
-
Uses of FHIRException in com.ibm.fhir.bulkdata.load.partition.transformer
Methods in com.ibm.fhir.bulkdata.load.partition.transformer that throw FHIRException Modifier and Type Method Description List<BulkDataSource>
PartitionSourceTransformer. transformToDataSources(String source, String type, String location)
Converts the Source-Type and Location to multiple BulkDataSources for partitioningstatic List<BulkDataSource>
PartitionSourceTransformerFactory. transformToSources(String source, String dataSourcesInfo)
Controls the Transformation and wraps the complicated logic in type specific implementations. -
Uses of FHIRException in com.ibm.fhir.bulkdata.load.partition.transformer.impl
Methods in com.ibm.fhir.bulkdata.load.partition.transformer.impl that throw FHIRException Modifier and Type Method Description List<BulkDataSource>
FileTransformer. transformToDataSources(String source, String type, String location)
List<BulkDataSource>
HttpsTransformer. transformToDataSources(String source, String type, String location)
List<BulkDataSource>
S3Transformer. transformToDataSources(String source, String type, String location)
-
Uses of FHIRException in com.ibm.fhir.bulkdata.provider
Methods in com.ibm.fhir.bulkdata.provider that throw FHIRException Modifier and Type Method Description default void
Provider. createSource()
creates the base output location for the type.long
Provider. getNumberOfLoaded()
long
Provider. getNumberOfParseFailures()
List<Resource>
Provider. getResources()
gets the read resources.long
Provider. getSize(String workItem)
gets the size of the given work item.default void
Provider. pushOperationOutcomes()
Pushes the Operation Outcomesvoid
Provider. readResources(long numOfLinesToSkip, String workItem)
reads from a given workitem (or file) in a source and skips a certain noumber of lines -
Uses of FHIRException in com.ibm.fhir.bulkdata.provider.impl
Methods in com.ibm.fhir.bulkdata.provider.impl that throw FHIRException Modifier and Type Method Description void
S3Provider. createSource()
com.ibm.cloud.objectstorage.services.s3.model.ListObjectsV2Result
S3Provider. getListObject(String continuationToken)
get the list of objects based on the continuation token.long
FileProvider. getNumberOfLoaded()
long
HttpsProvider. getNumberOfLoaded()
long
S3Provider. getNumberOfLoaded()
long
FileProvider. getNumberOfParseFailures()
long
HttpsProvider. getNumberOfParseFailures()
long
S3Provider. getNumberOfParseFailures()
List<Resource>
FileProvider. getResources()
List<Resource>
HttpsProvider. getResources()
List<Resource>
S3Provider. getResources()
long
FileProvider. getSize(String workItem)
long
HttpsProvider. getSize(String workItem)
long
S3Provider. getSize(String workItem)
void
S3Provider. pushOperationOutcomes()
void
FileProvider. readResources(long numOfLinesToSkip, String workItem)
void
HttpsProvider. readResources(long numOfLinesToSkip, String workItem)
void
S3Provider. readResources(long numOfLinesToSkip, String workItem)
Constructors in com.ibm.fhir.bulkdata.provider.impl that throw FHIRException Constructor Description S3Provider(String source)
-
Uses of FHIRException in com.ibm.fhir.config
Methods in com.ibm.fhir.config that throw FHIRException Modifier and Type Method Description void
FHIRRequestContext. setDataStoreId(String dataStoreId)
void
FHIRRequestContext. setTenantId(String tenantId)
Constructors in com.ibm.fhir.config that throw FHIRException Constructor Description FHIRRequestContext(String tenantId)
FHIRRequestContext(String tenantId, String dataStoreId)
-
Uses of FHIRException in com.ibm.fhir.exception
Subclasses of FHIRException in com.ibm.fhir.exception Modifier and Type Class Description class
FHIRInvalidResourceTypeException
Exception to report an invalid resource type.class
FHIROperationException
-
Uses of FHIRException in com.ibm.fhir.model.generator.exception
Subclasses of FHIRException in com.ibm.fhir.model.generator.exception Modifier and Type Class Description class
FHIRGeneratorException
-
Uses of FHIRException in com.ibm.fhir.model.parser.exception
Subclasses of FHIRException in com.ibm.fhir.model.parser.exception Modifier and Type Class Description class
FHIRParserException
-
Uses of FHIRException in com.ibm.fhir.model.patch.exception
Subclasses of FHIRException in com.ibm.fhir.model.patch.exception Modifier and Type Class Description class
FHIRPatchException
-
Uses of FHIRException in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util with parameters of type FHIRException Modifier and Type Method Description static OperationOutcome
FHIRUtil. buildOperationOutcome(FHIRException e, boolean includeCausedByClauses)
Build an OperationOutcome with an id from exception e and a single issue of type 'exception' and severity 'fatal'.Methods in com.ibm.fhir.model.util that throw FHIRException Modifier and Type Method Description static Bundle.Entry
FHIRUtil. resolveBundleReference(Bundle bundle, Bundle.Entry sourceEntry, Reference ref)
Resolve the referenceref
to an entry withinbundle
-
Uses of FHIRException in com.ibm.fhir.notification.util
Methods in com.ibm.fhir.notification.util that throw FHIRException Modifier and Type Method Description static String
FHIRNotificationUtil. toJsonString(FHIRNotificationEvent event, boolean includeResource)
Serializes the notification event into a JSON string. -
Uses of FHIRException in com.ibm.fhir.operation.bulkdata.config
Methods in com.ibm.fhir.operation.bulkdata.config that throw FHIRException Modifier and Type Method Description void
ConfigurationAdapter. registerRequestContext(String tenantId, String datastoreId, String incomingUrl)
creates a uniform request context for the $import and $export operations. -
Uses of FHIRException in com.ibm.fhir.operation.bulkdata.config.impl
Methods in com.ibm.fhir.operation.bulkdata.config.impl that throw FHIRException Modifier and Type Method Description void
AbstractSystemConfigurationImpl. registerRequestContext(String tenantId, String datastoreId, String incomingUrl)
-
Uses of FHIRException in com.ibm.fhir.path.exception
Subclasses of FHIRException in com.ibm.fhir.path.exception Modifier and Type Class Description class
FHIRPathException
-
Uses of FHIRException in com.ibm.fhir.persistence.exception
Subclasses of FHIRException in com.ibm.fhir.persistence.exception Modifier and Type Class Description class
FHIRPersistenceException
class
FHIRPersistenceNotSupportedException
Thrown for methods or features not yet fully implemented.class
FHIRPersistenceProcessorException
Thrown when a failure is found processing search parameters.class
FHIRPersistenceResourceDeletedException
class
FHIRPersistenceResourceNotFoundException
class
FHIRPersistenceVersionIdMismatchException
This exception class represents an occurrence of a mismatch between the version id in the resource json vs. -
Uses of FHIRException in com.ibm.fhir.persistence.interceptor
Subclasses of FHIRException in com.ibm.fhir.persistence.interceptor Modifier and Type Class Description class
FHIRPersistenceInterceptorException
-
Uses of FHIRException in com.ibm.fhir.persistence.jdbc.connection
Constructors in com.ibm.fhir.persistence.jdbc.connection that throw FHIRException Constructor Description FHIRDbProxyDatasourceConnectionStrategy(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction)
Deprecated.Public constructor.FHIRDbTenantDatasourceConnectionStrategy(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction, boolean enableReadOnlyReplicas)
Public constructor. -
Uses of FHIRException in com.ibm.fhir.persistence.jdbc.exception
Subclasses of FHIRException in com.ibm.fhir.persistence.jdbc.exception Modifier and Type Class Description class
FHIRPersistenceDataAccessException
This exception class represents failures encountered while attempting to access (read, write) data in the FHIR DB.class
FHIRPersistenceDBCleanupException
This exception class represents failures encountered while attempting to close/cleanup JDBC resources.class
FHIRPersistenceDBConnectException
This exception class represents failures encountered while attempting to connect to a JDBC database or datasource.class
FHIRPersistenceFKVException
This exception class is thrown when Foreign Key violations are encountered while attempting to access data in the FHIR DB. -
Uses of FHIRException in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl that throw FHIRException Modifier and Type Method Description protected List<Resource>
FHIRPersistenceJDBCImpl. buildSortedResourceDTOList(ResourceDAO resourceDao, Class<? extends Resource> resourceType, List<Long> sortedIdList)
This method takes the passed list of sorted Resource ids, acquires the ResourceDTO corresponding to each id, and returns those ResourceDTOs in a List, sorted according to the input sorted ids.protected List<Resource>
FHIRPersistenceJDBCImpl. convertResourceDTOList(List<Resource> resourceDTOList, Class<? extends Resource> resourceType, List<String> elements)
Converts the passed Resource Data Transfer Object collection to a collection of FHIR Resource objects.protected <T extends Resource>
List<T>FHIRPersistenceJDBCImpl. convertResourceDTOList(List<Resource> resourceDTOList, Class<T> resourceType)
Converts the passed Resource Data Transfer Object collection to a collection of FHIR Resource objects.protected List<Resource>
FHIRPersistenceJDBCImpl. convertResourceDTOListOld(List<Resource> resourceDTOList, Class<? extends Resource> resourceType)
Converts the passed Resource Data Transfer Object collection to a collection of FHIR Resource objects. -
Uses of FHIRException in com.ibm.fhir.search.exception
Subclasses of FHIRException in com.ibm.fhir.search.exception Modifier and Type Class Description class
FHIRSearchException
-
Uses of FHIRException in com.ibm.fhir.server.exception
Subclasses of FHIRException in com.ibm.fhir.server.exception Modifier and Type Class Description class
FHIRRestBundledRequestException
-