CopyProcess form = new CopyProcess();
form.setProzessVorlage(vorlage);
form.metadataFile = dir.getAbsolutePath() + File.separator + processTitle;
form.Prepare();
form.getProzessKopie().setTitel(processTitle.substring(0, processTitle.length() - 4));
if (form.testTitle()) {
if (digitalCollection == null) {
List<String> collections = new ArrayList<String>();
form.setDigitalCollections(collections);
} else {
List<String> col = new ArrayList<String>();