]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
3fda48096a5c10e94060dfa4ac7f7301ae1887c5
[tmp/jakarta-migration.git] /
1 package org.collectionspace.services.acquisition.nuxeo;\r
2 \r
3 import org.collectionspace.services.common.context.ServiceContext;\r
4 import org.collectionspace.services.common.document.InvalidDocumentException;\r
5 import org.collectionspace.services.common.document.ValidatorHandler;\r
6 import org.collectionspace.services.common.document.DocumentHandler.Action;\r
7 \r
8 public class AcquisitionValidatorHandler implements ValidatorHandler {\r
9 \r
10         @Override\r
11         public void validate(Action action, ServiceContext ctx)\r
12                         throws InvalidDocumentException {\r
13                 // TODO Auto-generated method stub\r
14                 System.out.println("AcquisitionValidatorHandler executed.");\r
15 \r
16         }\r
17 \r
18 }\r