]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
3a2adac86e841ed7e481ea071d38175872670a4a
[tmp/jakarta-migration.git] /
1 package org.collectionspace.services.relation.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 RelationValidatorHandler 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("RelationValidatorHandler executed.");\r
15         }\r
16 \r
17 }\r