
Package ca.uhn.fhir.jpa.entity
Class BulkImportJobEntity
java.lang.Object
ca.uhn.fhir.jpa.entity.BulkImportJobEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetJobId()voidsetBatchSize(int theBatchSize) voidsetFileCount(int theFileCount) voidsetJobDescription(String theJobDescription) voidvoidsetRowProcessingMode(JobFileRowProcessingModeEnum theRowProcessingMode) voidsetStatus(BulkImportJobStatusEnum theStatus) Sets the status, updates the status time, and clears the status messagevoidsetStatusMessage(String theStatusMessage) voidsetStatusTime(Date theStatusTime) toJson()
-
Field Details
-
HFJ_BLK_IMPORT_JOB
- See Also:
-
JOB_ID
- See Also:
-
-
Constructor Details
-
BulkImportJobEntity
public BulkImportJobEntity()
-
-
Method Details
-
getJobDescription
-
setJobDescription
-
getRowProcessingMode
-
setRowProcessingMode
-
getStatusTime
-
setStatusTime
-
getFileCount
-
setFileCount
-
getJobId
-
setJobId
-
getStatus
-
setStatus
Sets the status, updates the status time, and clears the status message -
getStatusMessage
-
setStatusMessage
-
toJson
-
getBatchSize
-
setBatchSize
-