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 TypeMethodDescriptionvoidvalidate(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:
validatein interfaceorg.springframework.batch.core.JobParametersValidator- Throws:
org.springframework.batch.core.JobParametersInvalidException
-