]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
e184902ae128dcd313b2b93304e88ca3e13df134
[tmp/jakarta-migration.git] /
1 package org.collectionspace.services.export.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 ExportValidatorHandler 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("ExportValidatorHandler executed.");
15
16         }
17
18 }