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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getJobId()
void
setBatchSize
(int theBatchSize) void
setFileCount
(int theFileCount) void
setJobDescription
(String theJobDescription) void
void
setRowProcessingMode
(JobFileRowProcessingModeEnum theRowProcessingMode) void
setStatus
(BulkImportJobStatusEnum theStatus) Sets the status, updates the status time, and clears the status messagevoid
setStatusMessage
(String theStatusMessage) void
setStatusTime
(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
-