Interface Preflight
-
- All Known Implementing Classes:
FilePreflight
,HttpsPreflight
,NopPreflight
,S3Preflight
public interface Preflight
Preflight is designed to sanity check a request prior to executing the bulkdata request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkStorageAllowed(StorageDetail storageDetail)
Checks the storage type is allowed.void
preflight()
The preflight execution checks access to the Source,Outcome.
-
-
-
Method Detail
-
preflight
void preflight() throws FHIROperationException
The preflight execution checks access to the Source,Outcome.- Throws:
FHIROperationException
-
checkStorageAllowed
void checkStorageAllowed(StorageDetail storageDetail) throws FHIROperationException
Checks the storage type is allowed.- Parameters:
storageDetail
-- Throws:
FHIROperationException
-
-