Uses of Class
ca.uhn.fhir.batch2.model.JobWorkNotification
Packages that use JobWorkNotification
-
Uses of JobWorkNotification in ca.uhn.fhir.batch2.channel
Methods in ca.uhn.fhir.batch2.channel with parameters of type JobWorkNotificationModifier and TypeMethodDescriptionvoidBatchJobSender.sendWorkChannelMessage(JobWorkNotification theJobWorkNotification) -
Uses of JobWorkNotification in ca.uhn.fhir.batch2.model
Methods in ca.uhn.fhir.batch2.model that return JobWorkNotificationModifier and TypeMethodDescriptionstatic JobWorkNotificationJobWorkNotification.firstStepNotification(JobDefinition<?> theJobDefinition, String theInstanceId, String theChunkId) JobWorkNotificationJsonMessage.getPayload()Methods in ca.uhn.fhir.batch2.model with parameters of type JobWorkNotificationModifier and TypeMethodDescriptionvoidJobWorkNotificationJsonMessage.setPayload(JobWorkNotification thePayload) Constructors in ca.uhn.fhir.batch2.model with parameters of type JobWorkNotificationModifierConstructorDescriptionJobWorkNotificationJsonMessage(JobWorkNotification thePayload) Constructor