if (!a.isExecutable()) {
// this alternative has to be evaluated manually, nothing to do here
return;
}
IPreservationAction action =
PreservationActionServiceFactory.getPreservationAction(a.getAction());
// if the action is null the service isn't accessible (anymore)
// we have to set an error message for each sample record
if (action == null) {