Package eu.planets_project.ifr.core.storage.impl.jcr

Examples of eu.planets_project.ifr.core.storage.impl.jcr.JcrDigitalObjectManagerImpl.removeAll()


    log.info("StorageBackingBean clearJcr()");
    try {
          JcrDigitalObjectManagerImpl dodm =
              (JcrDigitalObjectManagerImpl) JcrDigitalObjectManagerImpl.getInstance();
      log.info("StorageBackingBean clearJcr() remove all.");
         dodm.removeAll();
      this.loadTree();
    } catch (Exception e) {
      log.info("StorageBackingBean clearJcr() error: " + e.getMessage());     
    }
  }
View Full Code Here


            wfResultItem.addLogInfo("Clean up JCR repository. initial digital object: " + dgoA.toString());
            // Manage the Digital Object Data Registry:
            wfResultItem.addLogInfo("Initialize JCR repository instance.");
            JcrDigitalObjectManagerImpl dodm =
               (JcrDigitalObjectManagerImpl) JcrDigitalObjectManagerImpl.getInstance();
            dodm.removeAll();
         
           wfResultItem.addLogInfo("Completed clean up of JCR repository.");
            wfResultItem.setEndTime(System.currentTimeMillis());

      wfResultItem
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.