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
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
ConstructorDescriptionDefault 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 Batch2WorkChunkEntity
fromWorkChunk
(WorkChunk theWorkChunk) int
getId()
int
int
void
setCreateTime
(Date theCreateTime) void
setEndTime
(Date theEndTime) void
setErrorCount
(int theErrorCount) void
setErrorMessage
(String theErrorMessage) void
void
setInstance
(Batch2JobInstanceEntity theInstance) void
setInstanceId
(String theInstanceId) void
setJobDefinitionId
(String theJobDefinitionId) void
setJobDefinitionVersion
(int theJobDefinitionVersion) void
setNextPollTime
(Date theNextPollTime) void
setPollAttempts
(int thePollAttempts) void
setRecordsProcessed
(Integer theRecordsProcessed) void
setSequence
(int theSequence) void
setSerializedData
(String theSerializedData) void
setStartTime
(Date theStartTime) void
setStatus
(WorkChunkStatusEnum theStatus) void
setTargetStepId
(String theTargetStepId) void
setWarningMessage
(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
-