Package de.sub.goobi.export.dms

Examples of de.sub.goobi.export.dms.AutomaticDmsExportWithoutHibernate.startExport()


    if (!ConfigMain.getBooleanParameter("automaticExportWithOcr", true)) {
      dms.setExportFulltext(false);
    }
    ProcessObject po = ProcessManager.getProcessObjectForId(step.getProcessId());
    try {
      boolean validate = dms.startExport(po);
      if (validate) {
        CloseStepObjectAutomatic(step);
      } else {
        abortStep(step);
      }
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.