
Package ca.uhn.fhir.jpa.bulk.export.job
Class GroupIdPresentValidator
java.lang.Object
ca.uhn.fhir.jpa.bulk.export.job.GroupIdPresentValidator
- All Implemented Interfaces:
org.springframework.batch.core.JobParametersValidator
public class GroupIdPresentValidator
extends Object
implements org.springframework.batch.core.JobParametersValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(org.springframework.batch.core.JobParameters theJobParameters)
-
Constructor Details
-
GroupIdPresentValidator
public GroupIdPresentValidator()
-
-
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
-