]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
4598b146d2fc14ffdb472f7dbc65f8a5b1a520e1
[tmp/jakarta-migration.git] /
1 package org.collectionspace.services.batch.nuxeo;
2
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;
7
8 public class BatchValidatorHandler implements ValidatorHandler {
9
10         @Override
11         public void validate(Action action, ServiceContext ctx)
12                         throws InvalidDocumentException {
13                 // TODO Auto-generated method stub
14                 //System.out.println("BatchValidatorHandler executed.");
15         }
16
17 }