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