Package ca.uhn.fhir.batch2.api
Class JobCompletionDetails<PT extends ca.uhn.fhir.model.api.IModelJson>
java.lang.Object
ca.uhn.fhir.batch2.api.JobCompletionDetails<PT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the job instance ID being executedReturns the parameters associated with this job instance.
-
Constructor Details
-
JobCompletionDetails
-
-
Method Details
-
getParameters
Returns the parameters associated with this job instance. Note that parameters are set when the job instance is created and can not be modified after that. -
getInstance
Returns the job instance ID being executed
-