
Package ca.uhn.fhir.jpa.entity
Class Batch2WorkChunkEntity
java.lang.Object
ca.uhn.fhir.jpa.entity.Batch2WorkChunkEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for Hibernate.Batch2WorkChunkEntity(String theId, int theSequence, String theJobDefinitionId, int theJobDefinitionVersion, String theInstanceId, String theTargetStepId, WorkChunkStatusEnum theStatus, Date theCreateTime, Date theStartTime, Date theUpdateTime, Date theEndTime, String theErrorMessage, int theErrorCount, Integer theRecordsProcessed, String theWarningMessage, Date theNextPollTime, Integer thePollAttempts) Projection constructor for no-data path. -
Method Summary
Modifier and TypeMethodDescriptionstatic Batch2WorkChunkEntityfromWorkChunk(WorkChunk theWorkChunk) intgetId()intintvoidsetCreateTime(Date theCreateTime) voidsetEndTime(Date theEndTime) voidsetErrorCount(int theErrorCount) voidsetErrorMessage(String theErrorMessage) voidvoidsetInstance(Batch2JobInstanceEntity theInstance) voidsetInstanceId(String theInstanceId) voidsetJobDefinitionId(String theJobDefinitionId) voidsetJobDefinitionVersion(int theJobDefinitionVersion) voidsetNextPollTime(Date theNextPollTime) voidsetPollAttempts(int thePollAttempts) voidsetRecordsProcessed(Integer theRecordsProcessed) voidsetSequence(int theSequence) voidsetSerializedData(String theSerializedData) voidsetStartTime(Date theStartTime) voidsetStatus(WorkChunkStatusEnum theStatus) voidsetTargetStepId(String theTargetStepId) voidsetWarningMessage(String theWarningMessage) toString()
-
Field Details
-
ERROR_MSG_MAX_LENGTH
- See Also:
-
WARNING_MSG_MAX_LENGTH
- See Also:
-
-
Constructor Details
-
Batch2WorkChunkEntity
public Batch2WorkChunkEntity()Default constructor for Hibernate. -
Batch2WorkChunkEntity
public Batch2WorkChunkEntity(String theId, int theSequence, String theJobDefinitionId, int theJobDefinitionVersion, String theInstanceId, String theTargetStepId, WorkChunkStatusEnum theStatus, Date theCreateTime, Date theStartTime, Date theUpdateTime, Date theEndTime, String theErrorMessage, int theErrorCount, Integer theRecordsProcessed, String theWarningMessage, Date theNextPollTime, Integer thePollAttempts) Projection constructor for no-data path.
-
-
Method Details
-
fromWorkChunk
-
getErrorCount
-
setErrorCount
-
getErrorMessage
-
setErrorMessage
-
getWarningMessage
-
setWarningMessage
-
getSequence
-
setSequence
-
getCreateTime
-
setCreateTime
-
getStartTime
-
setStartTime
-
getEndTime
-
setEndTime
-
getUpdateTime
-
getRecordsProcessed
-
setRecordsProcessed
-
getInstance
-
setInstance
-
getJobDefinitionId
-
setJobDefinitionId
-
getJobDefinitionVersion
-
setJobDefinitionVersion
-
getTargetStepId
-
setTargetStepId
-
getSerializedData
-
setSerializedData
-
getStatus
-
setStatus
-
getId
-
setId
-
getInstanceId
-
setInstanceId
-
getNextPollTime
-
setNextPollTime
-
getPollAttempts
-
setPollAttempts
-
toString
-