
Package ca.uhn.fhir.jpa.entity
Class Batch2JobInstanceEntity
java.lang.Object
ca.uhn.fhir.jpa.entity.Batch2JobInstanceEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetId()doublebooleanbooleanbooleanvoidsetCancelled(boolean theCancelled) voidsetCombinedRecordsProcessed(Integer theCombinedRecordsProcessed) voidsetCombinedRecordsProcessedPerSecond(Double theCombinedRecordsProcessedPerSecond) voidsetCreateTime(Date theCreateTime) voidsetCurrentGatedStepId(String theCurrentGatedStepId) voidsetDefinitionId(String theDefinitionId) voidsetDefinitionVersion(int theDefinitionVersion) voidsetEndTime(Date theEndTime) voidsetErrorCount(int theErrorCount) voidsetErrorMessage(String theErrorMessage) voidsetEstimatedTimeRemaining(String theEstimatedTimeRemaining) voidsetFastTracking(boolean theFastTracking) voidvoidvoidsetProgress(double theProgress) voidvoidsetStartTime(Date theStartTime) voidsetStatus(StatusEnum theStatus) voidsetTotalElapsedMillis(Integer theTotalElapsedMillis) setTriggeringClientId(String theTriggeringClientId) setTriggeringUsername(String theTriggeringUsername) voidsetUpdateTime(Date theTime) voidsetUserDataJson(String theUserDataJson) voidsetWarningMessages(String theWarningMessages) voidsetWorkChunksPurged(boolean theWorkChunksPurged) toString()
-
Field Details
-
STATUS_MAX_LENGTH
- See Also:
-
TIME_REMAINING_LENGTH
- See Also:
-
PARAMS_JSON_MAX_LENGTH
- See Also:
-
INITIATING_USER_NAME_MAX_LENGTH
- See Also:
-
INITIATING_CLIENT_ID_MAX_LENGTH
- See Also:
-
-
Constructor Details
-
Batch2JobInstanceEntity
public Batch2JobInstanceEntity()
-
-
Method Details
-
getCurrentGatedStepId
-
setCurrentGatedStepId
-
isCancelled
-
setCancelled
-
getErrorCount
-
setErrorCount
-
getTotalElapsedMillis
-
setTotalElapsedMillis
-
getCombinedRecordsProcessed
-
setCombinedRecordsProcessed
-
getCombinedRecordsProcessedPerSecond
-
setCombinedRecordsProcessedPerSecond
-
getCreateTime
-
setCreateTime
-
getStartTime
-
setStartTime
-
getEndTime
-
setEndTime
-
setUpdateTime
-
getUpdateTime
-
getId
-
setId
-
getDefinitionId
-
setDefinitionId
-
getDefinitionVersion
-
setDefinitionVersion
-
getStatus
-
setStatus
-
getParams
-
setParams
-
getWorkChunksPurged
-
setWorkChunksPurged
-
getProgress
-
setProgress
-
getErrorMessage
-
setErrorMessage
-
getEstimatedTimeRemaining
-
setEstimatedTimeRemaining
-
getReport
-
setReport
-
getWarningMessages
-
setWarningMessages
-
getTriggeringUsername
-
setTriggeringUsername
-
getTriggeringClientId
-
setTriggeringClientId
-
toString
-
isFastTracking
- Returns:
- true if every step of the job has produced exactly 1 chunk.
-
setFastTracking
-
getUserDataJson
-
setUserDataJson
-