Examples of correctionStart()


Examples of de.sub.goobi.export.dms.ExportDms_CorrectRusdml.correctionStart()

    /* nur beim Rusdml-Projekt die Metadaten aufbereiten */
    ConfigProjects cp = new ConfigProjects(myProzess.getProjekt().getTitel());
    if (cp.getParamList("dmsImport.check").contains("rusdml")) {
      ExportDms_CorrectRusdml expcorr = new ExportDms_CorrectRusdml(myProzess, this.myPrefs, gdzfile);
      atsPpnBand = expcorr.correctionStart();
    }

    String zielVerzeichnis = prepareUserDirectory(inZielVerzeichnis);

    String targetFileName = zielVerzeichnis + atsPpnBand + "_mets.xml";
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.