
Package ca.uhn.fhir.batch2.models
Class JobInstanceFetchRequest
java.lang.Object
ca.uhn.fhir.batch2.models.JobInstanceFetchRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getJobId()
int
org.springframework.data.domain.Sort
getSort()
void
setBatchSize
(int theBatchSize) void
setJobCreateTimeFrom
(Date theJobCreateTimeFrom) void
setJobCreateTimeTo
(Date theJobCreateTimeTo) void
setJobDefinitionId
(String theJobDefinitionId) void
void
setJobStatus
(String theJobStatus) void
setPageStart
(int thePageStart) void
setSort
(org.springframework.data.domain.Sort theSort)
-
Constructor Details
-
JobInstanceFetchRequest
public JobInstanceFetchRequest()
-
-
Method Details
-
getPageStart
-
setPageStart
-
getBatchSize
-
setBatchSize
-
getSort
-
setSort
-
getJobStatus
-
setJobStatus
-
getJobDefinitionId
-
setJobDefinitionId
-
getJobId
-
setJobId
-
getJobCreateTimeFrom
-
setJobCreateTimeFrom
-
getJobCreateTimeTo
-
setJobCreateTimeTo
-