]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
990094eb2f475d7b29ce8ba54dd27e3ac044c1f9
[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
18 }