1 package org.collectionspace.services.batch.nuxeo;
3 import org.collectionspace.services.common.context.ServiceContext;
4 import org.collectionspace.services.common.document.InvalidDocumentException;
5 import org.collectionspace.services.common.document.ValidatorHandler;
6 import org.collectionspace.services.common.document.DocumentHandler.Action;
8 public class BatchValidatorHandler implements ValidatorHandler {
11 public void validate(Action action, ServiceContext ctx)
12 throws InvalidDocumentException {
13 // TODO Auto-generated method stub
14 //System.out.println("BatchValidatorHandler executed.");