Package ca.uhn.fhir.jpa.term.job
Class TermCodeSystemVersionDeleteJobParameterValidator
java.lang.Object
ca.uhn.fhir.jpa.term.job.TermCodeSystemVersionDeleteJobParameterValidator
- All Implemented Interfaces:
org.springframework.batch.core.JobParametersValidator
public class TermCodeSystemVersionDeleteJobParameterValidator
extends Object
implements org.springframework.batch.core.JobParametersValidator
Validates that a TermCodeSystem parameter is present
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(org.springframework.batch.core.JobParameters theJobParameters)
-
Constructor Details
-
TermCodeSystemVersionDeleteJobParameterValidator
-
-
Method Details
-
validate
public void validate(org.springframework.batch.core.JobParameters theJobParameters) throws org.springframework.batch.core.JobParametersInvalidException - Specified by:
validate
in interfaceorg.springframework.batch.core.JobParametersValidator
- Throws:
org.springframework.batch.core.JobParametersInvalidException
-