Package ca.uhn.fhir.jpa.entity
Class ResourceReindexJobEntity
java.lang.Object
ca.uhn.fhir.jpa.entity.ResourceReindexJobEntity
- All Implemented Interfaces:
Serializable
Deprecated.
use new batch2 reindex job
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.InclusiveDeprecated.Inclusivevoid
setDeleted
(boolean theDeleted) Deprecated.void
setIdForUnitTest
(long theId) Deprecated.void
setReindexCount
(Integer theReindexCount) Deprecated.void
setResourceType
(String theResourceType) Deprecated.void
setSuspendedUntil
(Date theSuspendedUntil) Deprecated.void
setThresholdHigh
(Date theThresholdHigh) Deprecated.Inclusivevoid
setThresholdLow
(Date theThresholdLow) Deprecated.InclusivetoString()
Deprecated.
-
Constructor Details
-
ResourceReindexJobEntity
public ResourceReindexJobEntity()Deprecated.
-
-
Method Details
-
getReindexCount
Deprecated. -
setReindexCount
Deprecated. -
getSuspendedUntil
Deprecated. -
setSuspendedUntil
Deprecated. -
getThresholdLow
Deprecated.Inclusive -
setThresholdLow
Deprecated.Inclusive -
getResourceType
Deprecated. -
setResourceType
Deprecated. -
getThresholdHigh
Deprecated.Inclusive -
setThresholdHigh
Deprecated.Inclusive -
getId
Deprecated. -
setIdForUnitTest
Deprecated. -
setDeleted
Deprecated. -
toString
Deprecated.
-