Package ca.uhn.fhir.batch2.model
Class JobWorkNotification
java.lang.Object
ca.uhn.fhir.batch2.model.JobWorkNotification
- 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
ConstructorsConstructorDescriptionJobWorkNotification(JobInstance theInstance, String theNextStepId, String theNextChunkId) JobWorkNotification(String theJobDefinitionId, int jobDefinitionVersion, String theInstanceId, String theTargetStepId, String theChunkId) -
Method Summary
Modifier and TypeMethodDescriptionstatic JobWorkNotificationfirstStepNotification(JobDefinition<?> theJobDefinition, String theInstanceId, String theChunkId) intvoidsetChunkId(String theChunkId) voidsetInstanceId(String theInstanceId) voidsetJobDefinitionId(String theJobDefinitionId) voidsetJobDefinitionVersion(int theJobDefinitionVersion) voidsetTargetStepId(String theTargetStepId) toString()
-
Constructor Details
-
JobWorkNotification
public JobWorkNotification() -
JobWorkNotification
public JobWorkNotification(@Nonnull String theJobDefinitionId, int jobDefinitionVersion, @Nonnull String theInstanceId, @Nonnull String theTargetStepId, @Nonnull String theChunkId) -
JobWorkNotification
-
-
Method Details
-
firstStepNotification
public static JobWorkNotification firstStepNotification(JobDefinition<?> theJobDefinition, String theInstanceId, String theChunkId) -
getJobDefinitionId
-
setJobDefinitionId
-
getJobDefinitionVersion
-
setJobDefinitionVersion
-
getTargetStepId
-
setTargetStepId
-
getChunkId
-
setChunkId
-
setInstanceId
-
getInstanceId
-
toString
-