Package ca.uhn.fhir.batch2.model
Class JobInstanceStartRequest
java.lang.Object
ca.uhn.fhir.batch2.model.JobInstanceStartRequest
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
ConstructorsConstructorDescriptionConstructorJobInstanceStartRequest(JobInstanceStartRequest theJobInstance) Copy constructorJobInstanceStartRequest(String theJobDefinitionId, ca.uhn.fhir.model.api.IModelJson theParameters) Constructor -
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IModelJson>
TgetParameters(Class<T> theType) booleanvoidsetJobDefinitionId(String theJobDefinitionId) setParameters(ca.uhn.fhir.model.api.IModelJson theParameters) Sets the parameters for the job.voidsetParameters(String theParameters) voidsetUseCache(boolean theUseCache) toString()
-
Constructor Details
-
JobInstanceStartRequest
public JobInstanceStartRequest()Constructor -
JobInstanceStartRequest
Copy constructor -
JobInstanceStartRequest
public JobInstanceStartRequest(String theJobDefinitionId, ca.uhn.fhir.model.api.IModelJson theParameters) Constructor- Since:
- 6.8.0
-
-
Method Details
-
getJobDefinitionId
-
setJobDefinitionId
-
getParameters
-
setParameters
-
setParameters
Sets the parameters for the job. Please note that these need to be backward compatible as we do not have a way to migrate them to a different structure at the moment.- Parameters:
theParameters- the parameters- Returns:
- the current instance.
-
getParameters
-
isUseCache
-
setUseCache
-
toString
-